Go to the source code of this file.
Macros | |
#define | BIN_OP_DECL(R, OP, X, Y, API) extern API R OP (const X&, const Y&) |
#define | BOOL_OP_DECL(OP, X, Y, API) extern API boolMatrix OP (const X&, const Y&) |
#define | CMP_OP_DECL(OP, X, Y, API) extern API boolMatrix OP (const X&, const Y&) |
#define | DMDM_BIN_OP_DECLS(R, DM1, DM2, API) |
#define | DMDM_OP_DECLS(R, DM1, DM2, API) DMDM_BIN_OP_DECLS (R, DM1, DM2, API) |
#define | DMM_BIN_OP_DECLS(R, DM, M, API) |
#define | DMM_OP_DECLS(R, DM, M, API) DMM_BIN_OP_DECLS(R, DM, M, API) |
#define | DMS_BIN_OP_DECLS(R, DM, S, API) |
#define | DMS_OP_DECLS(R, DM, S, API) DMS_BIN_OP_DECLS(R, DM, S, API) |
#define | MDM_BIN_OP_DECLS(R, M, DM, API) |
#define | MDM_OP_DECLS(R, M, DM, API) MDM_BIN_OP_DECLS(R, M, DM, API) |
#define | MINMAX_DECLS(T, S, API) |
#define | MM_BIN_OP_DECLS(R, M1, M2, API) |
#define | MM_BOOL_OP_DECLS(M1, M2, API) |
#define | MM_CMP_OP_DECLS(M1, M2, API) |
#define | MM_OP_DECLS(R, M1, M2, API) |
#define | MPM_BIN_OP_DECLS(R, M, PM, API) BIN_OP_DECL (R, operator *, M, PM, API); |
#define | MS_BIN_OP_DECLS(R, M, S, API) |
#define | MS_BOOL_OP_DECLS(M, S, API) |
#define | MS_CMP_OP_DECLS(M, S, API) |
#define | MS_OP_DECLS(R, M, S, API) |
#define | NDBOOL_OP_DECL(OP, X, Y, API) extern API boolNDArray OP (const X&, const Y&) |
#define | NDCMP_OP_DECL(OP, X, Y, API) extern API boolNDArray OP (const X&, const Y&) |
#define | NDND_BIN_OP_DECLS(R, ND1, ND2, API) |
#define | NDND_BOOL_OP_DECLS(ND1, ND2, API) |
#define | NDND_CMP_OP_DECLS(ND1, ND2, API) |
#define | NDND_OP_DECLS(R, ND1, ND2, API) |
#define | NDS_BIN_OP_DECLS(R, ND, S, API) |
#define | NDS_BOOL_OP_DECLS(ND, S, API) |
#define | NDS_CMP_OP_DECLS(ND, S, API) |
#define | NDS_OP_DECLS(R, ND, S, API) |
#define | PMM_BIN_OP_DECLS(R, PM, M, API) BIN_OP_DECL (R, operator *, PM, M, API); |
#define | SDM_BIN_OP_DECLS(R, S, DM, API) BIN_OP_DECL (R, operator *, S, DM, API); \ |
#define | SDM_OP_DECLS(R, S, DM, API) SDM_BIN_OP_DECLS(R, S, DM, API) |
#define | SM_BIN_OP_DECLS(R, S, M, API) |
#define | SM_BOOL_OP_DECLS(S, M, API) |
#define | SM_CMP_OP_DECLS(S, M, API) |
#define | SM_OP_DECLS(R, S, M, API) |
#define | SND_BIN_OP_DECLS(R, S, ND, API) |
#define | SND_BOOL_OP_DECLS(S, ND, API) |
#define | SND_CMP_OP_DECLS(S, ND, API) |
#define | SND_OP_DECLS(R, S, ND, API) |
#define | SV_BIN_OP_DECLS(R, S, V, API) |
#define | SV_OP_DECLS(R, S, V, API) SV_BIN_OP_DECLS(R, S, V, API) |
#define | VS_BIN_OP_DECLS(R, V, S, API) |
#define | VS_OP_DECLS(R, V, S, API) VS_BIN_OP_DECLS(R, V, S, API) |
#define | VV_BIN_OP_DECLS(R, V1, V2, API) |
#define | VV_OP_DECLS(R, V1, V2, API) VV_BIN_OP_DECLS(R, V1, V2, API) |
#define BIN_OP_DECL | ( | R, | |
OP, | |||
X, | |||
Y, | |||
API | |||
) | extern API R OP (const X&, const Y&) |
Definition at line 31 of file mx-op-decl.h.
#define BOOL_OP_DECL | ( | OP, | |
X, | |||
Y, | |||
API | |||
) | extern API boolMatrix OP (const X&, const Y&) |
Definition at line 42 of file mx-op-decl.h.
#define CMP_OP_DECL | ( | OP, | |
X, | |||
Y, | |||
API | |||
) | extern API boolMatrix OP (const X&, const Y&) |
Definition at line 36 of file mx-op-decl.h.
#define DMDM_BIN_OP_DECLS | ( | R, | |
DM1, | |||
DM2, | |||
API | |||
) |
Definition at line 278 of file mx-op-decl.h.
#define DMDM_OP_DECLS | ( | R, | |
DM1, | |||
DM2, | |||
API | |||
) | DMDM_BIN_OP_DECLS (R, DM1, DM2, API) |
Definition at line 283 of file mx-op-decl.h.
#define DMM_BIN_OP_DECLS | ( | R, | |
DM, | |||
M, | |||
API | |||
) |
Definition at line 268 of file mx-op-decl.h.
#define DMM_OP_DECLS | ( | R, | |
DM, | |||
M, | |||
API | |||
) | DMM_BIN_OP_DECLS(R, DM, M, API) |
Definition at line 273 of file mx-op-decl.h.
#define DMS_BIN_OP_DECLS | ( | R, | |
DM, | |||
S, | |||
API | |||
) |
Definition at line 249 of file mx-op-decl.h.
#define DMS_OP_DECLS | ( | R, | |
DM, | |||
S, | |||
API | |||
) | DMS_BIN_OP_DECLS(R, DM, S, API) |
Definition at line 253 of file mx-op-decl.h.
#define MDM_BIN_OP_DECLS | ( | R, | |
M, | |||
DM, | |||
API | |||
) |
Definition at line 258 of file mx-op-decl.h.
#define MDM_OP_DECLS | ( | R, | |
M, | |||
DM, | |||
API | |||
) | MDM_BIN_OP_DECLS(R, M, DM, API) |
Definition at line 263 of file mx-op-decl.h.
#define MINMAX_DECLS | ( | T, | |
S, | |||
API | |||
) |
Definition at line 288 of file mx-op-decl.h.
#define MM_BIN_OP_DECLS | ( | R, | |
M1, | |||
M2, | |||
API | |||
) |
Definition at line 133 of file mx-op-decl.h.
#define MM_BOOL_OP_DECLS | ( | M1, | |
M2, | |||
API | |||
) |
Definition at line 147 of file mx-op-decl.h.
#define MM_CMP_OP_DECLS | ( | M1, | |
M2, | |||
API | |||
) |
Definition at line 139 of file mx-op-decl.h.
#define MM_OP_DECLS | ( | R, | |
M1, | |||
M2, | |||
API | |||
) |
Definition at line 151 of file mx-op-decl.h.
#define MPM_BIN_OP_DECLS | ( | R, | |
M, | |||
PM, | |||
API | |||
) | BIN_OP_DECL (R, operator *, M, PM, API); |
Definition at line 301 of file mx-op-decl.h.
#define MS_BIN_OP_DECLS | ( | R, | |
M, | |||
S, | |||
API | |||
) |
Definition at line 83 of file mx-op-decl.h.
#define MS_BOOL_OP_DECLS | ( | M, | |
S, | |||
API | |||
) |
Definition at line 97 of file mx-op-decl.h.
#define MS_CMP_OP_DECLS | ( | M, | |
S, | |||
API | |||
) |
#define MS_OP_DECLS | ( | R, | |
M, | |||
S, | |||
API | |||
) |
Definition at line 101 of file mx-op-decl.h.
#define NDBOOL_OP_DECL | ( | OP, | |
X, | |||
Y, | |||
API | |||
) | extern API boolNDArray OP (const X&, const Y&) |
Definition at line 45 of file mx-op-decl.h.
#define NDCMP_OP_DECL | ( | OP, | |
X, | |||
Y, | |||
API | |||
) | extern API boolNDArray OP (const X&, const Y&) |
Definition at line 39 of file mx-op-decl.h.
#define NDND_BIN_OP_DECLS | ( | R, | |
ND1, | |||
ND2, | |||
API | |||
) |
Definition at line 212 of file mx-op-decl.h.
#define NDND_BOOL_OP_DECLS | ( | ND1, | |
ND2, | |||
API | |||
) |
Definition at line 226 of file mx-op-decl.h.
#define NDND_CMP_OP_DECLS | ( | ND1, | |
ND2, | |||
API | |||
) |
Definition at line 218 of file mx-op-decl.h.
#define NDND_OP_DECLS | ( | R, | |
ND1, | |||
ND2, | |||
API | |||
) |
Definition at line 234 of file mx-op-decl.h.
#define NDS_BIN_OP_DECLS | ( | R, | |
ND, | |||
S, | |||
API | |||
) |
Definition at line 158 of file mx-op-decl.h.
#define NDS_BOOL_OP_DECLS | ( | ND, | |
S, | |||
API | |||
) |
Definition at line 172 of file mx-op-decl.h.
#define NDS_CMP_OP_DECLS | ( | ND, | |
S, | |||
API | |||
) |
Definition at line 164 of file mx-op-decl.h.
#define NDS_OP_DECLS | ( | R, | |
ND, | |||
S, | |||
API | |||
) |
Definition at line 178 of file mx-op-decl.h.
#define PMM_BIN_OP_DECLS | ( | R, | |
PM, | |||
M, | |||
API | |||
) | BIN_OP_DECL (R, operator *, PM, M, API); |
Definition at line 298 of file mx-op-decl.h.
#define SDM_BIN_OP_DECLS | ( | R, | |
S, | |||
DM, | |||
API | |||
) | BIN_OP_DECL (R, operator *, S, DM, API); \ |
Definition at line 241 of file mx-op-decl.h.
#define SDM_OP_DECLS | ( | R, | |
S, | |||
DM, | |||
API | |||
) | SDM_BIN_OP_DECLS(R, S, DM, API) |
Definition at line 244 of file mx-op-decl.h.
#define SM_BIN_OP_DECLS | ( | R, | |
S, | |||
M, | |||
API | |||
) |
Definition at line 108 of file mx-op-decl.h.
#define SM_BOOL_OP_DECLS | ( | S, | |
M, | |||
API | |||
) |
Definition at line 122 of file mx-op-decl.h.
#define SM_CMP_OP_DECLS | ( | S, | |
M, | |||
API | |||
) |
#define SM_OP_DECLS | ( | R, | |
S, | |||
M, | |||
API | |||
) |
Definition at line 126 of file mx-op-decl.h.
#define SND_BIN_OP_DECLS | ( | R, | |
S, | |||
ND, | |||
API | |||
) |
Definition at line 185 of file mx-op-decl.h.
#define SND_BOOL_OP_DECLS | ( | S, | |
ND, | |||
API | |||
) |
Definition at line 199 of file mx-op-decl.h.
#define SND_CMP_OP_DECLS | ( | S, | |
ND, | |||
API | |||
) |
Definition at line 191 of file mx-op-decl.h.
#define SND_OP_DECLS | ( | R, | |
S, | |||
ND, | |||
API | |||
) |
Definition at line 205 of file mx-op-decl.h.
#define SV_BIN_OP_DECLS | ( | R, | |
S, | |||
V, | |||
API | |||
) |
Definition at line 61 of file mx-op-decl.h.
#define SV_OP_DECLS | ( | R, | |
S, | |||
V, | |||
API | |||
) | SV_BIN_OP_DECLS(R, S, V, API) |
Definition at line 67 of file mx-op-decl.h.
#define VS_BIN_OP_DECLS | ( | R, | |
V, | |||
S, | |||
API | |||
) |
Definition at line 50 of file mx-op-decl.h.
#define VS_OP_DECLS | ( | R, | |
V, | |||
S, | |||
API | |||
) | VS_BIN_OP_DECLS(R, V, S, API) |
Definition at line 56 of file mx-op-decl.h.
#define VV_BIN_OP_DECLS | ( | R, | |
V1, | |||
V2, | |||
API | |||
) |
Definition at line 72 of file mx-op-decl.h.
#define VV_OP_DECLS | ( | R, | |
V1, | |||
V2, | |||
API | |||
) | VV_BIN_OP_DECLS(R, V1, V2, API) |
Definition at line 78 of file mx-op-decl.h.