Definition at line 109 of file MatrixFunctions.h.
Public Types | |
typedef Vector::value_type | T |
Public Member Functions | |
VectorMatrixRowOp (const Matrix &lhs, const Vector &rhs) | |
~VectorMatrixRowOp () | |
Matrix::value_type | apply (unsigned int i) const |
calc \( \sum_{j} a_{ij} * v_j \) | |
bool | IsInUse (const T *p) const |
Protected Attributes | |
const Matrix & | lhs_ |
const Vector & | rhs_ |
#include <Math/MatrixFunctions.h>
typedef Vector::value_type ROOT::Math::VectorMatrixRowOp< Matrix, Vector, D2 >::T |
Definition at line 112 of file MatrixFunctions.h.
|
inline |
Definition at line 115 of file MatrixFunctions.h.
|
inline |
Definition at line 119 of file MatrixFunctions.h.
|
inline |
calc \( \sum_{j} a_{ij} * v_j \)
Definition at line 122 of file MatrixFunctions.h.
|
inline |
Definition at line 128 of file MatrixFunctions.h.
|
protected |
Definition at line 134 of file MatrixFunctions.h.
|
protected |
Definition at line 135 of file MatrixFunctions.h.