GNU Octave
4.0.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 537 of file mx-op-defs.h.
#define DMDM_BIN_OPS | ( | R, | |
DM1, | |||
DM2 | |||
) |
Definition at line 562 of file mx-op-defs.h.
#define DMM_BIN_OP | ( | R, | |
OP, | |||
DM, | |||
M, | |||
OPEQ, | |||
PREOP | |||
) |
Definition at line 464 of file mx-op-defs.h.
#define DMM_BIN_OPS | ( | R, | |
DM, | |||
M, | |||
R_ZERO | |||
) |
Definition at line 530 of file mx-op-defs.h.
#define DMM_MULTIPLY_OP | ( | R, | |
DM, | |||
M, | |||
R_ZERO | |||
) |
Definition at line 496 of file mx-op-defs.h.
#define DMS_BIN_OP | ( | R, | |
OP, | |||
DM, | |||
S | |||
) |
Definition at line 374 of file mx-op-defs.h.
#define DMS_BIN_OPS | ( | R, | |
DM, | |||
S | |||
) |
Definition at line 386 of file mx-op-defs.h.
#define MDM_BIN_OP | ( | R, | |
OP, | |||
M, | |||
DM, | |||
OPEQ | |||
) |
Definition at line 392 of file mx-op-defs.h.
#define MDM_BIN_OPS | ( | R, | |
M, | |||
DM, | |||
R_ZERO | |||
) |
Definition at line 457 of file mx-op-defs.h.
#define MDM_MULTIPLY_OP | ( | R, | |
M, | |||
DM, | |||
R_ZERO | |||
) |
Definition at line 424 of file mx-op-defs.h.
#define MINMAX_FCNS | ( | T, | |
S | |||
) |
Definition at line 590 of file mx-op-defs.h.
#define MM_BIN_OP | ( | R, | |
OP, | |||
M1, | |||
M2, | |||
F | |||
) |
Definition at line 173 of file mx-op-defs.h.
#define MM_BIN_OPS | ( | R, | |
M1, | |||
M2 | |||
) |
Definition at line 180 of file mx-op-defs.h.
#define MM_BOOL_OP | ( | F, | |
OP, | |||
M1, | |||
M2 | |||
) |
Definition at line 201 of file mx-op-defs.h.
#define MM_BOOL_OPS | ( | M1, | |
M2 | |||
) |
Definition at line 210 of file mx-op-defs.h.
#define MM_CMP_OP | ( | F, | |
OP, | |||
M1, | |||
M2 | |||
) |
Definition at line 186 of file mx-op-defs.h.
#define MM_CMP_OPS | ( | M1, | |
M2 | |||
) |
Definition at line 193 of file mx-op-defs.h.
#define MNANCHK | ( | m, | |
MT | |||
) |
Definition at line 36 of file mx-op-defs.h.
#define MPM_BIN_OPS | ( | R, | |
M, | |||
PM | |||
) | MPM_MULTIPLY_OP(M, PM); |
Definition at line 634 of file mx-op-defs.h.
#define MPM_MULTIPLY_OP | ( | M, | |
PM | |||
) |
Definition at line 617 of file mx-op-defs.h.
Definition at line 87 of file mx-op-defs.h.
#define MS_BIN_OPS | ( | R, | |
M, | |||
S | |||
) |
Definition at line 94 of file mx-op-defs.h.
Definition at line 115 of file mx-op-defs.h.
#define MS_BOOL_OPS | ( | M, | |
S | |||
) |
Definition at line 124 of file mx-op-defs.h.
Definition at line 100 of file mx-op-defs.h.
#define MS_CMP_OPS | ( | M, | |
S | |||
) |
Definition at line 107 of file mx-op-defs.h.
#define NDND_BIN_OP | ( | R, | |
OP, | |||
ND1, | |||
ND2, | |||
F | |||
) |
Definition at line 310 of file mx-op-defs.h.
#define NDND_BIN_OPS | ( | R, | |
ND1, | |||
ND2 | |||
) |
Definition at line 317 of file mx-op-defs.h.
#define NDND_BOOL_OP | ( | F, | |
OP, | |||
ND1, | |||
ND2 | |||
) |
Definition at line 338 of file mx-op-defs.h.
#define NDND_BOOL_OPS | ( | ND1, | |
ND2 | |||
) |
Definition at line 347 of file mx-op-defs.h.
#define NDND_CMP_OP | ( | F, | |
OP, | |||
ND1, | |||
ND2 | |||
) |
Definition at line 323 of file mx-op-defs.h.
#define NDND_CMP_OPS | ( | ND1, | |
ND2 | |||
) |
Definition at line 330 of file mx-op-defs.h.
#define NDND_MAPPER_BODY | ( | R, | |
NAME | |||
) |
Definition at line 637 of file mx-op-defs.h.
#define NDND_MINMAX_FCN | ( | FCN, | |
OP, | |||
T, | |||
S | |||
) |
Definition at line 583 of file mx-op-defs.h.
#define NDS_BIN_OP | ( | R, | |
OP, | |||
ND, | |||
S, | |||
F | |||
) |
Definition at line 216 of file mx-op-defs.h.
#define NDS_BIN_OPS | ( | R, | |
ND, | |||
S | |||
) |
Definition at line 223 of file mx-op-defs.h.
#define NDS_BOOL_OP | ( | F, | |
OP, | |||
ND, | |||
S | |||
) |
Definition at line 244 of file mx-op-defs.h.
#define NDS_BOOL_OPS | ( | ND, | |
S | |||
) |
Definition at line 253 of file mx-op-defs.h.
#define NDS_CMP_OP | ( | F, | |
OP, | |||
ND, | |||
S | |||
) |
Definition at line 229 of file mx-op-defs.h.
#define NDS_CMP_OPS | ( | ND, | |
S | |||
) |
Definition at line 236 of file mx-op-defs.h.
#define NDS_MINMAX_FCN | ( | FCN, | |
OP, | |||
T, | |||
S | |||
) |
Definition at line 576 of file mx-op-defs.h.
#define PMM_BIN_OPS | ( | R, | |
PM, | |||
M | |||
) | PMM_MULTIPLY_OP(PM, M); |
Definition at line 631 of file mx-op-defs.h.
#define PMM_MULTIPLY_OP | ( | PM, | |
M | |||
) |
Definition at line 600 of file mx-op-defs.h.
#define SDM_BIN_OP | ( | R, | |
OP, | |||
S, | |||
DM | |||
) |
Definition at line 357 of file mx-op-defs.h.
#define SDM_BIN_OPS | ( | R, | |
S, | |||
DM | |||
) | SDM_BIN_OP (R, *, S, DM) |
Definition at line 369 of file mx-op-defs.h.
Definition at line 130 of file mx-op-defs.h.
#define SM_BIN_OPS | ( | R, | |
S, | |||
M | |||
) |
Definition at line 137 of file mx-op-defs.h.
Definition at line 158 of file mx-op-defs.h.
#define SM_BOOL_OPS | ( | S, | |
M | |||
) |
Definition at line 167 of file mx-op-defs.h.
Definition at line 143 of file mx-op-defs.h.
#define SM_CMP_OPS | ( | S, | |
M | |||
) |
Definition at line 150 of file mx-op-defs.h.
#define SNANCHK | ( | s | ) |
Definition at line 32 of file mx-op-defs.h.
#define SND_BIN_OP | ( | R, | |
OP, | |||
S, | |||
ND, | |||
F | |||
) |
Definition at line 263 of file mx-op-defs.h.
#define SND_BIN_OPS | ( | R, | |
S, | |||
ND | |||
) |
Definition at line 270 of file mx-op-defs.h.
#define SND_BOOL_OP | ( | F, | |
OP, | |||
S, | |||
ND | |||
) |
Definition at line 291 of file mx-op-defs.h.
#define SND_BOOL_OPS | ( | S, | |
ND | |||
) |
Definition at line 300 of file mx-op-defs.h.
#define SND_CMP_OP | ( | F, | |
OP, | |||
S, | |||
ND | |||
) |
Definition at line 276 of file mx-op-defs.h.
#define SND_CMP_OPS | ( | S, | |
ND | |||
) |
Definition at line 283 of file mx-op-defs.h.
#define SND_MINMAX_FCN | ( | FCN, | |
OP, | |||
T, | |||
S | |||
) |
Definition at line 569 of file mx-op-defs.h.
Definition at line 57 of file mx-op-defs.h.
#define SV_BIN_OPS | ( | R, | |
S, | |||
V | |||
) |
Definition at line 64 of file mx-op-defs.h.
Definition at line 42 of file mx-op-defs.h.
#define VS_BIN_OPS | ( | R, | |
V, | |||
S | |||
) |
Definition at line 49 of file mx-op-defs.h.
#define VV_BIN_OP | ( | R, | |
F, | |||
OP, | |||
V1, | |||
V2 | |||
) |
Definition at line 72 of file mx-op-defs.h.
#define VV_BIN_OPS | ( | R, | |
V1, | |||
V2 | |||
) |
Definition at line 79 of file mx-op-defs.h.