#include "TMatrixTUtils.h"

TMatrixTRow_const<double>


class description - header file
viewCVS header

class TMatrixTRow_const<double>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTRow_const<double>()
TMatrixTRow_const<double>(const TMatrixTRow_const<double>& trc)
TMatrixTRow_const<double>(const TMatrixT<double>& matrix, Int_t row)
TMatrixTRow_const<double>(const TMatrixTSym<double>& matrix, Int_t row)
virtual~TMatrixTRow_const<double>()
static TClass*Class()
Int_tGetInc() const
const TMatrixTBase<double>*GetMatrix() const
const double*GetPtr() const
Int_tGetRowIndex() const
virtual TClass*IsA() const
const double&operator()(Int_t i) const
TMatrixTRow_const<double>&operator=(const TMatrixTRow_const<double>& trc)
const double&operator[](Int_t i) const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
const TMatrixTBase<double>*fMatrixthe matrix I am a row of
Int_tfRowIndeffective row index
Int_tfIncif ptr = @a[row,i], then ptr+inc = @a[row,i+1]
const double*fPtrpointer to the a[row,0]

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
{return *this;}
Int_t GetRowIndex()
{ return fRowInd; }
Element * GetPtr()
{ return const_cast<Element *>(this->fPtr); }
const Element & operator()(Int_t i)
const Element & operator[](Int_t i)
{ return (*(const TMatrixTRow<Element> *)this)(i); }
const TMatrixTBase<Element> * GetMatrix()
{ return fMatrix; }

Last update: Tue Nov 21 09:30:03 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.