class TMatrixTColumn<float>: public TMatrixTColumn_const<float>


Matrix utility classes.

Templates of utility classes in the Linear Algebra Package.
The following classes are defined here:

Different matrix views without copying data elements :
TMatrixTRow_const        TMatrixTRow
TMatrixTColumn_const     TMatrixTColumn
TMatrixTDiag_const       TMatrixTDiag
TMatrixTFlat_const       TMatrixTFlat
TMatrixTSub_const        TMatrixTSub
TMatrixTSparseRow_const  TMatrixTSparseRow
TMatrixTSparseDiag_const TMatrixTSparseDiag

TElementActionT
TElementPosActionT


This class is also known as (typedefs to this class)

TMatrixTColumn<Float_t>, TMatrixFColumn

Function Members (Methods)

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

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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 * GetPtr()
{ return 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*=(Element val)
void operator+=(const TMatrixTRow_const<Element> &r)
void operator*=(const TMatrixTRow_const<Element> &r)

Last change: root/matrix:$Id: TMatrixTUtils.h 20882 2007-11-19 11:31:26Z rdm $
Last generated: 2008-06-25 08:49
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *

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.