TMatrixDiag
class description - source file - inheritance tree
private:
TMatrixDiag()
public:
TMatrixDiag(const TMatrixDiag&)
TMatrixDiag(const TMatrix& matrix)
~TMatrixDiag()
static TClass* Class()
Int_t GetNdiags() const
virtual TClass* IsA() const
const Real_t& operator()(Int_t i) const
Real_t& operator()(Int_t i)
void operator*=(Real_t val)
void operator*=(const TMatrixDiag& d)
void operator+=(Real_t val)
void operator+=(const TMatrixDiag& d)
void operator=(const TMatrixDiag& d)
void operator=(const TVector& vec)
void operator=(Real_t val)
Real_t& operator[](Int_t i)
const Real_t& operator[](Int_t i) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
const TMatrix* fMatrix ! the matrix I am the diagonal of
Int_t fInc if ptr=@a[i,i], then ptr+inc = @a[i+1,i+1]
Int_t fNdiag number of diag elems, min(nrows,ncols)
Real_t* fPtr ! pointer to the a[0,0]
Last update: Fri May 14 13:32:41 2004
ROOT page - Class index - 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.