#include "TMatrixTUtils.h"

TMatrixTRow_const<float>


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

class TMatrixTRow_const<float>

Inheritance Chart:
TMatrixTRow_const<float>
<-
TMatrixTRow<float>

    public:
TMatrixTRow_const<float>() TMatrixTRow_const<float>(const TMatrixT<float>& matrix, Int_t row) TMatrixTRow_const<float>(const TMatrixTSym<float>& matrix, Int_t row) TMatrixTRow_const<float>(const TMatrixTRow_const<float>& trc) virtual ~TMatrixTRow_const<float>() static TClass* Class() Int_t GetInc() const const TMatrixTBase<float>* GetMatrix() const const float* GetPtr() const Int_t GetRowIndex() const virtual TClass* IsA() const const float& operator()(Int_t i) const TMatrixTRow_const<float>& operator=(const TMatrixTRow_const<float>& trc) const float& operator[](Int_t i) 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 row of Int_t fRowInd effective row index Int_t fInc if ptr = @a[row,i], then ptr+inc = @a[row,i+1] const float* fPtr pointer to the a[row,0]

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
Int_t GetRowIndex()
Element operator()(Int_t i)
Element operator[](Int_t i)

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