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<float>() |
static TClass* | Class() |
const TMatrixTBase<float>* | TMatrixTFlat_const<float>::GetMatrix() const |
float* | GetPtr() const |
virtual TClass* | IsA() const |
const float& | operator()(Int_t i) const |
float& | operator()(Int_t i) |
void | operator*=(float val) |
void | operator*=(const TMatrixTFlat_const<float>& f) |
void | operator+=(float val) |
void | operator+=(const TMatrixTFlat_const<float>& f) |
void | operator=(float val) |
void | operator=(const TMatrixTFlat_const<float>& f) |
TMatrixTFlat<float>& | operator=(const TMatrixTFlat<float>& f) |
void | operator=(const TVectorT<float>& vec) |
const float& | operator[](Int_t i) const |
float& | operator[](Int_t i) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
TMatrixTFlat<float>() | |
TMatrixTFlat<float>(TMatrixT<float>& matrix) | |
TMatrixTFlat<float>(TMatrixTSym<float>& matrix) | |
TMatrixTFlat<float>(const TMatrixTFlat<float>& mf) |
TMatrixTBase<float>* | TMatrixTFlat_const<float>::fMatrix | the matrix I am the diagonal of |
Int_t | TMatrixTFlat_const<float>::fNelems | |
const float* | TMatrixTFlat_const<float>::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.