|
GCpp general purpose C++ library
version 1.0
|
This is the complete list of members for GVectorT< T >, including all inherited members.
| Allocate(size_t n) | GVectorT< T > | protectedvirtual |
| change_dim | GVectorT< T > | protected |
| CheckDimension(const GVectorT< T > &v) const | GVectorT< T > | inlinevirtual |
| CheckIndex(size_t i) const | GVectorT< T > | inlinevirtual |
| CheckProduct(const GMatrixT< T > &m) const | GVectorT< T > | inlinevirtual |
| Data() const | GVectorT< T > | inline |
| Data() | GVectorT< T > | inline |
| dimension | GVectorT< T > | protected |
| element | GVectorT< T > | protected |
| GetDimension() const | GVectorT< T > | inline |
| GetString() const | GVectorT< T > | inlinevirtual |
| GetString(const char *fmt) const | GVectorT< T > | virtual |
| GVectorT(size_t n=1) | GVectorT< T > | |
| GVectorT(size_t n, const T &x) | GVectorT< T > | |
| GVectorT(size_t n, const T x[]) | GVectorT< T > | |
| GVectorT(const GVectorT< T > &v) | GVectorT< T > | |
| InitData() | GVectorT< T > | inlinevirtual |
| InitData(const T x) | GVectorT< T > | inlinevirtual |
| InitData(const T x[]) | GVectorT< T > | inlinevirtual |
| InitData(size_t n, const T x[]) | GVectorT< T > | inlinevirtual |
| InitData() | GVectorT< T > | inline |
| InitElement(size_t i) | GVectorT< T > | inlinevirtual |
| Length() const | GVectorT< T > | inlinevirtual |
| LengthSquared() const | GVectorT< T > | inlinevirtual |
| Norm2() const | GVectorT< T > | inlinevirtual |
| Norm2() const | GVectorT< T > | inline |
| Norm2Squared() const | GVectorT< T > | inlinevirtual |
| operator()(size_t i) const | GVectorT< T > | inlinevirtual |
| operator()(size_t i) | GVectorT< T > | inlinevirtual |
| operator*(const T k) const | GVectorT< T > | virtual |
| operator*(const GVectorT< T > &v) const | GVectorT< T > | virtual |
| operator*(const GMatrixT< T > &m) const | GVectorT< T > | virtual |
| operator*=(const T k) | GVectorT< T > | virtual |
| operator+(const GVectorT< T > &v) const | GVectorT< T > | virtual |
| operator+=(const GVectorT< T > &v) | GVectorT< T > | virtual |
| operator-(const GVectorT< T > &v) const | GVectorT< T > | virtual |
| operator-() const | GVectorT< T > | virtual |
| operator-=(const GVectorT< T > &v) | GVectorT< T > | virtual |
| operator/(const T k) const | GVectorT< T > | virtual |
| operator/=(const T k) | GVectorT< T > | virtual |
| operator=(const GVectorT< T > &v) | GVectorT< T > | |
| operator[](size_t i) const | GVectorT< T > | inlinevirtual |
| operator[](size_t i) | GVectorT< T > | inlinevirtual |
| Reset() | GVectorT< T > | inlineprotectedvirtual |
| SetDimension(size_t n) | GVectorT< T > | |
| vect_close | GVectorT< T > | privatestatic |
| vect_format | GVectorT< T > | privatestatic |
| vect_open | GVectorT< T > | privatestatic |
| vect_separ | GVectorT< T > | privatestatic |
| ~GVectorT() | GVectorT< T > | inlinevirtual |