|  | TVectorT<double>() | 
|  | TVectorT<double>(Int_t n) | 
|  | TVectorT<double>(const TVectorT<double>& another) | 
|  | TVectorT<double>(const TMatrixTRow_const<double>& mr) | 
|  | TVectorT<double>(const TMatrixTColumn_const<double>& mc) | 
|  | TVectorT<double>(const TMatrixTDiag_const<double>& md) | 
|  | TVectorT<double>(const TVectorT<float>& another) | 
|  | TVectorT<double>(Int_t lwb, Int_t upb) | 
|  | TVectorT<double>(Int_t n, const double* elements) | 
|  | TVectorT<double>(Int_t lwb, Int_t upb, const double* elements) | 
| virtual | ~TVectorT<double>() | 
| TVectorT<double>& | Abs() | 
| void | TObject::AbstractMethod(const char* method) const | 
| void | Add(const TVectorT<double>& v) | 
| void | Add(const TVectorT<double>& v1, const TVectorT<double>& v2) | 
| void | AddSomeConstant(double val, const TVectorT<double>& select) | 
| virtual void | TObject::AppendPad(Option_t* option = "") | 
| TVectorT<double>& | Apply(const TElementActionT<double>& action) | 
| TVectorT<double>& | Apply(const TElementPosActionT<double>& action) | 
| virtual void | TObject::Browse(TBrowser* b) | 
| static TClass* | Class() | 
| virtual const char* | TObject::ClassName() const | 
| virtual void | Clear(Option_t* = "") | 
| virtual TObject* | TObject::Clone(const char* newname = "") const | 
| virtual Int_t | TObject::Compare(const TObject* obj) const | 
| virtual void | TObject::Copy(TObject& object) const | 
| virtual void | TObject::Delete(Option_t* option = "") | 
| virtual Int_t | TObject::DistancetoPrimitive(Int_t px, Int_t py) | 
| virtual void | Draw(Option_t* option = "") | 
| virtual void | TObject::DrawClass() const | 
| virtual TObject* | TObject::DrawClone(Option_t* option = "") const | 
| virtual void | TObject::Dump() const | 
| virtual void | TObject::Error(const char* method, const char* msgfmt) const | 
| virtual void | TObject::Execute(const char* method, const char* params, Int_t* error = 0) | 
| virtual void | TObject::Execute(TMethod* method, TObjArray* params, Int_t* error = 0) | 
| virtual void | TObject::ExecuteEvent(Int_t event, Int_t px, Int_t py) | 
| virtual void | TObject::Fatal(const char* method, const char* msgfmt) const | 
| virtual TObject* | TObject::FindObject(const char* name) const | 
| virtual TObject* | TObject::FindObject(const TObject* obj) const | 
| virtual Option_t* | TObject::GetDrawOption() const | 
| static Long_t | TObject::GetDtorOnly() | 
| virtual const char* | TObject::GetIconName() const | 
| Int_t | GetLwb() const | 
| double* | GetMatrixArray() | 
| const double* | GetMatrixArray() const | 
| virtual const char* | TObject::GetName() const | 
| Int_t | GetNoElements() const | 
| Int_t | GetNrows() const | 
| virtual char* | TObject::GetObjectInfo(Int_t px, Int_t py) const | 
| static Bool_t | TObject::GetObjectStat() | 
| virtual Option_t* | TObject::GetOption() const | 
| TVectorT<double> | GetSub(Int_t row_lwb, Int_t row_upb, Option_t* option = "S") const | 
| TVectorT<double>& | GetSub(Int_t row_lwb, Int_t row_upb, TVectorT<double>& target, Option_t* option = "S") const | 
| virtual const char* | TObject::GetTitle() const | 
| virtual UInt_t | TObject::GetUniqueID() const | 
| Int_t | GetUpb() const | 
| virtual Bool_t | TObject::HandleTimer(TTimer* timer) | 
| virtual ULong_t | TObject::Hash() const | 
| virtual void | TObject::Info(const char* method, const char* msgfmt) const | 
| virtual Bool_t | TObject::InheritsFrom(const char* classname) const | 
| virtual Bool_t | TObject::InheritsFrom(const TClass* cl) const | 
| virtual void | TObject::Inspect() const | 
| void | Invalidate() | 
| TVectorT<double>& | Invert() | 
| void | TObject::InvertBit(UInt_t f) | 
| virtual TClass* | IsA() const | 
| virtual Bool_t | TObject::IsEqual(const TObject* obj) const | 
| virtual Bool_t | TObject::IsFolder() const | 
| Bool_t | TObject::IsOnHeap() const | 
| Bool_t | IsOwner() const | 
| virtual Bool_t | TObject::IsSortable() const | 
| Bool_t | IsValid() const | 
| Bool_t | TObject::IsZombie() const | 
| virtual void | TObject::ls(Option_t* option = "") const | 
| void | MakeValid() | 
| Bool_t | MatchesNonZeroPattern(const TVectorT<double>& select) | 
| double | Max() const | 
| void | TObject::MayNotUse(const char* method) const | 
| double | Min() const | 
| Int_t | NonZeros() const | 
| double | Norm1() const | 
| double | Norm2Sqr() const | 
| double | NormInf() const | 
| virtual Bool_t | TObject::Notify() | 
| static void | TObject::operator delete(void* ptr) | 
| static void | TObject::operator delete(void* ptr, void* vp) | 
| static void | TObject::operator delete[](void* ptr) | 
| static void | TObject::operator delete[](void* ptr, void* vp) | 
| void* | TObject::operator new(size_t sz) | 
| void* | TObject::operator new(size_t sz, void* vp) | 
| void* | TObject::operator new[](size_t sz) | 
| void* | TObject::operator new[](size_t sz, void* vp) | 
| Bool_t | operator!=(double val) const | 
| const double& | operator()(Int_t ind) const | 
| double& | operator()(Int_t index) | 
| TVectorT<double>& | operator*=(double val) | 
| TVectorT<double>& | operator*=(const TMatrixT<double>& a) | 
| TVectorT<double>& | operator*=(const TMatrixTSym<double>& a) | 
| TVectorT<double>& | operator*=(const TMatrixTSparse<double>& a) | 
| TVectorT<double>& | operator+=(double val) | 
| TVectorT<double>& | operator+=(const TVectorT<double>& source) | 
| TVectorT<double>& | operator-=(double val) | 
| TVectorT<double>& | operator-=(const TVectorT<double>& source) | 
| Bool_t | operator<(double val) const | 
| Bool_t | operator<=(double val) const | 
| TVectorT<double>& | operator=(const TVectorT<double>& source) | 
| TVectorT<double>& | operator=(const TMatrixTRow_const<double>& mr) | 
| TVectorT<double>& | operator=(const TMatrixTColumn_const<double>& mc) | 
| TVectorT<double>& | operator=(const TMatrixTDiag_const<double>& md) | 
| TVectorT<double>& | operator=(const TMatrixTSparseRow_const<double>& md) | 
| TVectorT<double>& | operator=(const TMatrixTSparseDiag_const<double>& md) | 
| TVectorT<double>& | operator=(double val) | 
| Bool_t | operator==(double val) const | 
| Bool_t | operator>(double val) const | 
| Bool_t | operator>=(double val) const | 
| const double& | operator[](Int_t index) const | 
| double& | operator[](Int_t index) | 
| virtual void | TObject::Paint(Option_t* option = "") | 
| virtual void | TObject::Pop() | 
| virtual void | Print(Option_t* option = "") const | 
| void | Randomize(double alpha, double beta, Double_t& seed) | 
| virtual Int_t | TObject::Read(const char* name) | 
| virtual void | TObject::RecursiveRemove(TObject* obj) | 
| void | TObject::ResetBit(UInt_t f) | 
| TVectorT<double>& | ResizeTo(Int_t n) | 
| TVectorT<double>& | ResizeTo(const TVectorT<double>& v) | 
| TVectorT<double>& | ResizeTo(Int_t lwb, Int_t upb) | 
| virtual void | TObject::SaveAs(const char* filename = "", Option_t* option = "") const | 
| virtual void | TObject::SavePrimitive(ostream& out, Option_t* option = "") | 
| TVectorT<double>& | SelectNonZeros(const TVectorT<double>& select) | 
| void | TObject::SetBit(UInt_t f) | 
| void | TObject::SetBit(UInt_t f, Bool_t set) | 
| virtual void | TObject::SetDrawOption(Option_t* option = "") | 
| static void | TObject::SetDtorOnly(void* obj) | 
| void | SetElements(const double* elements) | 
| static void | TObject::SetObjectStat(Bool_t stat) | 
| TVectorT<double>& | SetSub(Int_t row_lwb, const TVectorT<double>& source) | 
| virtual void | TObject::SetUniqueID(UInt_t uid) | 
| TVectorT<double>& | Shift(Int_t row_shift) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| Bool_t | SomePositive(const TVectorT<double>& select) | 
| TVectorT<double>& | Sqr() | 
| TVectorT<double>& | Sqrt() | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| double | Sum() const | 
| virtual void | TObject::SysError(const char* method, const char* msgfmt) const | 
| Bool_t | TObject::TestBit(UInt_t f) const | 
| Int_t | TObject::TestBits(UInt_t f) const | 
| TVectorT<double>& | Use(TVectorT<double>& v) | 
| TVectorT<double>& | Use(Int_t n, double* data) | 
| TVectorT<double>& | Use(Int_t lwb, Int_t upb, double* data) | 
| virtual void | TObject::UseCurrentStyle() | 
| virtual void | TObject::Warning(const char* method, const char* msgfmt) const | 
| virtual Int_t | TObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) | 
| virtual Int_t | TObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) const | 
| TVectorT<double>& | Zero() |