![]() |
NEURON
|
#include "zmatrix.h"Go to the source code of this file.
Classes | |
| struct | matlab |
Macros | |
| #define | INTEL 0 /* for 80x87 format */ |
| #define | PC INTEL |
| #define | MOTOROLA 1 /* 6888x format */ |
| #define | SUN MOTOROLA |
| #define | APOLLO MOTOROLA |
| #define | MAC MOTOROLA |
| #define | VAX_D 2 |
| #define | VAX_G 3 |
| #define | COL_ORDER 0 |
| #define | ROW_ORDER 1 |
| #define | DOUBLE_PREC 0 /* double precision */ |
| #define | SINGLE_PREC 1 /* single precision */ |
| #define | INT_32 2 /* 32 bit integers (signed) */ |
| #define | INT_16 3 /* 16 bit integers (signed) */ |
| #define | INT_16u 4 /* 16 bit integers (unsigned) */ |
| #define | MACH_ID MOTOROLA |
| #define | ORDER ROW_ORDER |
| #define | PRECISION DOUBLE_PREC |
Functions | |
| MAT * | m_save () |
| MAT * | m_load () |
| VEC * | v_save () |
| double | d_save () |
| #define PRECISION DOUBLE_PREC |
| double d_save | ( | ) |
| MAT * m_load | ( | ) |
| MAT* m_save | ( | ) |
| VEC* v_save | ( | ) |