| 16 |
|
none, transmission, reflection front (normal side), reflection back */ |
| 17 |
|
typedef enum {RMPnone=-1, RMPtrans=0, RMPreflF, RMPreflB} RMPref; |
| 18 |
|
|
| 19 |
< |
/* Private flags: |
| 20 |
< |
need to swap input, need to free/unmap memory */ |
| 19 |
> |
/* RMATRIX flags (usually private): |
| 20 |
> |
need to swap input, we should free memory */ |
| 21 |
|
#define RMF_SWAPIN 1 |
| 22 |
< |
#define RMF_OURMEM 2 |
| 22 |
> |
#define RMF_FREEMEM 2 |
| 23 |
> |
|
| 24 |
> |
#define DTrmx_native DTdouble /* in-core data type */ |
| 25 |
|
|
| 26 |
|
/* General [row][col][cmp] component matrix */ |
| 27 |
|
typedef struct { |