ROOT » MATH » MATRIX » TMatrixTSub_const<double>

class TMatrixTSub_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


Function Members (Methods)

public:
virtual~TMatrixTSub_const<double>()
static TClass*Class()
Int_tGetColOff() const
const TMatrixTBase<double>*GetMatrix() const
Int_tGetNcols() const
Int_tGetNrows() const
Int_tGetRowOff() const
virtual TClass*IsA() const
const double&operator()(Int_t rown, Int_t coln) const
TMatrixTSub_const<double>&operator=(const TMatrixTSub_const<double>&)
virtual voidShowMembers(TMemberInspector& insp) const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
TMatrixTSub_const<double>()
TMatrixTSub_const<double>(const TMatrixTSub_const<double>&)
TMatrixTSub_const<double>(const TMatrixT<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
TMatrixTSub_const<double>(const TMatrixTSym<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)

Data Members

protected:
Int_tfColOff
TMatrixTBase<double>*fMatrixthe matrix I am a submatrix of
Int_tfNcolsSub
Int_tfNrowsSub
Int_tfRowOff

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TElementActionT& operator=(const TMatrixTSub_const<double>& )
{return *this;}
const TMatrixTBase<Element> * GetMatrix() const
{ return fMatrix; }
const Element & operator()(Int_t i)
Int_t GetRowOff() const
{ return fRowOff; }
Int_t GetColOff() const
{ return fColOff; }
Int_t GetNrows() const
{ return fNrowsSub; }
Int_t GetNcols() const
{ return fNcolsSub; }