TMatrixRow


class description - source file - inheritance tree

class TMatrixRow : public TObject

    private:
TMatrixRow() public:
TMatrixRow(const TMatrixRow&) TMatrixRow(const TMatrix& matrix, Int_t row) ~TMatrixRow() static TClass* Class() virtual TClass* IsA() const const Real_t& operator()(Int_t i) const Real_t& operator()(Int_t i) void operator*=(const TMatrixRow& r) void operator*=(Real_t val) void operator+=(Real_t val) void operator+=(const TMatrixRow& r) void operator=(const TMatrixRow& r) 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)

Data Members

    private:
const TMatrix* fMatrix ! the matrix I am a row of Int_t fRowInd effective row index Int_t fInc if ptr = @a[row,i], then ptr+inc = @a[row,i+1] Real_t* fPtr ! pointer to the a[row,0]

Class Description



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.