class TMatrixTSparseRow_const<double>
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
This class is also known as (typedefs to this class)
TMatrixDSparseRow_const, TMatrixTSparseRow_const<
Double_t>
Function Members (Methods)
Data Members
protected:
const Int_t* | fColPtr | column index pointer |
const double* | fDataPtr | data pointer |
TMatrixTBase<double>* | fMatrix | the matrix I am a row of |
Int_t | fNindex | index range |
Int_t | fRowInd | effective row index |
Class Charts
Function documentation
TElementActionT& operator=(const TMatrixTSparseRow_const<double>& trc)
{return *this;}
const TMatrixTBase<Element> * GetMatrix() const
const Element & operator[](Int_t i) const
{ return (*(const TMatrixTRow<Element> *)this)(i); }