#include <matrix.hpp>
Inheritance diagram for Matrix::Row:
This class contains of pointer to matrix to get usefull acess to its row
Definition at line 52 of file matrix.hpp.
Public Member Functions | |
double | elem (unsigned j) 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 9 of file matrix.cpp. References Matrix::elem(). |
|
Get size of vector.
Implements Vector. Definition at line 14 of file matrix.cpp. References Matrix::GetNumCols(). |
|
Definition at line 53 of file matrix.hpp. |