#include "TMatrixTUtils.h"

TMatrixTColumn<double>


class description - header file
viewCVS header

class TMatrixTColumn<double>: public TMatrixTColumn_const<double>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTColumn<double>()
TMatrixTColumn<double>(const TMatrixTColumn<double>& mc)
TMatrixTColumn<double>(TMatrixT<double>& matrix, Int_t col)
TMatrixTColumn<double>(TMatrixTSym<double>& matrix, Int_t col)
~TMatrixTColumn<double>()
static TClass*Class()
Int_tTMatrixTColumn_const<double>::GetColIndex() const
Int_tTMatrixTColumn_const<double>::GetInc() const
const TMatrixTBase<double>*TMatrixTColumn_const<double>::GetMatrix() const
double*GetPtr() const
virtual TClass*IsA() const
const double&operator()(Int_t i) const
double&operator()(Int_t i)
voidoperator*=(double val)
voidoperator*=(const TMatrixTColumn_const<double>& c)
voidoperator+=(double val)
voidoperator+=(const TMatrixTColumn_const<double>& c)
voidoperator=(double val)
voidoperator=(const TMatrixTColumn_const<double>& c)
TMatrixTColumn<double>&operator=(const TMatrixTColumn<double>& c)
voidoperator=(const TVectorT<double>& vec)
const double&operator[](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>*TMatrixTColumn_const<double>::fMatrixthe matrix I am a column of
Int_tTMatrixTColumn_const<double>::fColIndeffective column index
Int_tTMatrixTColumn_const<double>::fIncif ptr = @a[i,col], then ptr+inc = @a[i+1,col]
const double*TMatrixTColumn_const<double>::fPtrpointer to the a[0,col] column

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:51 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.