|  | TVectorT<float>() | 
|  | TVectorT<float>(Int_t n) | 
|  | TVectorT<float>(const TVectorT<float>& another) | 
|  | TVectorT<float>(const TMatrixTRow_const<float>& mr) | 
|  | TVectorT<float>(const TMatrixTColumn_const<float>& mc) | 
|  | TVectorT<float>(const TMatrixTDiag_const<float>& md) | 
|  | TVectorT<float>(const TVectorT<double>& another) | 
|  | TVectorT<float>(Int_t lwb, Int_t upb) | 
|  | TVectorT<float>(Int_t n, const float* elements) | 
|  | TVectorT<float>(Int_t lwb, Int_t upb, const float* elements) | 
| virtual | ~TVectorT<float>() | 
| TVectorT<float>& | Abs() | 
| void | TObject::AbstractMethod(const char* method) const | 
| void | Add(const TVectorT<float>& v) | 
| void | Add(const TVectorT<float>& v1, const TVectorT<float>& v2) | 
| void | AddSomeConstant(float val, const TVectorT<float>& select) | 
| virtual void | TObject::AppendPad(Option_t* option = "") | 
| TVectorT<float>& | Apply(const TElementActionT<float>& action) | 
| TVectorT<float>& | Apply(const TElementPosActionT<float>& 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 | 
| float* | GetMatrixArray() | 
| const float* | 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<float> | GetSub(Int_t row_lwb, Int_t row_upb, Option_t* option = "S") const | 
| TVectorT<float>& | GetSub(Int_t row_lwb, Int_t row_upb, TVectorT<float>& 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<float>& | 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<float>& select) | 
| float | Max() const | 
| void | TObject::MayNotUse(const char* method) const | 
| float | Min() const | 
| Int_t | NonZeros() const | 
| float | Norm1() const | 
| float | Norm2Sqr() const | 
| float | 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!=(float val) const | 
| const float& | operator()(Int_t ind) const | 
| float& | operator()(Int_t index) | 
| TVectorT<float>& | operator*=(float val) | 
| TVectorT<float>& | operator*=(const TMatrixT<float>& a) | 
| TVectorT<float>& | operator*=(const TMatrixTSym<float>& a) | 
| TVectorT<float>& | operator*=(const TMatrixTSparse<float>& a) | 
| TVectorT<float>& | operator+=(float val) | 
| TVectorT<float>& | operator+=(const TVectorT<float>& source) | 
| TVectorT<float>& | operator-=(float val) | 
| TVectorT<float>& | operator-=(const TVectorT<float>& source) | 
| Bool_t | operator<(float val) const | 
| Bool_t | operator<=(float val) const | 
| TVectorT<float>& | operator=(const TVectorT<float>& source) | 
| TVectorT<float>& | operator=(const TMatrixTRow_const<float>& mr) | 
| TVectorT<float>& | operator=(const TMatrixTColumn_const<float>& mc) | 
| TVectorT<float>& | operator=(const TMatrixTDiag_const<float>& md) | 
| TVectorT<float>& | operator=(const TMatrixTSparseRow_const<float>& md) | 
| TVectorT<float>& | operator=(const TMatrixTSparseDiag_const<float>& md) | 
| TVectorT<float>& | operator=(float val) | 
| Bool_t | operator==(float val) const | 
| Bool_t | operator>(float val) const | 
| Bool_t | operator>=(float val) const | 
| const float& | operator[](Int_t index) const | 
| float& | operator[](Int_t index) | 
| virtual void | TObject::Paint(Option_t* option = "") | 
| virtual void | TObject::Pop() | 
| virtual void | Print(Option_t* option = "") const | 
| void | Randomize(float alpha, float 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<float>& | ResizeTo(Int_t n) | 
| TVectorT<float>& | ResizeTo(const TVectorT<float>& v) | 
| TVectorT<float>& | 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<float>& | SelectNonZeros(const TVectorT<float>& 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 float* elements) | 
| static void | TObject::SetObjectStat(Bool_t stat) | 
| TVectorT<float>& | SetSub(Int_t row_lwb, const TVectorT<float>& source) | 
| virtual void | TObject::SetUniqueID(UInt_t uid) | 
| TVectorT<float>& | Shift(Int_t row_shift) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| Bool_t | SomePositive(const TVectorT<float>& select) | 
| TVectorT<float>& | Sqr() | 
| TVectorT<float>& | Sqrt() | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| float | 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<float>& | Use(TVectorT<float>& v) | 
| TVectorT<float>& | Use(Int_t n, float* data) | 
| TVectorT<float>& | Use(Int_t lwb, Int_t upb, float* 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<float>& | Zero() |