#include <Matrix.h>
| Public Member Functions | |
| int | getm () const | 
| int | getn () const | 
| float * | getx () const | 
| Matrix () | |
| Matrix (int m, int n, bool I=false) | |
| Matrix (const Matrix &a) | |
| Matrix & | operator= (const Matrix &a) | 
| float * | operator[] (int i) const | 
| Matrix | transp () | 
| ~Matrix () | |
| Public Attributes | |
| int | M | 
| int | N | 
| float * | X | 
| Matrix::Matrix | ( | ) | 
| Matrix::Matrix | ( | int | m, | 
| int | n, | ||
| bool | I = false | ||
| ) | 
| Matrix::Matrix | ( | const Matrix & | a | ) | 
| Matrix::~Matrix | ( | ) | 
| int Matrix::getm | ( | ) | const  [inline] | 
| int Matrix::getn | ( | ) | const  [inline] | 
| float * Matrix::getx | ( | ) | const  [inline] | 
| Matrix Matrix::transp | ( | ) |