#include "TMatrixTUtils.h"

TMatrixTSub<double>


class description - header file
viewCVS header

class TMatrixTSub<double>: public TMatrixTSub_const<double>

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TMatrixTSub<double>()
TMatrixTSub<double>(const TMatrixTSub<double>& ms)
TMatrixTSub<double>(TMatrixT<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
TMatrixTSub<double>(TMatrixTSym<double>& matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
~TMatrixTSub<double>()
static TClass*Class()
Int_tTMatrixTSub_const<double>::GetColOff() const
const TMatrixTBase<double>*TMatrixTSub_const<double>::GetMatrix() const
Int_tTMatrixTSub_const<double>::GetNcols() const
Int_tTMatrixTSub_const<double>::GetNrows() const
Int_tTMatrixTSub_const<double>::GetRowOff() const
virtual TClass*IsA() const
double&operator()(Int_t rown, Int_t coln)
voidoperator*=(double val)
voidoperator*=(const TMatrixTSub_const<double>& s)
voidoperator*=(const TMatrixT<double>& m)
voidoperator*=(const TMatrixTSym<double>& m)
voidoperator+=(double val)
voidoperator+=(const TMatrixTSub_const<double>& s)
voidoperator+=(const TMatrixTBase<double>& m)
voidoperator=(double val)
voidoperator=(const TMatrixTSub_const<double>& s)
TMatrixTSub<double>&operator=(const TMatrixTSub<double>& s)
voidoperator=(const TMatrixTBase<double>& m)
voidRank1Update(const TVectorT<double>& vec, double alpha = 1.0)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
enum { kWorkMax
};
protected:
const TMatrixTBase<double>*TMatrixTSub_const<double>::fMatrixthe matrix I am a submatrix of
Int_tTMatrixTSub_const<double>::fRowOff
Int_tTMatrixTSub_const<double>::fColOff
Int_tTMatrixTSub_const<double>::fNrowsSub
Int_tTMatrixTSub_const<double>::fNcolsSub

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)
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)
void operator+=(Element val)
void operator*=(Element val)
void operator*=(const TMatrixTColumn_const<Element> &c)
void Rank1Update(const TVectorT<Element> &vec,Element alpha=1.0)

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