#include "TMatrixTUtils.h"

TMatrixTDiag<float>


class description - header file
viewCVS header

class TMatrixTDiag<float>: public TMatrixTDiag_const<float>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTDiag<float>()
TMatrixTDiag<float>(TMatrixT<float>& matrix)
TMatrixTDiag<float>(TMatrixTSym<float>& matrix)
TMatrixTDiag<float>(const TMatrixTDiag<float>& md)
~TMatrixTDiag<float>()
static TClass*Class()
Int_tTMatrixTDiag_const<float>::GetInc() const
const TMatrixTBase<float>*TMatrixTDiag_const<float>::GetMatrix() const
Int_tTMatrixTDiag_const<float>::GetNdiags() const
float*GetPtr() const
virtual TClass*IsA() const
const float&operator()(Int_t i) const
float&operator()(Int_t i)
voidoperator*=(float val)
voidoperator*=(const TMatrixTDiag_const<float>& d)
voidoperator+=(float val)
voidoperator+=(const TMatrixTDiag_const<float>& d)
voidoperator=(float val)
voidoperator=(const TMatrixTDiag_const<float>& d)
TMatrixTDiag<float>&operator=(const TMatrixTDiag<float>& d)
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>*TMatrixTDiag_const<float>::fMatrixthe matrix I am the diagonal of
Int_tTMatrixTDiag_const<float>::fIncif ptr=@a[i,i], then ptr+inc = @a[i+1,i+1]
Int_tTMatrixTDiag_const<float>::fNdiagnumber of diag elems, min(nrows,ncols)
const float*TMatrixTDiag_const<float>::fPtrpointer to the a[0,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:29:55 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.