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
TMatrixTSub<float>() | |
TMatrixTSub<float>(const TMatrixTSub<float>& ms) | |
TMatrixTSub<float>(TMatrixT<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
TMatrixTSub<float>(TMatrixTSym<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
~TMatrixTSub<float>() | |
static TClass* | Class() |
static TClass* | TMatrixTSub_const<float>::Class() |
Int_t | TMatrixTSub_const<float>::GetColOff() const |
const TMatrixTBase<float>* | TMatrixTSub_const<float>::GetMatrix() const |
Int_t | TMatrixTSub_const<float>::GetNcols() const |
Int_t | TMatrixTSub_const<float>::GetNrows() const |
Int_t | TMatrixTSub_const<float>::GetRowOff() const |
virtual TClass* | IsA() const |
virtual TClass* | TMatrixTSub_const<float>::IsA() const |
float& | operator()(Int_t rown, Int_t coln) |
const float& | TMatrixTSub_const<float>::operator()(Int_t rown, Int_t coln) const |
void | operator*=(float val) |
void | operator*=(const TMatrixTSub_const<float>& s) |
void | operator*=(const TMatrixT<float>& m) |
void | operator*=(const TMatrixTSym<float>& m) |
void | operator+=(float val) |
void | operator+=(const TMatrixTSub_const<float>& s) |
void | operator+=(const TMatrixTBase<float>& m) |
void | operator=(float val) |
void | operator=(const TMatrixTSub_const<float>& s) |
TMatrixTSub<float>& | operator=(const TMatrixTSub<float>& s) |
void | operator=(const TMatrixTBase<float>& m) |
void | Rank1Update(const TVectorT<float>& vec, float alpha = 1.0) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | TMatrixTSub_const<float>::ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
virtual void | TMatrixTSub_const<float>::Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
void | TMatrixTSub_const<float>::StreamerNVirtual(TBuffer& b) |
Int_t | TMatrixTSub_const<float>::fColOff | |
TMatrixTBase<float>* | TMatrixTSub_const<float>::fMatrix | the matrix I am a submatrix of |
Int_t | TMatrixTSub_const<float>::fNcolsSub | |
Int_t | TMatrixTSub_const<float>::fNrowsSub | |
Int_t | TMatrixTSub_const<float>::fRowOff |