#include <matrix.hpp>
Inheritance diagram for Vector:
This class is used for get view of matrix rows and cols
Definition at line 22 of file matrix.hpp.
Public Member Functions | |
Vector () | |
The constructor. | |
virtual | ~Vector () |
The destructor. | |
virtual double | elem (unsigned i) const =0 |
Get element in position i. | |
virtual unsigned | GetSize () const =0 |
Get size of vector. |
|
The constructor.
Definition at line 25 of file matrix.hpp. |
|
The destructor.
Definition at line 27 of file matrix.hpp. |
|
Get element in position i.
Implemented in Matrix::Row, and Matrix::Column. |
|
Get size of vector.
Implemented in Matrix::Row, and Matrix::Column. |