STK++ 0.9.13
|
Methods to use for C=AV with A a general matrix and V a vector. 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 Matrices by vector multiplication implementation res have been resized and initialized to zero outside this method. | |
Methods to use for C=AV with A a general matrix and V a vector.
The structure bv contains only static methods and typedef and should normally not be used directly.
Definition at line 81 of file STK_ArrayByVectorProduct.h.
typedef Result::Type STK::hidden::bv< Lhs, Rhs, Result >::Type |
Definition at line 83 of file STK_ArrayByVectorProduct.h.
|
inlinestatic |
Main method for Matrices by vector multiplication implementation res have been resized and initialized to zero outside this method.
Definition at line 88 of file STK_ArrayByVectorProduct.h.