library: libMatrix #include "TVectorF.h" |
TVector
class description - source file - inheritance tree (.pdf)
public:
TVector()
TVector(Int_t n)
TVector(Int_t lwb, Int_t upb)
TVector(Int_t n, const Float_t* elements)
TVector(Int_t lwb, Int_t upb, const Float_t* elements)
TVector(const TVectorF& another)
TVector(const TVectorD& another)
TVector(const TVector& another)
TVector(const TMatrixFRow_const& mr)
TVector(const TMatrixFColumn_const& mc)
TVector(const TMatrixFDiag_const& md)
virtual ~TVector()
static TClass* Class()
virtual TClass* IsA() const
TVector& operator=(const TVector&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TVectorF
Vectors in the linear algebra package
Inline Functions
void ~TVector()
TVector TVector()
TVector TVector(Int_t n)
TVector TVector(Int_t lwb, Int_t upb)
TVector TVector(Int_t n, const Float_t* elements)
TVector TVector(Int_t lwb, Int_t upb, const Float_t* elements)
TVector TVector(const TVectorF& another)
TVector TVector(const TVectorD& another)
TVector TVector(const TVector& another)
TVector TVector(const TMatrixFRow_const& mr)
TVector TVector(const TMatrixFColumn_const& mc)
TVector TVector(const TMatrixFDiag_const& md)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TVector& operator=(const TVector&)
Last update: root/matrix:$Name: $:$Id: TVectorF.h,v 1.17 2005/06/03 12:30:22 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
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.