ROOT logo
ROOT » MATH » MATRIX » 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


This class is also known as (typedefs to this class)

TMatrixTSub<Double_t>, TMatrixDSub

Function Members (Methods)

public:
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)
~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.0)
virtual voidShowMembers(TMemberInspector& insp)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
enum { kWorkMax
};

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

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.0)