ROOT 6.12/07 Reference Guide |
Definition at line 107 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 \) More... | |
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 110 of file MatrixFunctions.h.
|
inline |
Definition at line 113 of file MatrixFunctions.h.
|
inline |
Definition at line 117 of file MatrixFunctions.h.
|
inline |
calc \( \sum_{j} a_{ij} * v_j \)
Definition at line 120 of file MatrixFunctions.h.
|
inline |
Definition at line 126 of file MatrixFunctions.h.
|
protected |
Definition at line 132 of file MatrixFunctions.h.
|
protected |
Definition at line 133 of file MatrixFunctions.h.