class 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_const<Float_t>, TMatrixFSub_const

Function Members (Methods)

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

Data Members

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

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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

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.