#include "TMatrixTUtils.h" |
TMatrixTSparseRow_const<double>
class description - header file - source file - inheritance tree (.pdf)
public:
TMatrixTSparseRow_const<double>()
TMatrixTSparseRow_const<double>(const TMatrixTSparse<double>& matrix, Int_t row)
TMatrixTSparseRow_const<double>(const TMatrixTSparseRow_const<double>& trc)
virtual ~TMatrixTSparseRow_const<double>()
static TClass* Class()
const Int_t* GetColPtr() const
const double* GetDataPtr() const
const TMatrixTBase<double>* GetMatrix() const
Int_t GetNindex() const
Int_t GetRowIndex() const
virtual TClass* IsA() const
double operator()(Int_t i) const
TMatrixTSparseRow_const<double>& operator=(const TMatrixTSparseRow_const<double>& trc)
double operator[](Int_t i) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
const TMatrixTBase<double>* fMatrix the matrix I am a row of
Int_t fRowInd effective row index
Int_t fNindex index range
const Int_t* fColPtr column index pointer
const double* fDataPtr data pointer