NEURON
matlab.h File Reference
#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

MATm_save ()
 
MATm_load ()
 
VECv_save ()
 
double d_save ()
 

Macro Definition Documentation

◆ APOLLO

#define APOLLO   MOTOROLA

Definition at line 48 of file matlab.h.

◆ COL_ORDER

#define COL_ORDER   0

Definition at line 54 of file matlab.h.

◆ DOUBLE_PREC

#define DOUBLE_PREC   0 /* double precision */

Definition at line 57 of file matlab.h.

◆ INT_16

#define INT_16   3 /* 16 bit integers (signed) */

Definition at line 60 of file matlab.h.

◆ INT_16u

#define INT_16u   4 /* 16 bit integers (unsigned) */

Definition at line 61 of file matlab.h.

◆ INT_32

#define INT_32   2 /* 32 bit integers (signed) */

Definition at line 59 of file matlab.h.

◆ INTEL

#define INTEL   0 /* for 80x87 format */

Definition at line 44 of file matlab.h.

◆ MAC

#define MAC   MOTOROLA

Definition at line 50 of file matlab.h.

◆ MACH_ID

#define MACH_ID   MOTOROLA

Definition at line 65 of file matlab.h.

◆ MOTOROLA

#define MOTOROLA   1 /* 6888x format */

Definition at line 46 of file matlab.h.

◆ ORDER

#define ORDER   ROW_ORDER

Definition at line 68 of file matlab.h.

◆ PC

#define PC   INTEL

Definition at line 45 of file matlab.h.

◆ PRECISION

#define PRECISION   DOUBLE_PREC

Definition at line 71 of file matlab.h.

◆ ROW_ORDER

#define ROW_ORDER   1

Definition at line 55 of file matlab.h.

◆ SINGLE_PREC

#define SINGLE_PREC   1 /* single precision */

Definition at line 58 of file matlab.h.

◆ SUN

#define SUN   MOTOROLA

Definition at line 47 of file matlab.h.

◆ VAX_D

#define VAX_D   2

Definition at line 51 of file matlab.h.

◆ VAX_G

#define VAX_G   3

Definition at line 52 of file matlab.h.

Function Documentation

◆ d_save()

double d_save ( )

◆ m_load()

MAT * m_load ( )

◆ m_save()

MAT* m_save ( )

◆ v_save()

VEC* v_save ( )