#include "TMatrixTUtils.h"

TMatrixTSparseRow<double>


class description - header file
viewCVS header

class TMatrixTSparseRow<double>: public TMatrixTSparseRow_const<double>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTSparseRow<double>()
TMatrixTSparseRow<double>(const TMatrixTSparseRow<double>& mr)
TMatrixTSparseRow<double>(TMatrixTSparse<double>& matrix, Int_t row)
~TMatrixTSparseRow<double>()
static TClass*Class()
const Int_t*TMatrixTSparseRow_const<double>::GetColPtr() const
double*GetDataPtr() const
const TMatrixTBase<double>*TMatrixTSparseRow_const<double>::GetMatrix() const
Int_tTMatrixTSparseRow_const<double>::GetNindex() const
Int_tTMatrixTSparseRow_const<double>::GetRowIndex() const
virtual TClass*IsA() const
doubleoperator()(Int_t i) const
double&operator()(Int_t i)
voidoperator*=(double val)
voidoperator*=(const TMatrixTSparseRow_const<double>& r)
voidoperator+=(double val)
voidoperator+=(const TMatrixTSparseRow_const<double>& r)
voidoperator=(double val)
voidoperator=(const TMatrixTSparseRow_const<double>& r)
TMatrixTSparseRow<double>&operator=(const TMatrixTSparseRow<double>& r)
voidoperator=(const TVectorT<double>& vec)
doubleoperator[](Int_t i) const
double&operator[](Int_t i)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
const TMatrixTBase<double>*TMatrixTSparseRow_const<double>::fMatrixthe matrix I am a row of
Int_tTMatrixTSparseRow_const<double>::fRowIndeffective row index
Int_tTMatrixTSparseRow_const<double>::fNindexindex range
const Int_t*TMatrixTSparseRow_const<double>::fColPtrcolumn index pointer
const double*TMatrixTSparseRow_const<double>::fDataPtrdata pointer

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

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