Matrix< Z > Class Template Reference
#include <matrix.h>
List of all members.
template<typename Z>
class Matrix< Z >
Constructor & Destructor Documentation
template<typename Z>
| Matrix< Z >::Matrix |
( |
int |
width, |
|
|
int |
height, |
|
|
const Z & |
initial | |
|
) |
| | [inline] |
Member Function Documentation
template<typename Z>
| void Matrix< Z >::init |
( |
const Z & |
initial |
) |
[inline] |
template<typename Z>
| Z& Matrix< Z >::operator() |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | [inline] |
template<typename Z>
| const Z& Matrix< Z >::operator() |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | const [inline] |
template<typename Z>
| int Matrix< Z >::width |
( |
|
) |
const [inline] |
template<typename Z>
| int Matrix< Z >::height |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: