STK++ 0.9.13
|
This structure regroup the products between a point and different kind of array. More...
#include <STK_ArrayByVectorProduct.h>
Public Types | |
typedef Result::Type | Type |
Static Public Member Functions | |
template<class SubLhs , class SubRhs > | |
static void | mult (SubLhs const &l, SubRhs const &r, Result &res) |
Compute the product res = l*r with l a point (a row-vector) and r a matrix using the standard formula ![]() | |
static void | run (ExprBase< Lhs > const &l, ExprBase< Rhs > const &r, Result &res) |
Compute the product res = l*r with l a point (a row-vector) and r a matrix using column decomposition. | |
This structure regroup the products between a point and different kind of array.
Definition at line 126 of file STK_ArrayByVectorProduct.h.
typedef Result::Type STK::hidden::MultPointArray< Lhs, Rhs, Result >::Type |
Definition at line 128 of file STK_ArrayByVectorProduct.h.
|
inlinestatic |
Compute the product res = l*r with l a point (a row-vector) and r a matrix using the standard formula
Definition at line 133 of file STK_ArrayByVectorProduct.h.
References STK::sum().
Referenced by STK::hidden::MultPointArray< Lhs, Rhs, Result >::run().
|
inlinestatic |
Compute the product res = l*r with l a point (a row-vector) and r a matrix using column decomposition.
Definition at line 146 of file STK_ArrayByVectorProduct.h.
References STK::hidden::MultPointArray< Lhs, Rhs, Result >::mult(), STK::hidden::pointByArrayColSize_, and STK::hidden::pointByArrayRowSize_.