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
TMatrixTColumn<float>() | |
TMatrixTColumn<float>(const TMatrixTColumn<float>& mc) | |
TMatrixTColumn<float>(TMatrixT<float>& matrix, Int_t col) | |
TMatrixTColumn<float>(TMatrixTSym<float>& matrix, Int_t col) | |
~TMatrixTColumn<float>() | |
static TClass* | Class() |
Int_t | TMatrixTColumn_const<float>::GetColIndex() const |
Int_t | TMatrixTColumn_const<float>::GetInc() const |
const TMatrixTBase<float>* | TMatrixTColumn_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 TMatrixTColumn_const<float>& c) |
void | operator+=(float val) |
void | operator+=(const TMatrixTColumn_const<float>& c) |
void | operator=(float val) |
void | operator=(const TMatrixTColumn_const<float>& c) |
TMatrixTColumn<float>& | operator=(const TMatrixTColumn<float>& c) |
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) |
Int_t | TMatrixTColumn_const<float>::fColInd | effective column index |
Int_t | TMatrixTColumn_const<float>::fInc | if ptr = @a[i,col], then ptr+inc = @a[i+1,col] |
const TMatrixTBase<float>* | TMatrixTColumn_const<float>::fMatrix | the matrix I am a column of |
const float* | TMatrixTColumn_const<float>::fPtr | pointer to the a[0,col] column |