#include "TMatrixTUtils.h"

TMatrixTSub_const<double>


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

class TMatrixTSub_const<double>

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

    public:
TMatrixTSub_const<double>() TMatrixTSub_const<double>(const TMatrixT<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) TMatrixTSub_const<double>(const TMatrixTSym<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) TMatrixTSub_const<double>(const TMatrixTSub_const<double>&) virtual ~TMatrixTSub_const<double>() static TClass* Class() Int_t GetColOff() const const TMatrixTBase<double>* GetMatrix() const Int_t GetNcols() const Int_t GetNrows() const Int_t GetRowOff() const virtual TClass* IsA() const const double& 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<double>* 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.