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


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 Inherited Members Includes Libraries
Class Charts

Function documentation

void TMatrixTSub<Element> Rank1Update(const TVectorT<double>& vec, double alpha = 1.)
 Perform a rank 1 operation on the matrix:
     A += alpha * v * v^T
void TMatrixTSub<Element> operator=(Element val)
 Assign val to every element of the sub matrix.
void TMatrixTSub<Element> operator+=(Element val)
 Add val to every element of the sub matrix.
void TMatrixTSub<Element> operator*=(Element val)
 Multiply every element of the sub matrix by val .
void TMatrixTSub<Element> operator=(const TMatrixTSub_const<Element> &ms)
 Assignment operator
void TMatrixTSub<Element> operator=(const TMatrixTBase<Element> &m)
 Assignment operator
void TMatrixTSub<Element> operator+=(const TMatrixTSub_const<Element> &ms)
 Add to every element of the submatrix the corresponding element of submatrix ms.
void TMatrixTSub<Element> operator*=(const TMatrixTSub_const<Element> &ms)
 Multiply submatrix with submatrix ms.
void TMatrixTSub<Element> operator+=(const TMatrixTBase<Element> &mt)
 Add to every element of the submatrix the corresponding element of matrix mt.
void TMatrixTSub<Element> operator*=(const TMatrixT<Element> &source)
 Multiply submatrix with matrix source.
void TMatrixTSub<Element> operator*=(const TMatrixTSym<Element> &source)
 Multiply submatrix with matrix source.
TElementActionT& operator=(const TElementActionT<Element> &)
{return *this;}
const Element & operator()(Int_t i)