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
TMatrixTFlat<float>() | |
TMatrixTFlat<float>(TMatrixT<float>& matrix) | |
TMatrixTFlat<float>(TMatrixTSym<float>& matrix) | |
TMatrixTFlat<float>(const TMatrixTFlat<float>& mf) | |
~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, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
const 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] |