#include <matrix.hpp>
Public Member Functions | |
| MatrixMulVec (const Matrix &mat, const class Vector &vec) | |
| Constructor for MMatrixMulVec with matrix mat and vector vec. | |
Public Attributes | |
| Matrix * | _mat |
| Pointer to matrix. | |
| Vector * | _vec |
| Pointer to vector. | |
Friends | |
| class | Vector |
This container object is used to store a matrix-vector multiplication operation. For more information about the use of MCRowMatrixMulVec, see MCRowMatrix.
Constructor for MMatrixMulVec with matrix mat and vector vec.
friend class Vector [friend] |
| class Matrix* MatrixMulVec::_mat |
Pointer to matrix.
| class Vector* MatrixMulVec::_vec |
Pointer to vector.
1.4.7