Matrix utility classes. Templates of utility classes in the Linear Algebra Package. The following classes are defined here: Different matrix views without copying data elements : TMatrixTRow_const TMatrixTRow TMatrixTColumn_const TMatrixTColumn TMatrixTDiag_const TMatrixTDiag TMatrixTFlat_const TMatrixTFlat TMatrixTSub_const TMatrixTSub TMatrixTSparseRow_const TMatrixTSparseRow TMatrixTSparseDiag_const TMatrixTSparseDiag TElementActionT TElementPosActionT
virtual | ~TMatrixTFlat<double>() |
static TClass* | Class() |
const TMatrixTBase<double>* | TMatrixTFlat_const<double>::GetMatrix() const |
double* | GetPtr() const |
virtual TClass* | IsA() const |
const double& | operator()(Int_t i) const |
double& | operator()(Int_t i) |
void | operator*=(double val) |
void | operator*=(const TMatrixTFlat_const<double>& f) |
void | operator+=(double val) |
void | operator+=(const TMatrixTFlat_const<double>& f) |
void | operator=(double val) |
void | operator=(const TMatrixTFlat_const<double>& f) |
TMatrixTFlat<double>& | operator=(const TMatrixTFlat<double>& f) |
void | operator=(const TVectorT<double>& vec) |
const double& | operator[](Int_t i) const |
double& | operator[](Int_t i) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
TMatrixTFlat<double>() | |
TMatrixTFlat<double>(TMatrixT<double>& matrix) | |
TMatrixTFlat<double>(TMatrixTSym<double>& matrix) | |
TMatrixTFlat<double>(const TMatrixTFlat<double>& mf) |
TMatrixTBase<double>* | TMatrixTFlat_const<double>::fMatrix | the matrix I am the diagonal of |
Int_t | TMatrixTFlat_const<double>::fNelems | |
const double* | TMatrixTFlat_const<double>::fPtr | pointer to the a[0,0] |
Assign a vector to the matrix. The matrix is traversed row-wise
Add to every element of the matrix the corresponding element of matrix mf.
Multiply every element of the matrix with the corresponding element of diagonal mf.