class TMatrixTSub<float>: public TMatrixTSub_const<float>


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<Float_t>, TMatrixFSub

Function Members (Methods)

public:
TMatrixTSub<float>()
TMatrixTSub<float>(const TMatrixTSub<float>& ms)
TMatrixTSub<float>(TMatrixT<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
TMatrixTSub<float>(TMatrixTSym<float>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
~TMatrixTSub<float>()
static TClass*Class()
Int_tTMatrixTSub_const<float>::GetColOff() const
const TMatrixTBase<float>*TMatrixTSub_const<float>::GetMatrix() const
Int_tTMatrixTSub_const<float>::GetNcols() const
Int_tTMatrixTSub_const<float>::GetNrows() const
Int_tTMatrixTSub_const<float>::GetRowOff() const
virtual TClass*IsA() const
float&operator()(Int_t rown, Int_t coln)
voidoperator*=(float val)
voidoperator*=(const TMatrixTSub_const<float>& s)
voidoperator*=(const TMatrixT<float>& m)
voidoperator*=(const TMatrixTSym<float>& m)
voidoperator+=(float val)
voidoperator+=(const TMatrixTSub_const<float>& s)
voidoperator+=(const TMatrixTBase<float>& m)
voidoperator=(float val)
voidoperator=(const TMatrixTSub_const<float>& s)
TMatrixTSub<float>&operator=(const TMatrixTSub<float>& s)
voidoperator=(const TMatrixTBase<float>& m)
voidRank1Update(const TVectorT<float>& vec, float alpha = 1.0)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
enum { kWorkMax
};
protected:
Int_tTMatrixTSub_const<float>::fColOff
const TMatrixTBase<float>*TMatrixTSub_const<float>::fMatrixthe matrix I am a submatrix of
Int_tTMatrixTSub_const<float>::fNcolsSub
Int_tTMatrixTSub_const<float>::fNrowsSub
Int_tTMatrixTSub_const<float>::fRowOff

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<float>& vec, float alpha = 1.0)

Last change: root/matrix:$Id: TMatrixTUtils.h 20882 2007-11-19 11:31:26Z rdm $
Last generated: 2008-06-25 08:49
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.