![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|


Go to the source code of this file.
Macros | |
| #define | DMDM_BIN_OP(R, OP, DM1, DM2, F) |
| #define | DMDM_BIN_OPS(R, DM1, DM2) |
| #define | DMM_BIN_OP(R, OP, DM, M, OPEQ, PREOP) |
| #define | DMM_BIN_OPS(R, DM, M, R_ZERO) |
| #define | DMM_MULTIPLY_OP(R, DM, M, R_ZERO) |
| #define | DMS_BIN_OP(R, OP, DM, S) |
| #define | DMS_BIN_OPS(R, DM, S) |
| #define | MDM_BIN_OP(R, OP, M, DM, OPEQ) |
| #define | MDM_BIN_OPS(R, M, DM, R_ZERO) |
| #define | MDM_MULTIPLY_OP(R, M, DM, R_ZERO) |
| #define | MINMAX_FCNS(T, S) |
| #define | MM_BIN_OP(R, OP, M1, M2, F) |
| #define | MM_BIN_OPS(R, M1, M2) |
| #define | MM_BOOL_OP(F, OP, M1, M2) |
| #define | MM_BOOL_OPS(M1, M2) |
| #define | MM_CMP_OP(F, OP, M1, M2) |
| #define | MM_CMP_OPS(M1, M2) |
| #define | MNANCHK(m, MT) |
| #define | MPM_BIN_OPS(R, M, PM) MPM_MULTIPLY_OP(M, PM); |
| #define | MPM_MULTIPLY_OP(M, PM) |
| #define | MS_BIN_OP(R, OP, M, S, F) |
| #define | MS_BIN_OPS(R, M, S) |
| #define | MS_BOOL_OP(F, OP, M, S) |
| #define | MS_BOOL_OPS(M, S) |
| #define | MS_CMP_OP(F, OP, M, S) |
| #define | MS_CMP_OPS(M, S) |
| #define | NDND_BIN_OP(R, OP, ND1, ND2, F) |
| #define | NDND_BIN_OPS(R, ND1, ND2) |
| #define | NDND_BOOL_OP(F, OP, ND1, ND2) |
| #define | NDND_BOOL_OPS(ND1, ND2) |
| #define | NDND_CMP_OP(F, OP, ND1, ND2) |
| #define | NDND_CMP_OPS(ND1, ND2) |
| #define | NDND_MAPPER_BODY(R, NAME) |
| #define | NDND_MINMAX_FCN(FCN, OP, T, S) |
| #define | NDS_BIN_OP(R, OP, ND, S, F) |
| #define | NDS_BIN_OPS(R, ND, S) |
| #define | NDS_BOOL_OP(F, OP, ND, S) |
| #define | NDS_BOOL_OPS(ND, S) |
| #define | NDS_CMP_OP(F, OP, ND, S) |
| #define | NDS_CMP_OPS(ND, S) |
| #define | NDS_MINMAX_FCN(FCN, OP, T, S) |
| #define | PMM_BIN_OPS(R, PM, M) PMM_MULTIPLY_OP(PM, M); |
| #define | PMM_MULTIPLY_OP(PM, M) |
| #define | SDM_BIN_OP(R, OP, S, DM) |
| #define | SDM_BIN_OPS(R, S, DM) SDM_BIN_OP (R, *, S, DM) |
| #define | SM_BIN_OP(R, OP, S, M, F) |
| #define | SM_BIN_OPS(R, S, M) |
| #define | SM_BOOL_OP(F, OP, S, M) |
| #define | SM_BOOL_OPS(S, M) |
| #define | SM_CMP_OP(F, OP, S, M) |
| #define | SM_CMP_OPS(S, M) |
| #define | SNANCHK(s) |
| #define | SND_BIN_OP(R, OP, S, ND, F) |
| #define | SND_BIN_OPS(R, S, ND) |
| #define | SND_BOOL_OP(F, OP, S, ND) |
| #define | SND_BOOL_OPS(S, ND) |
| #define | SND_CMP_OP(F, OP, S, ND) |
| #define | SND_CMP_OPS(S, ND) |
| #define | SND_MINMAX_FCN(FCN, OP, T, S) |
| #define | SV_BIN_OP(R, F, OP, S, V) |
| #define | SV_BIN_OPS(R, S, V) |
| #define | VS_BIN_OP(R, F, OP, V, S) |
| #define | VS_BIN_OPS(R, V, S) |
| #define | VV_BIN_OP(R, F, OP, V1, V2) |
| #define | VV_BIN_OPS(R, V1, V2) |
| #define DMDM_BIN_OP | ( | R, | |
| OP, | |||
| DM1, | |||
| DM2, | |||
| F | |||
| ) |
Definition at line 536 of file mx-op-defs.h.
| #define DMDM_BIN_OPS | ( | R, | |
| DM1, | |||
| DM2 | |||
| ) |
Definition at line 561 of file mx-op-defs.h.
| #define DMM_BIN_OP | ( | R, | |
| OP, | |||
| DM, | |||
| M, | |||
| OPEQ, | |||
| PREOP | |||
| ) |
Definition at line 463 of file mx-op-defs.h.
| #define DMM_BIN_OPS | ( | R, | |
| DM, | |||
| M, | |||
| R_ZERO | |||
| ) |
Definition at line 529 of file mx-op-defs.h.
| #define DMM_MULTIPLY_OP | ( | R, | |
| DM, | |||
| M, | |||
| R_ZERO | |||
| ) |
Definition at line 495 of file mx-op-defs.h.
| #define DMS_BIN_OP | ( | R, | |
| OP, | |||
| DM, | |||
| S | |||
| ) |
Definition at line 373 of file mx-op-defs.h.
| #define DMS_BIN_OPS | ( | R, | |
| DM, | |||
| S | |||
| ) |
Definition at line 385 of file mx-op-defs.h.
| #define MDM_BIN_OP | ( | R, | |
| OP, | |||
| M, | |||
| DM, | |||
| OPEQ | |||
| ) |
Definition at line 391 of file mx-op-defs.h.
| #define MDM_BIN_OPS | ( | R, | |
| M, | |||
| DM, | |||
| R_ZERO | |||
| ) |
Definition at line 456 of file mx-op-defs.h.
| #define MDM_MULTIPLY_OP | ( | R, | |
| M, | |||
| DM, | |||
| R_ZERO | |||
| ) |
Definition at line 423 of file mx-op-defs.h.
| #define MINMAX_FCNS | ( | T, | |
| S | |||
| ) |
Definition at line 589 of file mx-op-defs.h.
| #define MM_BIN_OP | ( | R, | |
| OP, | |||
| M1, | |||
| M2, | |||
| F | |||
| ) |
Definition at line 172 of file mx-op-defs.h.
| #define MM_BIN_OPS | ( | R, | |
| M1, | |||
| M2 | |||
| ) |
Definition at line 179 of file mx-op-defs.h.
| #define MM_BOOL_OP | ( | F, | |
| OP, | |||
| M1, | |||
| M2 | |||
| ) |
Definition at line 200 of file mx-op-defs.h.
| #define MM_BOOL_OPS | ( | M1, | |
| M2 | |||
| ) |
Definition at line 209 of file mx-op-defs.h.
| #define MM_CMP_OP | ( | F, | |
| OP, | |||
| M1, | |||
| M2 | |||
| ) |
Definition at line 185 of file mx-op-defs.h.
| #define MM_CMP_OPS | ( | M1, | |
| M2 | |||
| ) |
Definition at line 192 of file mx-op-defs.h.
| #define MNANCHK | ( | m, | |
| MT | |||
| ) |
Definition at line 35 of file mx-op-defs.h.
| #define MPM_BIN_OPS | ( | R, | |
| M, | |||
| PM | |||
| ) | MPM_MULTIPLY_OP(M, PM); |
Definition at line 644 of file mx-op-defs.h.
| #define MPM_MULTIPLY_OP | ( | M, | |
| PM | |||
| ) |
Definition at line 620 of file mx-op-defs.h.
Definition at line 86 of file mx-op-defs.h.
| #define MS_BIN_OPS | ( | R, | |
| M, | |||
| S | |||
| ) |
Definition at line 93 of file mx-op-defs.h.
Definition at line 114 of file mx-op-defs.h.
| #define MS_BOOL_OPS | ( | M, | |
| S | |||
| ) |
Definition at line 123 of file mx-op-defs.h.
Definition at line 99 of file mx-op-defs.h.
| #define MS_CMP_OPS | ( | M, | |
| S | |||
| ) |
Definition at line 106 of file mx-op-defs.h.
| #define NDND_BIN_OP | ( | R, | |
| OP, | |||
| ND1, | |||
| ND2, | |||
| F | |||
| ) |
Definition at line 309 of file mx-op-defs.h.
| #define NDND_BIN_OPS | ( | R, | |
| ND1, | |||
| ND2 | |||
| ) |
Definition at line 316 of file mx-op-defs.h.
| #define NDND_BOOL_OP | ( | F, | |
| OP, | |||
| ND1, | |||
| ND2 | |||
| ) |
Definition at line 337 of file mx-op-defs.h.
| #define NDND_BOOL_OPS | ( | ND1, | |
| ND2 | |||
| ) |
Definition at line 346 of file mx-op-defs.h.
| #define NDND_CMP_OP | ( | F, | |
| OP, | |||
| ND1, | |||
| ND2 | |||
| ) |
Definition at line 322 of file mx-op-defs.h.
| #define NDND_CMP_OPS | ( | ND1, | |
| ND2 | |||
| ) |
Definition at line 329 of file mx-op-defs.h.
| #define NDND_MAPPER_BODY | ( | R, | |
| NAME | |||
| ) |
Definition at line 647 of file mx-op-defs.h.
| #define NDND_MINMAX_FCN | ( | FCN, | |
| OP, | |||
| T, | |||
| S | |||
| ) |
| #define NDS_BIN_OP | ( | R, | |
| OP, | |||
| ND, | |||
| S, | |||
| F | |||
| ) |
Definition at line 215 of file mx-op-defs.h.
| #define NDS_BIN_OPS | ( | R, | |
| ND, | |||
| S | |||
| ) |
Definition at line 222 of file mx-op-defs.h.
| #define NDS_BOOL_OP | ( | F, | |
| OP, | |||
| ND, | |||
| S | |||
| ) |
Definition at line 243 of file mx-op-defs.h.
| #define NDS_BOOL_OPS | ( | ND, | |
| S | |||
| ) |
Definition at line 252 of file mx-op-defs.h.
| #define NDS_CMP_OP | ( | F, | |
| OP, | |||
| ND, | |||
| S | |||
| ) |
Definition at line 228 of file mx-op-defs.h.
| #define NDS_CMP_OPS | ( | ND, | |
| S | |||
| ) |
Definition at line 235 of file mx-op-defs.h.
| #define NDS_MINMAX_FCN | ( | FCN, | |
| OP, | |||
| T, | |||
| S | |||
| ) |
| #define PMM_BIN_OPS | ( | R, | |
| PM, | |||
| M | |||
| ) | PMM_MULTIPLY_OP(PM, M); |
Definition at line 641 of file mx-op-defs.h.
| #define PMM_MULTIPLY_OP | ( | PM, | |
| M | |||
| ) |
Definition at line 599 of file mx-op-defs.h.
| #define SDM_BIN_OP | ( | R, | |
| OP, | |||
| S, | |||
| DM | |||
| ) |
Definition at line 356 of file mx-op-defs.h.
| #define SDM_BIN_OPS | ( | R, | |
| S, | |||
| DM | |||
| ) | SDM_BIN_OP (R, *, S, DM) |
Definition at line 368 of file mx-op-defs.h.
Definition at line 129 of file mx-op-defs.h.
| #define SM_BIN_OPS | ( | R, | |
| S, | |||
| M | |||
| ) |
Definition at line 136 of file mx-op-defs.h.
Definition at line 157 of file mx-op-defs.h.
| #define SM_BOOL_OPS | ( | S, | |
| M | |||
| ) |
Definition at line 166 of file mx-op-defs.h.
Definition at line 142 of file mx-op-defs.h.
| #define SM_CMP_OPS | ( | S, | |
| M | |||
| ) |
Definition at line 149 of file mx-op-defs.h.
| #define SNANCHK | ( | s | ) |
Definition at line 31 of file mx-op-defs.h.
| #define SND_BIN_OP | ( | R, | |
| OP, | |||
| S, | |||
| ND, | |||
| F | |||
| ) |
Definition at line 262 of file mx-op-defs.h.
| #define SND_BIN_OPS | ( | R, | |
| S, | |||
| ND | |||
| ) |
Definition at line 269 of file mx-op-defs.h.
| #define SND_BOOL_OP | ( | F, | |
| OP, | |||
| S, | |||
| ND | |||
| ) |
Definition at line 290 of file mx-op-defs.h.
| #define SND_BOOL_OPS | ( | S, | |
| ND | |||
| ) |
Definition at line 299 of file mx-op-defs.h.
| #define SND_CMP_OP | ( | F, | |
| OP, | |||
| S, | |||
| ND | |||
| ) |
Definition at line 275 of file mx-op-defs.h.
| #define SND_CMP_OPS | ( | S, | |
| ND | |||
| ) |
Definition at line 282 of file mx-op-defs.h.
| #define SND_MINMAX_FCN | ( | FCN, | |
| OP, | |||
| T, | |||
| S | |||
| ) |
Definition at line 56 of file mx-op-defs.h.
| #define SV_BIN_OPS | ( | R, | |
| S, | |||
| V | |||
| ) |
Definition at line 63 of file mx-op-defs.h.
Definition at line 41 of file mx-op-defs.h.
| #define VS_BIN_OPS | ( | R, | |
| V, | |||
| S | |||
| ) |
Definition at line 48 of file mx-op-defs.h.
| #define VV_BIN_OP | ( | R, | |
| F, | |||
| OP, | |||
| V1, | |||
| V2 | |||
| ) |
| #define VV_BIN_OPS | ( | R, | |
| V1, | |||
| V2 | |||
| ) |
Definition at line 78 of file mx-op-defs.h.
1.8.1.2