#include "TMatrixTUtils.h"

TMatrixTSub_const<float>


class description - header file - source file - inheritance tree (.pdf)

class TMatrixTSub_const<float>

Inheritance Chart:
TMatrixTSub_const<float>
<-
TMatrixTSub<float>

    public:
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) TMatrixTSub_const<float>(const TMatrixTSub_const<float>&) virtual ~TMatrixTSub_const<float>() static TClass* Class() Int_t GetColOff() const const TMatrixTBase<float>* GetMatrix() const Int_t GetNcols() const Int_t GetNrows() const Int_t GetRowOff() const virtual TClass* IsA() const const float& operator()(Int_t rown, Int_t coln) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TMatrixTBase<float>* fMatrix the matrix I am a submatrix of Int_t fRowOff Int_t fColOff Int_t fNrowsSub Int_t fNcolsSub

Class Description

Int_t GetRowOff()
Int_t GetColOff()
Element operator()(Int_t i)

Last update: Tue Jul 11 11:56:07 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.