A++ » INCLUDE » TMatrixTSub<double>

class TMatrixTSub<double>: public 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<double>()
static TClass*Class()
Int_tTMatrixTSub_const<double>::GetColOff() const
const TMatrixTBase<double>*TMatrixTSub_const<double>::GetMatrix() const
Int_tTMatrixTSub_const<double>::GetNcols() const
Int_tTMatrixTSub_const<double>::GetNrows() const
Int_tTMatrixTSub_const<double>::GetRowOff() const
virtual TClass*IsA() const
double&operator()(Int_t rown, Int_t coln)
voidoperator*=(double val)
voidoperator*=(const TMatrixTSub_const<double>& s)
voidoperator*=(const TMatrixT<double>& m)
voidoperator*=(const TMatrixTSym<double>& m)
voidoperator+=(double val)
voidoperator+=(const TMatrixTSub_const<double>& s)
voidoperator+=(const TMatrixTBase<double>& m)
voidoperator=(double val)
voidoperator=(const TMatrixTSub_const<double>& s)
TMatrixTSub<double>&operator=(const TMatrixTSub<double>& s)
voidoperator=(const TMatrixTBase<double>& m)
voidRank1Update(const TVectorT<double>& vec, double alpha = 1.)
virtual voidShowMembers(TMemberInspector& insp) const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
TMatrixTSub<double>()
TMatrixTSub<double>(const TMatrixTSub<double>& ms)
TMatrixTSub<double>(TMatrixT<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
TMatrixTSub<double>(TMatrixTSym<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)

Data Members

public:
static TMatrixTSub<double>::(anonymous)kWorkMax

Class Charts

Inheritance Chart:
TMatrixTSub_const<double>
TMatrixTSub<double>

Function documentation

TElementActionT& operator=(const TElementActionT<Element> &)
{return *this;}
TElementPosActionT<Element>& operator=(const TElementPosActionT<Element> &)
{return *this;}
TMatrixTRow_const<Element>& operator=(const TMatrixTRow_const<Element>& trc)
const Element & operator()(Int_t i)
void operator=(Element val)
void operator+=(Element val)
void operator*=(Element val)
void operator+=(const TMatrixTRow_const<Element> &r)
void operator*=(const TMatrixTRow_const<Element> &r)
void operator+=(Element val)
void operator*=(Element val)
void operator*=(const TMatrixTColumn_const<Element> &c)
void Rank1Update(const TVectorT<double>& vec, double alpha = 1.)