#include <matrix.hpp>
Inheritance diagram for Matrix::Column:


This class contains of pointer to matrix to get usefull acess to its column
Definition at line 67 of file matrix.hpp.
Public Member Functions | |
| double | elem (unsigned i) const |
| Get element in position i. | |
| unsigned | GetSize () const |
| Get size of vector. | |
Friends | |
| class | Matrix |
|
|
Get element in position i.
Implements Vector. Definition at line 29 of file matrix.cpp. References Matrix::elem(). |
|
|
Get size of vector.
Implements Vector. Definition at line 34 of file matrix.cpp. References Matrix::GetNumRows(). |
|
|
Definition at line 68 of file matrix.hpp. |