#include "TMatrixTUtils.h"

TMatrixTSub<double>


class description - header file - source file - inheritance tree (.pdf)

class TMatrixTSub<double> : public TMatrixTSub_const<double>

Inheritance Chart:
TMatrixTSub_const<double>
<-
TMatrixTSub<double>

    public:
TMatrixTSub<double>() 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>(const TMatrixTSub<double>& ms) ~TMatrixTSub<double>() static TClass* Class() virtual TClass* IsA() const double& operator()(Int_t rown, Int_t coln) void operator*=(double val) void operator*=(const TMatrixTSub_const<double>& s) void operator*=(const TMatrixT<double>& m) void operator*=(const TMatrixTSym<double>& m) void operator+=(double val) void operator+=(const TMatrixTSub_const<double>& s) void operator+=(const TMatrixTBase<double>& m) void operator=(double val) void operator=(const TMatrixTSub_const<double>& s) TMatrixTSub<double>& operator=(const TMatrixTSub<double>& s) void operator=(const TMatrixTBase<double>& m) void Rank1Update(const TVectorT<double>& vec, double alpha = 1.0) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
static const enum TMatrixTSub<double>:: kWorkMax

Class Description

TElementActionT& operator=(const TElementActionT<Element> &)
TElementPosActionT<Element>& operator=(const TElementPosActionT<Element> &)
TMatrixTRow_const<Element>& operator=(const TMatrixTRow_const<Element>& trc)
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)
Element operator()(Int_t i)

Last update: Tue Jul 11 11:56:06 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.