#include "TMatrixTUtils.h"

TMatrixTSparseDiag_const<float>


class description - header file
viewCVS header

class TMatrixTSparseDiag_const<float>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTSparseDiag_const<float>()
TMatrixTSparseDiag_const<float>(const TMatrixTSparse<float>& matrix)
TMatrixTSparseDiag_const<float>(const TMatrixTSparseDiag_const<float>& trc)
virtual~TMatrixTSparseDiag_const<float>()
static TClass*Class()
const float*GetDataPtr() const
const TMatrixTBase<float>*GetMatrix() const
Int_tGetNdiags() const
virtual TClass*IsA() const
floatoperator()(Int_t i) const
TMatrixTSparseDiag_const<float>&operator=(const TMatrixTSparseDiag_const<float>& trc)
floatoperator[](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_tfNdiagnumber of diag elems, min(nrows,ncols)
const float*fDataPtrdata pointer

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
{return *this;}
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; }
Element * GetDataPtr()
{ return const_cast<Element *>(this->fDataPtr); }

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