#include "TMatrixTUtils.h"

TMatrixTSparseRow_const<float>


class description - header file - source file - inheritance tree (.pdf)

class TMatrixTSparseRow_const<float>

Inheritance Chart:
TMatrixTSparseRow_const<float>
<-
TMatrixTSparseRow<float>

    public:
TMatrixTSparseRow_const<float>() TMatrixTSparseRow_const<float>(const TMatrixTSparse<float>& matrix, Int_t row) TMatrixTSparseRow_const<float>(const TMatrixTSparseRow_const<float>& trc) virtual ~TMatrixTSparseRow_const<float>() static TClass* Class() const Int_t* GetColPtr() const const float* GetDataPtr() const const TMatrixTBase<float>* GetMatrix() const Int_t GetNindex() const Int_t GetRowIndex() const virtual TClass* IsA() const float operator()(Int_t i) const TMatrixTSparseRow_const<float>& operator=(const TMatrixTSparseRow_const<float>& trc) float operator[](Int_t i) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TMatrixTBase<float>* 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 float* fDataPtr data pointer

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
Int_t GetRowIndex()
Element operator()(Int_t i)
Element operator[](Int_t i)

Last update: Tue Jul 11 11:56:06 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.