STK++ 0.9.13
|
Methods to use for C=PB with P a point and B a matrix. More...
#include <STK_ArrayByVectorProduct.h>
Public Types | |
typedef Result::Type | Type |
Static Public Member Functions | |
static void | run (Lhs const &lhs, Rhs const &rhs, Result &res) |
Main method for point by Matrices multiplication implementation. | |
Methods to use for C=PB with P a point and B a matrix.
The structure vb contains only static method and typedef and should normally not be used directly.
Definition at line 105 of file STK_ArrayByVectorProduct.h.
typedef Result::Type STK::hidden::vb< Lhs, Rhs, Result >::Type |
Definition at line 107 of file STK_ArrayByVectorProduct.h.
|
inlinestatic |
Main method for point by Matrices multiplication implementation.
res have been resized and initialized to zero outside this method.
Definition at line 112 of file STK_ArrayByVectorProduct.h.