Jspice3
ftedata.h File Reference
#include "cpstd.h"
#include "fteconst.h"
Include dependency graph for ftedata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dvec
 
struct  dvlist
 
struct  plot
 

Macros

#define MAXDIMS   8
 
#define isreal(v)   ((v)->v_flags & VF_REAL)
 
#define iscomplex(v)   ((v)->v_flags & VF_COMPLEX)
 

Macro Definition Documentation

#define iscomplex (   v)    ((v)->v_flags & VF_COMPLEX)

Definition at line 55 of file ftedata.h.

#define isreal (   v)    ((v)->v_flags & VF_REAL)

Definition at line 54 of file ftedata.h.

#define MAXDIMS   8

Definition at line 22 of file ftedata.h.