| TArrayD() | |
| TArrayD(Int_t n) | |
| TArrayD(const TArrayD& array) | |
| TArrayD(Int_t n, const Double_t* array) | |
| virtual | ~TArrayD() |
| void | AddAt(Double_t c, Int_t i) |
| void | Adopt(Int_t n, Double_t* array) |
| Double_t | At(Int_t i) const |
| static TClass* | Class() |
| void | Copy(TArrayD& array) const |
| const Double_t* | GetArray() const |
| Double_t* | GetArray() |
| virtual Double_t | GetAt(Int_t i) const |
| Int_t | TArray::GetSize() const |
| Stat_t | GetSum() const |
| virtual TClass* | IsA() const |
| TArrayD& | operator=(const TArrayD& rhs) |
| Double_t& | operator[](Int_t i) |
| Double_t | operator[](Int_t i) const |
| static TArray* | TArray::ReadArray(TBuffer& b, const TClass* clReq) |
| void | Reset() |
| void | Reset(Double_t val) |
| virtual void | Set(Int_t n) |
| void | Set(Int_t n, const Double_t* array) |
| virtual void | SetAt(Double_t v, Int_t i) |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| static void | TArray::WriteArray(TBuffer& b, const TArray* a) |
| Bool_t | TArray::BoundsOk(const char* where, Int_t at) const |
| Bool_t | TArray::OutOfBoundsError(const char* where, Int_t i) const |
| Double_t* | fArray | [fN] Array of fN doubles |
| Int_t | TArray::fN | Number of array elements |

Create TArrayD object and initialize it with values of array.