#include "TMatrixTUtils.h"

TMatrixTSparseRow_const<double>


class description - header file
viewCVS header

class TMatrixTSparseRow_const<double>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

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

Data Members

protected:
const TMatrixTBase<double>*fMatrixthe matrix I am a row of
Int_tfRowIndeffective row index
Int_tfNindexindex range
const Int_t*fColPtrcolumn index pointer
const double*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:13 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.