TMatrixDColumn
class description - source file - inheritance tree
private:
TMatrixDColumn()
public:
TMatrixDColumn(const TMatrixDColumn&)
TMatrixDColumn(const TMatrixD& matrix, Int_t col)
~TMatrixDColumn()
static TClass* Class()
virtual TClass* IsA() const
const Double_t& operator()(Int_t i) const
Double_t& operator()(Int_t i)
void operator*=(const TMatrixDColumn& c)
void operator*=(Double_t val)
void operator+=(Double_t val)
void operator+=(const TMatrixDColumn& c)
void operator=(const TMatrixDColumn& c)
void operator=(const TVectorD& vec)
void operator=(Double_t val)
Double_t& operator[](Int_t i)
const Double_t& operator[](Int_t i) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
const TMatrixD* fMatrix ! the matrix I am a column of
Int_t fColInd effective column index
Double_t* fPtr ! pointer to the a[0,i] column
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.