#include "TMatrixTUtils.h"

TMatrixTRow<float>


class description - header file
viewCVS header

class TMatrixTRow<float>: public TMatrixTRow_const<float>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTRow<float>()
TMatrixTRow<float>(const TMatrixTRow<float>& mr)
TMatrixTRow<float>(TMatrixT<float>& matrix, Int_t row)
TMatrixTRow<float>(TMatrixTSym<float>& matrix, Int_t row)
~TMatrixTRow<float>()
static TClass*Class()
Int_tTMatrixTRow_const<float>::GetInc() const
const TMatrixTBase<float>*TMatrixTRow_const<float>::GetMatrix() const
float*GetPtr() const
Int_tTMatrixTRow_const<float>::GetRowIndex() const
virtual TClass*IsA() const
const float&operator()(Int_t i) const
float&operator()(Int_t i)
voidoperator*=(float val)
voidoperator*=(const TMatrixTRow_const<float>& r)
voidoperator+=(float val)
voidoperator+=(const TMatrixTRow_const<float>& r)
voidoperator=(float val)
voidoperator=(const TMatrixTRow_const<float>& r)
TMatrixTRow<float>&operator=(const TMatrixTRow<float>& r)
voidoperator=(const TVectorT<float>& vec)
const float&operator[](Int_t i) const
float&operator[](Int_t i)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
const TMatrixTBase<float>*TMatrixTRow_const<float>::fMatrixthe matrix I am a row of
Int_tTMatrixTRow_const<float>::fRowIndeffective row index
Int_tTMatrixTRow_const<float>::fIncif ptr = @a[row,i], then ptr+inc = @a[row,i+1]
const float*TMatrixTRow_const<float>::fPtrpointer to the a[row,0]

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
{return *this;}
TElementPosActionT<Element>& operator=(const TElementPosActionT<Element> &)
{return *this;}
TMatrixTRow_const<Element>& operator=(const TMatrixTRow_const<Element>& trc)
Element * GetPtr()
{ return const_cast<Element *>(this->fPtr); }
const Element & operator()(Int_t i)
Element & operator()(Int_t i)
const Element & operator[](Int_t i)
{ return (*(const TMatrixTRow<Element> *)this)(i); }
Element & operator[](Int_t i)
{ return (*( TMatrixTRow<Element> *)this)(i); }
void operator+=(Element val)
void operator*=(Element val)
void operator=(const TMatrixTRow_const<Element> &r)
void operator+=(const TMatrixTRow_const<Element> &r)
void operator*=(const TMatrixTRow_const<Element> &r)

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