Matrix< T >::Row Class Reference
Helper class for array-like access - only for use in this class.
More...
#include <Matrix.h>
List of all members.
Detailed Description
template<typename T>
class Matrix< T >::Row
Helper class for array-like access - only for use in this class.
Definition at line 18 of file Matrix.h.
Constructor & Destructor Documentation
template<typename T >
Matrix< T >::Row::Row |
( |
Matrix * |
parent, |
|
|
size_t |
i | |
|
) |
| | [inline] |
- Parameters:
-
| parent | pointer to parent matrix |
| i | index of row in parent matrix |
Definition at line 24 of file Matrix.h.
Member Function Documentation
template<typename T >
T& Matrix< T >::Row::operator[] |
( |
int |
j |
) |
[inline] |
- Parameters:
-
- Returns:
- reference to value at parent[i][j]
Definition at line 29 of file Matrix.h.
The documentation for this class was generated from the following file: