#include <mnbigmat.h>
Public Member Functions |
|
| BigMatrix () | |
| DllExport | BigMatrix (int mm, int nn) |
| DllExport | BigMatrix (const BigMatrix &from) |
| ~BigMatrix () | |
| DllExport void | Clear () |
| DllExport int | SetSize (int mm, int nn) |
| DllExport float * | operator[] (int i) const |
| DllExport BigMatrix & | operator= (const BigMatrix &from) |
| DllExport void | SetTranspose (BigMatrix &trans) const |
| DllExport float | Invert () |
| DllExport void | Identity () |
| DllExport void | Randomize (float scale) |
| DllExport void | MNDebugPrint () |
| DllExport void | dump (FILE *fp) |
Public Attributes |
|
| int | m |
| int | n |
| float * | val |
| BigMatrix | ( | ) | [inline] |
| DllExport BigMatrix | ( | int | mm, |
| int | nn | ||
| ) |
| DllExport void Clear | ( | ) |
| DllExport int SetSize | ( | int | mm, |
| int | nn | ||
| ) |
| DllExport float* operator[] | ( | int | i | ) | const |
| DllExport void SetTranspose | ( | BigMatrix & | trans | ) | const |
| DllExport float Invert | ( | ) |
| DllExport void Identity | ( | ) |
| DllExport void Randomize | ( | float | scale | ) |
| DllExport void MNDebugPrint | ( | ) |
| DllExport void dump | ( | FILE * | fp | ) |
| float* val |