Class for Vector-Matrix multiplication.
Definition at line 174 of file MatrixFunctions.h.
Public Types | |
typedef Vector::value_type | T |
Public Member Functions | |
VectorMatrixColOp (const Vector &lhs, const Matrix &rhs) | |
~VectorMatrixColOp () | |
Matrix::value_type | apply (unsigned int i) const |
calc \( \sum_{j} a_{ij} * v_j \) | |
bool | IsInUse (const T *p) const |
Protected Attributes | |
const Vector & | lhs_ |
const Matrix & | rhs_ |
#include <Math/MatrixFunctions.h>
typedef Vector::value_type ROOT::Math::VectorMatrixColOp< Vector, Matrix, D1 >::T |
Definition at line 177 of file MatrixFunctions.h.
|
inline |
Definition at line 179 of file MatrixFunctions.h.
|
inline |
Definition at line 183 of file MatrixFunctions.h.
|
inline |
calc \( \sum_{j} a_{ij} * v_j \)
Definition at line 186 of file MatrixFunctions.h.
|
inline |
Definition at line 192 of file MatrixFunctions.h.
|
protected |
Definition at line 198 of file MatrixFunctions.h.
|
protected |
Definition at line 199 of file MatrixFunctions.h.