#include "TMatrixTUtils.h"

TMatrixTDiag_const<float>


class description - header file
viewCVS header

class TMatrixTDiag_const<float>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

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

Data Members

protected:
const TMatrixTBase<float>*fMatrixthe matrix I am the diagonal of
Int_tfIncif ptr=@a[i,i], then ptr+inc = @a[i+1,i+1]
Int_tfNdiagnumber of diag elems, min(nrows,ncols)
const float*fPtrpointer to the a[0,0]

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
{return *this;}
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; }
Int_t GetNdiags()
{ return fNdiag; }

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