#include "TMatrixTUtils.h"

TMatrixTSub_const<float>


class description - header file
viewCVS header

class TMatrixTSub_const<float>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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:
const TMatrixTBase<float>*fMatrixthe matrix I am a submatrix of
Int_tfRowOff
Int_tfColOff
Int_tfNrowsSub
Int_tfNcolsSub

Class Description

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

Last update: Tue Nov 21 09:30:19 2006


ROOT page - Class index - Class Hierarchy - Top of the page

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.