Jet
v1.3.3
|
Vector expression for matrix-vector multiplication. More...
#include <jet/matrix_expression.h>
Public Member Functions | |
MatrixVectorMul (const ME &m, const VE &v) | |
size_t | size () const |
Size of the vector. More... | |
T | operator[] (size_t i) const |
Returns vector element at i. More... | |
![]() | |
size_t | size () const |
Size of the vector. More... | |
const MatrixVectorMul< T, ME, VE > & | operator() () const |
Returns actual implementation (the subclass). More... | |
Vector expression for matrix-vector multiplication.
This vector expression represents a matrix-vector operation that takes one input matrix expression and one vector expression.
jet::MatrixVectorMul< T, ME, VE >::MatrixVectorMul | ( | const ME & | m, |
const VE & | v | ||
) |
T jet::MatrixVectorMul< T, ME, VE >::operator[] | ( | size_t | i | ) | const |
Returns vector element at i.
size_t jet::MatrixVectorMul< T, ME, VE >::size | ( | ) | const |
Size of the vector.