Construction
| CVector(int); CVector(CVector *); CVector(int ,double); CVector(CString,int); |
Constructs a CVector object |
Opertors
| operator = | Assigns a Matrix to the matrix object |
| operator + | Add two matrixes |
| operator - | Minus two matrixes |
| operator * | Multiplied by a number or vector or matrix |
| operator / | Divided by a number |
| operator ^ | Product of two matrix or a matrix and a vector |
Retrieval/Modification
| GetAt | Gets the element at a given position. |
| SetAt | Sets the element at a given position. |
Attributes
| GetSize | Returns the number of elements in this list. |
| SetSize | Set the size of the vector |
Serialization
| Serialize | Loads or stores an vector from/to an archive. |