TVectorD
class description - source file - inheritance tree
protected:
void Allocate(Int_t nrows, Int_t row_lwb = 0)
void Invalidate()
public:
TVectorD()
TVectorD(Int_t n)
TVectorD(Int_t lwb, Int_t upb)
TVectorD(Int_t n, const Double_t* elements)
TVectorD(Int_t lwb, Int_t upb, const Double_t* elements)
TVectorD(const TVectorD& another)
TVectorD(const TMatrixDRow& mr)
TVectorD(const TMatrixDColumn& mc)
TVectorD(const TMatrixDDiag& md)
virtual ~TVectorD()
TVectorD& Abs()
TVectorD& Apply(const TElementActionD& action)
TVectorD& Apply(const TElementPosActionD& action)
static TClass* Class()
virtual void Clear(Option_t* option)
virtual void Draw(Option_t* option)
const Double_t* GetElements() const
Double_t* GetElements()
Int_t GetLwb() const
Int_t GetNoElements() const
Int_t GetNrows() const
Int_t GetUpb() const
virtual TClass* IsA() const
Bool_t IsValid() const
Double_t Norm1() const
Double_t Norm2Sqr() const
Double_t NormInf() const
Bool_t operator!=(Double_t val) const
const Double_t& operator()(Int_t index) const
Double_t& operator()(Int_t index)
TVectorD& operator*=(const TMatrixD& a)
TVectorD& operator*=(Double_t val)
TVectorD& operator+=(Double_t val)
TVectorD& operator-=(Double_t val)
Bool_t operator<(Double_t val) const
Bool_t operator<=(Double_t val) const
TVectorD& operator=(const TMatrixDColumn& mc)
TVectorD& operator=(const TVectorD& source)
TVectorD& operator=(const TMatrixDDiag& md)
TVectorD& operator=(const TMatrixDRow& mr)
TVectorD& operator=(Double_t val)
Bool_t operator==(Double_t val) const
Bool_t operator>(Double_t val) const
Bool_t operator>=(Double_t val) const
const Double_t& operator[](Int_t index) const
Double_t& operator[](Int_t index)
virtual void Print(Option_t* option) const
void ResizeTo(Int_t n)
void ResizeTo(const TVectorD& v)
void ResizeTo(Int_t lwb, Int_t upb)
void SetElements(const Double_t* elements)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
TVectorD& Sqr()
TVectorD& Sqrt()
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TVectorD& Zero()
protected:
Int_t fNmem ! number of rows in allocated memory (>=fNrows)
Int_t fNrows number of rows
Int_t fRowLwb lower bound of the row index
Double_t* fElements [fNrows] elements themselves
Last update: Fri May 14 13:32:45 2004
ROOT page - Class index - 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.