|
HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
#include <matrix.h>
Data Fields | |
| float ** | data |
| int | cols |
| int | rows |
| int | size |
| int _mat::cols |
Definition at line 30 of file matrix.h.
Referenced by Adjugate(), DeleteRowCol(), Determinant(), Invert(), MatAlloc(), MatMul(), MatPrint(), MatRead(), MatWrite(), TestSquare(), and Transpose().
| float** _mat::data |
Definition at line 29 of file matrix.h.
Referenced by Adjugate(), DeleteRowCol(), Determinant(), Invert(), MatAlloc(), MatFree(), MatLoad(), MatMul(), MatPrint(), MatRead(), MatWrite(), and Transpose().
| int _mat::rows |
Definition at line 31 of file matrix.h.
Referenced by Adjugate(), DeleteRowCol(), Determinant(), Invert(), MatAlloc(), MatFree(), MatMul(), MatPrint(), MatRead(), MatWrite(), TestSquare(), and Transpose().
| int _mat::size |
Definition at line 32 of file matrix.h.
Referenced by Determinant(), and MatAlloc().
1.8.17