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
| TMatrixTSparseRow<float>() | |
| TMatrixTSparseRow<float>(const TMatrixTSparseRow<float>& mr) | |
| TMatrixTSparseRow<float>(TMatrixTSparse<float>& matrix, Int_t row) | |
| ~TMatrixTSparseRow<float>() | |
| static TClass* | Class() |
| const Int_t* | TMatrixTSparseRow_const<float>::GetColPtr() const |
| float* | GetDataPtr() const |
| const TMatrixTBase<float>* | TMatrixTSparseRow_const<float>::GetMatrix() const |
| Int_t | TMatrixTSparseRow_const<float>::GetNindex() const |
| Int_t | TMatrixTSparseRow_const<float>::GetRowIndex() const |
| virtual TClass* | IsA() const |
| float | operator()(Int_t i) const |
| float& | operator()(Int_t i) |
| void | operator*=(float val) |
| void | operator*=(const TMatrixTSparseRow_const<float>& r) |
| void | operator+=(float val) |
| void | operator+=(const TMatrixTSparseRow_const<float>& r) |
| void | operator=(float val) |
| void | operator=(const TMatrixTSparseRow_const<float>& r) |
| TMatrixTSparseRow<float>& | operator=(const TMatrixTSparseRow<float>& r) |
| void | operator=(const TVectorT<float>& vec) |
| 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 Int_t* | TMatrixTSparseRow_const<float>::fColPtr | column index pointer |
| const float* | TMatrixTSparseRow_const<float>::fDataPtr | data pointer |
| const TMatrixTBase<float>* | TMatrixTSparseRow_const<float>::fMatrix | the matrix I am a row of |
| Int_t | TMatrixTSparseRow_const<float>::fNindex | index range |
| Int_t | TMatrixTSparseRow_const<float>::fRowInd | effective row index |
