Go to the source code of this file.
Macros | |
| #define | SPARSE_BIN_OP_DECL(R, OP, X, Y, API) extern API R OP (const X&, const Y&) |
| #define | SPARSE_BOOL_OP1_DECL(OP, X, Y, API) extern API boolMatrix OP (const X&, const Y&) |
| #define | SPARSE_BOOL_OP_DECL(OP, X, Y, API) extern API SparseBoolMatrix OP (const X&, const Y&) |
| #define | SPARSE_CMP_OP_DECL(OP, X, Y, API) extern API SparseBoolMatrix OP (const X&, const Y&) |
| #define | SPARSE_MSM_BIN_OP_DECLS(R1, R2, M1, M2, API) |
| #define | SPARSE_MSM_BOOL_OP_DECLS(M1, M2, API) |
| #define | SPARSE_MSM_CMP_OP_DECLS(M1, M2, API) |
| #define | SPARSE_MSM_EQNE_OP_DECLS(M1, M2, API) |
| #define | SPARSE_MSM_OP_DECLS(R1, R2, M1, M2, API) |
| #define | SPARSE_SMM_BIN_OP_DECLS(R1, R2, M1, M2, API) |
| #define | SPARSE_SMM_BOOL_OP_DECLS(M1, M2, API) |
| #define | SPARSE_SMM_CMP_OP_DECLS(M1, M2, API) |
| #define | SPARSE_SMM_EQNE_OP_DECLS(M1, M2, API) |
| #define | SPARSE_SMM_OP_DECLS(R1, R2, M1, M2, API) |
| #define | SPARSE_SMS_BIN_OP_DECLS(R1, R2, M, S, API) |
| #define | SPARSE_SMS_BOOL_OP_DECLS(M, S, API) |
| #define | SPARSE_SMS_CMP_OP_DECLS(M, S, API) |
| #define | SPARSE_SMS_EQNE_OP_DECLS(M, S, API) |
| #define | SPARSE_SMS_OP_DECLS(R1, R2, M, S, API) |
| #define | SPARSE_SMSM_BIN_OP_DECLS(R1, R2, M1, M2, API) |
| #define | SPARSE_SMSM_BOOL_OP_DECLS(M1, M2, API) |
| #define | SPARSE_SMSM_CMP_OP_DECLS(M1, M2, API) |
| #define | SPARSE_SMSM_EQNE_OP_DECLS(M1, M2, API) |
| #define | SPARSE_SMSM_OP_DECLS(R1, R2, M1, M2, API) |
| #define | SPARSE_SSM_BIN_OP_DECLS(R1, R2, S, M, API) |
| #define | SPARSE_SSM_BOOL_OP_DECLS(S, M, API) |
| #define | SPARSE_SSM_CMP_OP_DECLS(S, M, API) |
| #define | SPARSE_SSM_EQNE_OP_DECLS(S, M, API) |
| #define | SPARSE_SSM_OP_DECLS(R1, R2, S, M, API) |
| #define SPARSE_BIN_OP_DECL | ( | R, | |
| OP, | |||
| X, | |||
| Y, | |||
| API | |||
| ) | extern API R OP (const X&, const Y&) |
Definition at line 33 of file Sparse-op-decls.h.
| #define SPARSE_BOOL_OP1_DECL | ( | OP, | |
| X, | |||
| Y, | |||
| API | |||
| ) | extern API boolMatrix OP (const X&, const Y&) |
Definition at line 42 of file Sparse-op-decls.h.
| #define SPARSE_BOOL_OP_DECL | ( | OP, | |
| X, | |||
| Y, | |||
| API | |||
| ) | extern API SparseBoolMatrix OP (const X&, const Y&) |
Definition at line 39 of file Sparse-op-decls.h.
| #define SPARSE_CMP_OP_DECL | ( | OP, | |
| X, | |||
| Y, | |||
| API | |||
| ) | extern API SparseBoolMatrix OP (const X&, const Y&) |
Definition at line 36 of file Sparse-op-decls.h.
| #define SPARSE_MSM_BIN_OP_DECLS | ( | R1, | |
| R2, | |||
| M1, | |||
| M2, | |||
| API | |||
| ) |
Definition at line 134 of file Sparse-op-decls.h.
| #define SPARSE_MSM_BOOL_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 152 of file Sparse-op-decls.h.
| #define SPARSE_MSM_CMP_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 140 of file Sparse-op-decls.h.
| #define SPARSE_MSM_EQNE_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 148 of file Sparse-op-decls.h.
| #define SPARSE_MSM_OP_DECLS | ( | R1, | |
| R2, | |||
| M1, | |||
| M2, | |||
| API | |||
| ) |
Definition at line 156 of file Sparse-op-decls.h.
| #define SPARSE_SMM_BIN_OP_DECLS | ( | R1, | |
| R2, | |||
| M1, | |||
| M2, | |||
| API | |||
| ) |
Definition at line 163 of file Sparse-op-decls.h.
| #define SPARSE_SMM_BOOL_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 181 of file Sparse-op-decls.h.
| #define SPARSE_SMM_CMP_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 169 of file Sparse-op-decls.h.
| #define SPARSE_SMM_EQNE_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 177 of file Sparse-op-decls.h.
| #define SPARSE_SMM_OP_DECLS | ( | R1, | |
| R2, | |||
| M1, | |||
| M2, | |||
| API | |||
| ) |
Definition at line 185 of file Sparse-op-decls.h.
| #define SPARSE_SMS_BIN_OP_DECLS | ( | R1, | |
| R2, | |||
| M, | |||
| S, | |||
| API | |||
| ) |
Definition at line 47 of file Sparse-op-decls.h.
| #define SPARSE_SMS_BOOL_OP_DECLS | ( | M, | |
| S, | |||
| API | |||
| ) |
Definition at line 65 of file Sparse-op-decls.h.
| #define SPARSE_SMS_CMP_OP_DECLS | ( | M, | |
| S, | |||
| API | |||
| ) |
Definition at line 53 of file Sparse-op-decls.h.
| #define SPARSE_SMS_EQNE_OP_DECLS | ( | M, | |
| S, | |||
| API | |||
| ) |
Definition at line 61 of file Sparse-op-decls.h.
| #define SPARSE_SMS_OP_DECLS | ( | R1, | |
| R2, | |||
| M, | |||
| S, | |||
| API | |||
| ) |
Definition at line 69 of file Sparse-op-decls.h.
| #define SPARSE_SMSM_BIN_OP_DECLS | ( | R1, | |
| R2, | |||
| M1, | |||
| M2, | |||
| API | |||
| ) |
Definition at line 105 of file Sparse-op-decls.h.
| #define SPARSE_SMSM_BOOL_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 123 of file Sparse-op-decls.h.
| #define SPARSE_SMSM_CMP_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 111 of file Sparse-op-decls.h.
| #define SPARSE_SMSM_EQNE_OP_DECLS | ( | M1, | |
| M2, | |||
| API | |||
| ) |
Definition at line 119 of file Sparse-op-decls.h.
| #define SPARSE_SMSM_OP_DECLS | ( | R1, | |
| R2, | |||
| M1, | |||
| M2, | |||
| API | |||
| ) |
Definition at line 127 of file Sparse-op-decls.h.
| #define SPARSE_SSM_BIN_OP_DECLS | ( | R1, | |
| R2, | |||
| S, | |||
| M, | |||
| API | |||
| ) |
Definition at line 76 of file Sparse-op-decls.h.
| #define SPARSE_SSM_BOOL_OP_DECLS | ( | S, | |
| M, | |||
| API | |||
| ) |
Definition at line 94 of file Sparse-op-decls.h.
| #define SPARSE_SSM_CMP_OP_DECLS | ( | S, | |
| M, | |||
| API | |||
| ) |
Definition at line 82 of file Sparse-op-decls.h.
| #define SPARSE_SSM_EQNE_OP_DECLS | ( | S, | |
| M, | |||
| API | |||
| ) |
Definition at line 90 of file Sparse-op-decls.h.
| #define SPARSE_SSM_OP_DECLS | ( | R1, | |
| R2, | |||
| S, | |||
| M, | |||
| API | |||
| ) |
Definition at line 98 of file Sparse-op-decls.h.