Vector of n elements (resizable in runtime), with operation overloads for VectorND and scalars
Public Fields
-
vector<double> v
- Public data members
Public Methods
-
VectorND()
- Constructors / Destructors
-
VectorND(int size)
-
virtual ~VectorND()
-
inline VectorND& operator=(const VectorND& other)
- Operator overloads
-
VectorND operator+(const VectorND& other) const
-
VectorND& operator+=(const VectorND& other)
-
VectorND operator-()
-
VectorND operator-(const VectorND& other) const
-
VectorND& operator -=(const VectorND& other)
-
VectorND operator/(const double other) const
-
VectorND& operator/=(const double other)
-
VectorND operator*(const double other) const
-
VectorND& operator*=(const double other)
-
double operator *(const VectorND& other) const
-
inline bool EqualSize(const VectorND other) const
- Other public methods
-
inline void Set(const vector<double> vin)
-
void Zero(void)
-
void SetElement(unsigned int i, double val)
-
double GetElement(unsigned int i) const
-
inline unsigned int size() const
-
void Out(char* c) const
-
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
Documentation
Vector of n elements (resizable in runtime), with operation overloads for VectorND and scalars
- VectorND()
- Constructors / Destructors
- VectorND(int size)
- virtual ~VectorND()
- inline VectorND& operator=(const VectorND& other)
- Operator overloads
- VectorND operator+(const VectorND& other) const
- VectorND& operator+=(const VectorND& other)
- VectorND operator-()
- VectorND operator-(const VectorND& other) const
- VectorND& operator -=(const VectorND& other)
- VectorND operator/(const double other) const
- VectorND& operator/=(const double other)
- VectorND operator*(const double other) const
- VectorND& operator*=(const double other)
- double operator *(const VectorND& other) const
- inline bool EqualSize(const VectorND other) const
- Other public methods
- inline void Set(const vector<double> vin)
- void Zero(void)
- void SetElement(unsigned int i, double val)
- double GetElement(unsigned int i) const
- inline unsigned int size() const
- void Out(char* c) const
- int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- vector<double> v
- Public data members
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.