#include <matrix.h>
Diagram tříd pro matrix< T >:
Veřejné metody | |
matrix (int height, int width) | |
matrix (const matrix &) | |
void | operator= (matrix) |
matrix | trans (void) const |
matrix | inv (void) const |
T & | operator() (int, int) const |
Statické veřejné metody | |
matrix | I (int) |
Veřejné atributy | |
int | height |
int | width |
T * | cells |