#include "TMatrixTUtils.h"

TMatrixTSparseRow_const<float>


class description - header file
viewCVS header

class TMatrixTSparseRow_const<float>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTSparseRow_const<float>()
TMatrixTSparseRow_const<float>(const TMatrixTSparseRow_const<float>& trc)
TMatrixTSparseRow_const<float>(const TMatrixTSparse<float>& matrix, Int_t row)
virtual~TMatrixTSparseRow_const<float>()
static TClass*Class()
const Int_t*GetColPtr() const
const float*GetDataPtr() const
const TMatrixTBase<float>*GetMatrix() const
Int_tGetNindex() const
Int_tGetRowIndex() const
virtual TClass*IsA() const
floatoperator()(Int_t i) const
TMatrixTSparseRow_const<float>&operator=(const TMatrixTSparseRow_const<float>& trc)
floatoperator[](Int_t i) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
const TMatrixTBase<float>*fMatrixthe matrix I am a row of
Int_tfRowIndeffective row index
Int_tfNindexindex range
const Int_t*fColPtrcolumn index pointer
const float*fDataPtrdata pointer

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
{return *this;}
Int_t GetRowIndex()
{ return fRowInd; }
const Element & operator()(Int_t i)
const Element & operator[](Int_t i)
{ return (*(const TMatrixTRow<Element> *)this)(i); }
const TMatrixTBase<Element> * GetMatrix()
{ return fMatrix; }
Element * GetDataPtr()
{ return const_cast<Element *>(this->fDataPtr); }

Last update: Tue Nov 21 09:30:15 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.