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