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

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

TMatrixTColumn_const<Double_t>, TMatrixDColumn_const

Function Members (Methods)

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

Data Members

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

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TElementActionT& operator=(const TMatrixTColumn_const<double>& trc)
{return *this;}
const TMatrixTBase<Element> * GetMatrix() const
{ return fMatrix; }
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); }
Int_t GetColIndex() const
{ return fColInd; }