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