ROOT logo
ROOT » MATH » MATRIX » TMatrixTRow_const<double>

class TMatrixTRow_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)

TMatrixTRow_const<Double_t>, TMatrixDRow_const

Function Members (Methods)

public:
TMatrixTRow_const<double>()
TMatrixTRow_const<double>(const TMatrixTRow_const<double>& trc)
TMatrixTRow_const<double>(const TMatrixT<double>& matrix, Int_t row)
TMatrixTRow_const<double>(const TMatrixTSym<double>& matrix, Int_t row)
virtual~TMatrixTRow_const<double>()
static TClass*Class()
Int_tGetInc() const
const TMatrixTBase<double>*GetMatrix() const
const double*GetPtr() const
Int_tGetRowIndex() const
virtual TClass*IsA() const
const double&operator()(Int_t i) const
TMatrixTRow_const<double>&operator=(const TMatrixTRow_const<double>& trc)
const double&operator[](Int_t i) const
virtual voidShowMembers(TMemberInspector&)
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)

Data Members

protected:
Int_tfIncif ptr = @a[row,i], then ptr+inc = @a[row,i+1]
TMatrixTBase<double>*fMatrixthe matrix I am a row of
const double*fPtrpointer to the a[row,0]
Int_tfRowIndeffective row index

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TElementActionT& operator=(const TMatrixTRow_const<double>& trc)
{return *this;}
const TMatrixTBase<Element> * GetMatrix() const
{ return fMatrix; }
Int_t GetRowIndex() const
{ return fRowInd; }
Int_t GetInc() const
{ return fInc; }
const Element * GetPtr() const
{ return fPtr; }
const Element & operator()(Int_t i) const
const Element & operator[](Int_t i) const
{ return (*(const TMatrixTRow<Element> *)this)(i); }