GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros
Sparse-op-defs.h File Reference
#include "Array-util.h"
#include "mx-ops.h"
#include "oct-locbuf.h"
#include "mx-inlines.cc"
Include dependency graph for Sparse-op-defs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FULL_SPARSE_MUL(RET_TYPE, EL_TYPE, ZERO)
#define FULL_SPARSE_MUL_TRANS(RET_TYPE, EL_TYPE, ZERO, CONJ_OP)
#define SPARSE_ALL_OP(DIM)
#define SPARSE_ANY_ALL_OP(DIM, INIT_VAL, MT_RESULT, TEST_OP, TEST_TRUE_VAL)
#define SPARSE_ANY_ALL_OP_COL_CODE(TEST_OP, TEST_TRUE_VAL)
#define SPARSE_ANY_ALL_OP_ROW_CODE(TEST_OP, TEST_TRUE_VAL)
#define SPARSE_ANY_OP(DIM)   SPARSE_ANY_ALL_OP (DIM, false, false, !=, true)
#define SPARSE_BASE_REDUCTION_OP(RET_TYPE, EL_TYPE, ROW_EXPR, COL_EXPR, INIT_VAL, MT_RESULT)
#define SPARSE_BIN_OP_DECL(R, OP, X, Y, API)   extern API R 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_CUMPROD(RET_TYPE, ELT_TYPE, FCN)
#define SPARSE_CUMSUM(RET_TYPE, ELT_TYPE, FCN)
#define SPARSE_FULL_MUL(RET_TYPE, EL_TYPE, ZERO)
#define SPARSE_FULL_TRANS_MUL(RET_TYPE, EL_TYPE, ZERO, CONJ_OP)
#define SPARSE_MSM_BIN_OP_1(R, F, OP, M1, M2)
#define SPARSE_MSM_BIN_OP_2(R, F, OP, M1, M2)
#define SPARSE_MSM_BIN_OP_DECLS(R1, R2, M1, M2, API)
#define SPARSE_MSM_BIN_OPS(R1, R2, M1, M2)
#define SPARSE_MSM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
#define SPARSE_MSM_BOOL_OP_DECLS(M1, M2, API)
#define SPARSE_MSM_BOOL_OPS(M1, M2, ZERO)   SPARSE_MSM_BOOL_OPS2(M1, M2, ZERO, ZERO)
#define SPARSE_MSM_BOOL_OPS2(M1, M2, LHS_ZERO, RHS_ZERO)
#define SPARSE_MSM_CMP_OP(F, OP, M1, C1, M2, C2)
#define SPARSE_MSM_CMP_OP_DECLS(M1, M2, API)
#define SPARSE_MSM_CMP_OPS(M1, Z1, C1, M2, Z2, C2)
#define SPARSE_MSM_EQNE_OP_DECLS(M1, M2, API)
#define SPARSE_MSM_EQNE_OPS(M1, Z1, C1, M2, Z2, C2)
#define SPARSE_MSM_OP_DECLS(R1, R2, M1, M2, API)
#define SPARSE_REDUCTION_OP(RET_TYPE, EL_TYPE, OP, INIT_VAL, MT_RESULT)
#define SPARSE_REDUCTION_OP_COL_EXPR(OP)   tmp[j] OP data (i)
#define SPARSE_REDUCTION_OP_ROW_EXPR(OP)   tmp[ridx (i)] OP data (i)
#define SPARSE_SMM_BIN_OP_1(R, F, OP, M1, M2)
#define SPARSE_SMM_BIN_OP_2(R, F, OP, M1, M2)
#define SPARSE_SMM_BIN_OP_2_CHECK_product(ET)   do_mx_check (m2, mx_inline_all_finite<ET>)
#define SPARSE_SMM_BIN_OP_2_CHECK_quotient(ET)   ! do_mx_check (m2, mx_inline_any_nan<ET>) && m2.nnz () == m2.numel ()
#define SPARSE_SMM_BIN_OP_DECLS(R1, R2, M1, M2, API)
#define SPARSE_SMM_BIN_OPS(R1, R2, M1, M2)
#define SPARSE_SMM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
#define SPARSE_SMM_BOOL_OP_DECLS(M1, M2, API)
#define SPARSE_SMM_BOOL_OPS(M1, M2, ZERO)   SPARSE_SMM_BOOL_OPS2(M1, M2, ZERO, ZERO)
#define SPARSE_SMM_BOOL_OPS2(M1, M2, LHS_ZERO, RHS_ZERO)
#define SPARSE_SMM_CMP_OP(F, OP, M1, C1, M2, C2)
#define SPARSE_SMM_CMP_OP_DECLS(M1, M2, API)
#define SPARSE_SMM_CMP_OPS(M1, Z1, C1, M2, Z2, C2)
#define SPARSE_SMM_EQNE_OP_DECLS(M1, M2, API)
#define SPARSE_SMM_EQNE_OPS(M1, Z1, C1, M2, Z2, C2)
#define SPARSE_SMM_OP_DECLS(R1, R2, M1, M2, API)
#define SPARSE_SMS_BIN_OP_1(R, F, OP, M, S)
#define SPARSE_SMS_BIN_OP_2(R, F, OP, M, S)
#define SPARSE_SMS_BIN_OP_DECLS(R1, R2, M, S, API)
#define SPARSE_SMS_BIN_OPS(R1, R2, M, S)
#define SPARSE_SMS_BOOL_OP(F, OP, M, S, LHS_ZERO, RHS_ZERO)
#define SPARSE_SMS_BOOL_OP_DECLS(M, S, API)
#define SPARSE_SMS_BOOL_OPS(M, S, ZERO)   SPARSE_SMS_BOOL_OPS2(M, S, ZERO, ZERO)
#define SPARSE_SMS_BOOL_OPS2(M, S, LHS_ZERO, RHS_ZERO)
#define SPARSE_SMS_CMP_OP(F, OP, M, MZ, MC, S, SZ, SC)
#define SPARSE_SMS_CMP_OP_DECLS(M, S, API)
#define SPARSE_SMS_CMP_OPS(M, MZ, CM, S, SZ, CS)
#define SPARSE_SMS_EQNE_OP_DECLS(M, S, API)
#define SPARSE_SMS_EQNE_OPS(M, MZ, CM, S, SZ, CS)
#define SPARSE_SMS_OP_DECLS(R1, R2, M, S, API)
#define SPARSE_SMSM_BIN_OP_1(R, F, OP, M1, M2)
#define SPARSE_SMSM_BIN_OP_2(R, F, OP, M1, M2)
#define SPARSE_SMSM_BIN_OP_3(R, F, OP, M1, M2)
#define SPARSE_SMSM_BIN_OP_DECLS(R1, R2, M1, M2, API)
#define SPARSE_SMSM_BIN_OPS(R1, R2, M1, M2)
#define SPARSE_SMSM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
#define SPARSE_SMSM_BOOL_OP_DECLS(M1, M2, API)
#define SPARSE_SMSM_BOOL_OPS(M1, M2, ZERO)   SPARSE_SMSM_BOOL_OPS2(M1, M2, ZERO, ZERO)
#define SPARSE_SMSM_BOOL_OPS2(M1, M2, LHS_ZERO, RHS_ZERO)
#define SPARSE_SMSM_CMP_OP(F, OP, M1, Z1, C1, M2, Z2, C2)
#define SPARSE_SMSM_CMP_OP_DECLS(M1, M2, API)
#define SPARSE_SMSM_CMP_OPS(M1, Z1, C1, M2, Z2, C2)
#define SPARSE_SMSM_EQNE_OP_DECLS(M1, M2, API)
#define SPARSE_SMSM_EQNE_OPS(M1, Z1, C1, M2, Z2, C2)
#define SPARSE_SMSM_OP_DECLS(R1, R2, M1, M2, API)
#define SPARSE_SPARSE_MUL(RET_TYPE, RET_EL_TYPE, EL_TYPE)
#define SPARSE_SSM_BIN_OP_1(R, F, OP, S, M)
#define SPARSE_SSM_BIN_OP_2(R, F, OP, S, M)
#define SPARSE_SSM_BIN_OP_DECLS(R1, R2, S, M, API)
#define SPARSE_SSM_BIN_OPS(R1, R2, S, M)
#define SPARSE_SSM_BOOL_OP(F, OP, S, M, LHS_ZERO, RHS_ZERO)
#define SPARSE_SSM_BOOL_OP_DECLS(S, M, API)
#define SPARSE_SSM_BOOL_OPS(S, M, ZERO)   SPARSE_SSM_BOOL_OPS2(S, M, ZERO, ZERO)
#define SPARSE_SSM_BOOL_OPS2(S, M, LHS_ZERO, RHS_ZERO)
#define SPARSE_SSM_CMP_OP(F, OP, S, SZ, SC, M, MZ, MC)
#define SPARSE_SSM_CMP_OP_DECLS(S, M, API)
#define SPARSE_SSM_CMP_OPS(S, SZ, SC, M, MZ, MC)
#define SPARSE_SSM_EQNE_OP_DECLS(S, M, API)
#define SPARSE_SSM_EQNE_OPS(S, SZ, SC, M, MZ, MC)
#define SPARSE_SSM_OP_DECLS(R1, R2, S, M, API)

Macro Definition Documentation

#define FULL_SPARSE_MUL (   RET_TYPE,
  EL_TYPE,
  ZERO 
)

Definition at line 2079 of file Sparse-op-defs.h.

Referenced by operator*().

#define FULL_SPARSE_MUL_TRANS (   RET_TYPE,
  EL_TYPE,
  ZERO,
  CONJ_OP 
)

Definition at line 2115 of file Sparse-op-defs.h.

Referenced by mul_herm(), and mul_trans().

#define SPARSE_ALL_OP (   DIM)
Value:
if ((rows () == 1 && dim == -1) || dim == 1) \
return transpose (). all (0). transpose (); \
else \
{ \
SPARSE_ANY_ALL_OP (DIM, (cidx (j+1) - cidx (j) < nr ? false : true), \
true, ==, false); \
}

Definition at line 1828 of file Sparse-op-defs.h.

Referenced by SparseBoolMatrix::all(), SparseMatrix::all(), and SparseComplexMatrix::all().

#define SPARSE_ANY_ALL_OP (   DIM,
  INIT_VAL,
  MT_RESULT,
  TEST_OP,
  TEST_TRUE_VAL 
)
Value:
SPARSE_ANY_ALL_OP_ROW_CODE (TEST_OP, TEST_TRUE_VAL), \
SPARSE_ANY_ALL_OP_COL_CODE (TEST_OP, TEST_TRUE_VAL), \
INIT_VAL, MT_RESULT)

Definition at line 1822 of file Sparse-op-defs.h.

#define SPARSE_ANY_ALL_OP_COL_CODE (   TEST_OP,
  TEST_TRUE_VAL 
)
Value:
if (data (i) TEST_OP 0.0) \
{ \
tmp[j] = TEST_TRUE_VAL; \
break; \
}

Definition at line 1815 of file Sparse-op-defs.h.

#define SPARSE_ANY_ALL_OP_ROW_CODE (   TEST_OP,
  TEST_TRUE_VAL 
)
Value:
if (data (i) TEST_OP 0.0) \
tmp[ridx (i)] = TEST_TRUE_VAL; \

Definition at line 1811 of file Sparse-op-defs.h.

#define SPARSE_ANY_OP (   DIM)    SPARSE_ANY_ALL_OP (DIM, false, false, !=, true)

Definition at line 1837 of file Sparse-op-defs.h.

Referenced by SparseMatrix::any(), and SparseComplexMatrix::any().

#define SPARSE_BASE_REDUCTION_OP (   RET_TYPE,
  EL_TYPE,
  ROW_EXPR,
  COL_EXPR,
  INIT_VAL,
  MT_RESULT 
)

Definition at line 1670 of file Sparse-op-defs.h.

Referenced by SparseMatrix::sumsq(), and SparseComplexMatrix::sumsq().

#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-defs.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-defs.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-defs.h.

#define SPARSE_CUMPROD (   RET_TYPE,
  ELT_TYPE,
  FCN 
)

Definition at line 1614 of file Sparse-op-defs.h.

Referenced by SparseMatrix::cumprod(), and SparseComplexMatrix::cumprod().

#define SPARSE_CUMSUM (   RET_TYPE,
  ELT_TYPE,
  FCN 
)

Definition at line 1545 of file Sparse-op-defs.h.

Referenced by SparseMatrix::cumsum(), and SparseComplexMatrix::cumsum().

#define SPARSE_FULL_MUL (   RET_TYPE,
  EL_TYPE,
  ZERO 
)

Definition at line 2008 of file Sparse-op-defs.h.

Referenced by operator*().

#define SPARSE_FULL_TRANS_MUL (   RET_TYPE,
  EL_TYPE,
  ZERO,
  CONJ_OP 
)

Definition at line 2043 of file Sparse-op-defs.h.

Referenced by herm_mul(), and trans_mul().

#define SPARSE_MSM_BIN_OP_1 (   R,
  F,
  OP,
  M1,
  M2 
)
Value:
F (const M1& m1, const M2& m2) \
{ \
R r; \
\
octave_idx_type m1_nr = m1.rows (); \
octave_idx_type m1_nc = m1.cols (); \
\
octave_idx_type m2_nr = m2.rows (); \
octave_idx_type m2_nc = m2.cols (); \
if (m2_nr == 1 && m2_nc == 1) \
r = R (m1 OP m2.elem (0,0)); \
else if (m1_nr != m2_nr || m1_nc != m2_nc) \
gripe_nonconformant (#F, m1_nr, m1_nc, m2_nr, m2_nc); \
else \
{ \
r = R (F (m1, m2.matrix_value ())); \
} \
return r; \
}

Definition at line 1078 of file Sparse-op-defs.h.

#define SPARSE_MSM_BIN_OP_2 (   R,
  F,
  OP,
  M1,
  M2 
)

Definition at line 1101 of file Sparse-op-defs.h.

#define SPARSE_MSM_BIN_OP_DECLS (   R1,
  R2,
  M1,
  M2,
  API 
)
Value:
SPARSE_BIN_OP_DECL (R1, operator +, M1, M2, API); \
SPARSE_BIN_OP_DECL (R1, operator -, M1, M2, API); \
SPARSE_BIN_OP_DECL (R2, product, M1, M2, API); \
SPARSE_BIN_OP_DECL (R2, quotient, M1, M2, API);

Definition at line 1072 of file Sparse-op-defs.h.

#define SPARSE_MSM_BIN_OPS (   R1,
  R2,
  M1,
  M2 
)
Value:
SPARSE_MSM_BIN_OP_1 (R1, operator +, +, M1, M2) \
SPARSE_MSM_BIN_OP_1 (R1, operator -, -, M1, M2) \
SPARSE_MSM_BIN_OP_2 (R2, product, *, M1, M2) \
SPARSE_MSM_BIN_OP_1 (R2, quotient, /, M1, M2)

Definition at line 1151 of file Sparse-op-defs.h.

#define SPARSE_MSM_BOOL_OP (   F,
  OP,
  M1,
  M2,
  LHS_ZERO,
  RHS_ZERO 
)

Definition at line 1237 of file Sparse-op-defs.h.

#define SPARSE_MSM_BOOL_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_BOOL_OP_DECL (mx_el_and, M1, M2, API); \
SPARSE_BOOL_OP_DECL (mx_el_or, M1, M2, API);

Definition at line 1233 of file Sparse-op-defs.h.

#define SPARSE_MSM_BOOL_OPS (   M1,
  M2,
  ZERO 
)    SPARSE_MSM_BOOL_OPS2(M1, M2, ZERO, ZERO)

Definition at line 1295 of file Sparse-op-defs.h.

#define SPARSE_MSM_BOOL_OPS2 (   M1,
  M2,
  LHS_ZERO,
  RHS_ZERO 
)
Value:
SPARSE_MSM_BOOL_OP (mx_el_and, &&, M1, M2, LHS_ZERO, RHS_ZERO) \
SPARSE_MSM_BOOL_OP (mx_el_or, ||, M1, M2, LHS_ZERO, RHS_ZERO) \

Definition at line 1291 of file Sparse-op-defs.h.

#define SPARSE_MSM_CMP_OP (   F,
  OP,
  M1,
  C1,
  M2,
  C2 
)

Definition at line 1169 of file Sparse-op-defs.h.

#define SPARSE_MSM_CMP_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_lt, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_le, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ge, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_gt, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_eq, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, M1, M2, API);

Definition at line 1157 of file Sparse-op-defs.h.

#define SPARSE_MSM_CMP_OPS (   M1,
  Z1,
  C1,
  M2,
  Z2,
  C2 
)
Value:
SPARSE_MSM_CMP_OP (mx_el_lt, <, M1, , M2, ) \
SPARSE_MSM_CMP_OP (mx_el_le, <=, M1, , M2, ) \
SPARSE_MSM_CMP_OP (mx_el_ge, >=, M1, , M2, ) \
SPARSE_MSM_CMP_OP (mx_el_gt, >, M1, , M2, ) \
SPARSE_MSM_CMP_OP (mx_el_eq, ==, M1, , M2, ) \
SPARSE_MSM_CMP_OP (mx_el_ne, !=, M1, , M2, )

Definition at line 1221 of file Sparse-op-defs.h.

#define SPARSE_MSM_EQNE_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_eq, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, M1, M2, API);

Definition at line 1165 of file Sparse-op-defs.h.

#define SPARSE_MSM_EQNE_OPS (   M1,
  Z1,
  C1,
  M2,
  Z2,
  C2 
)
Value:
SPARSE_MSM_CMP_OP (mx_el_eq, ==, M1, , M2, ) \
SPARSE_MSM_CMP_OP (mx_el_ne, !=, M1, , M2, )

Definition at line 1229 of file Sparse-op-defs.h.

#define SPARSE_MSM_OP_DECLS (   R1,
  R2,
  M1,
  M2,
  API 
)
Value:
SPARSE_MSM_BIN_OP_DECLS (R1, R2, M1, M2, API) \
SPARSE_MSM_CMP_OP_DECLS (M1, M2, API) \
SPARSE_MSM_BOOL_OP_DECLS (M1, M2, API)

Definition at line 1298 of file Sparse-op-defs.h.

#define SPARSE_REDUCTION_OP (   RET_TYPE,
  EL_TYPE,
  OP,
  INIT_VAL,
  MT_RESULT 
)
#define SPARSE_REDUCTION_OP_COL_EXPR (   OP)    tmp[j] OP data (i)

Definition at line 1799 of file Sparse-op-defs.h.

#define SPARSE_REDUCTION_OP_ROW_EXPR (   OP)    tmp[ridx (i)] OP data (i)

Definition at line 1796 of file Sparse-op-defs.h.

#define SPARSE_SMM_BIN_OP_1 (   R,
  F,
  OP,
  M1,
  M2 
)
Value:
F (const M1& m1, const M2& m2) \
{ \
R r; \
\
octave_idx_type m1_nr = m1.rows (); \
octave_idx_type m1_nc = m1.cols (); \
\
octave_idx_type m2_nr = m2.rows (); \
octave_idx_type m2_nc = m2.cols (); \
if (m1_nr == 1 && m1_nc == 1) \
r = R (m1.elem (0,0) OP m2); \
else if (m1_nr != m2_nr || m1_nc != m2_nc) \
gripe_nonconformant (#F, m1_nr, m1_nc, m2_nr, m2_nc); \
else \
{ \
r = R (m1.matrix_value () OP m2); \
} \
return r; \
}

Definition at line 1311 of file Sparse-op-defs.h.

#define SPARSE_SMM_BIN_OP_2 (   R,
  F,
  OP,
  M1,
  M2 
)

Definition at line 1342 of file Sparse-op-defs.h.

#define SPARSE_SMM_BIN_OP_2_CHECK_product (   ET)    do_mx_check (m2, mx_inline_all_finite<ET>)

Definition at line 1335 of file Sparse-op-defs.h.

#define SPARSE_SMM_BIN_OP_2_CHECK_quotient (   ET)    ! do_mx_check (m2, mx_inline_any_nan<ET>) && m2.nnz () == m2.numel ()

Definition at line 1339 of file Sparse-op-defs.h.

#define SPARSE_SMM_BIN_OP_DECLS (   R1,
  R2,
  M1,
  M2,
  API 
)
Value:
SPARSE_BIN_OP_DECL (R1, operator +, M1, M2, API); \
SPARSE_BIN_OP_DECL (R1, operator -, M1, M2, API); \
SPARSE_BIN_OP_DECL (R2, product, M1, M2, API); \
SPARSE_BIN_OP_DECL (R2, quotient, M1, M2, API);

Definition at line 1305 of file Sparse-op-defs.h.

#define SPARSE_SMM_BIN_OPS (   R1,
  R2,
  M1,
  M2 
)
Value:
SPARSE_SMM_BIN_OP_1 (R1, operator +, +, M1, M2) \
SPARSE_SMM_BIN_OP_1 (R1, operator -, -, M1, M2) \
SPARSE_SMM_BIN_OP_2 (R2, product, *, M1, M2) \
SPARSE_SMM_BIN_OP_2 (R2, quotient, /, M1, M2)

Definition at line 1391 of file Sparse-op-defs.h.

#define SPARSE_SMM_BOOL_OP (   F,
  OP,
  M1,
  M2,
  LHS_ZERO,
  RHS_ZERO 
)

Definition at line 1477 of file Sparse-op-defs.h.

#define SPARSE_SMM_BOOL_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_BOOL_OP_DECL (mx_el_and, M1, M2, API); \
SPARSE_BOOL_OP_DECL (mx_el_or, M1, M2, API);

Definition at line 1473 of file Sparse-op-defs.h.

#define SPARSE_SMM_BOOL_OPS (   M1,
  M2,
  ZERO 
)    SPARSE_SMM_BOOL_OPS2(M1, M2, ZERO, ZERO)

Definition at line 1535 of file Sparse-op-defs.h.

#define SPARSE_SMM_BOOL_OPS2 (   M1,
  M2,
  LHS_ZERO,
  RHS_ZERO 
)
Value:
SPARSE_SMM_BOOL_OP (mx_el_and, &&, M1, M2, LHS_ZERO, RHS_ZERO) \
SPARSE_SMM_BOOL_OP (mx_el_or, ||, M1, M2, LHS_ZERO, RHS_ZERO) \

Definition at line 1531 of file Sparse-op-defs.h.

#define SPARSE_SMM_CMP_OP (   F,
  OP,
  M1,
  C1,
  M2,
  C2 
)

Definition at line 1409 of file Sparse-op-defs.h.

#define SPARSE_SMM_CMP_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_lt, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_le, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ge, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_gt, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_eq, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, M1, M2, API);

Definition at line 1397 of file Sparse-op-defs.h.

#define SPARSE_SMM_CMP_OPS (   M1,
  Z1,
  C1,
  M2,
  Z2,
  C2 
)
Value:
SPARSE_SMM_CMP_OP (mx_el_lt, <, M1, , M2, ) \
SPARSE_SMM_CMP_OP (mx_el_le, <=, M1, , M2, ) \
SPARSE_SMM_CMP_OP (mx_el_ge, >=, M1, , M2, ) \
SPARSE_SMM_CMP_OP (mx_el_gt, >, M1, , M2, ) \
SPARSE_SMM_CMP_OP (mx_el_eq, ==, M1, , M2, ) \
SPARSE_SMM_CMP_OP (mx_el_ne, !=, M1, , M2, )

Definition at line 1461 of file Sparse-op-defs.h.

#define SPARSE_SMM_EQNE_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_eq, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, M1, M2, API);

Definition at line 1405 of file Sparse-op-defs.h.

#define SPARSE_SMM_EQNE_OPS (   M1,
  Z1,
  C1,
  M2,
  Z2,
  C2 
)
Value:
SPARSE_SMM_CMP_OP (mx_el_eq, ==, M1, , M2, ) \
SPARSE_SMM_CMP_OP (mx_el_ne, !=, M1, , M2, )

Definition at line 1469 of file Sparse-op-defs.h.

#define SPARSE_SMM_OP_DECLS (   R1,
  R2,
  M1,
  M2,
  API 
)
Value:
SPARSE_SMM_BIN_OP_DECLS (R1, R2, M1, M2, API) \
SPARSE_SMM_CMP_OP_DECLS (M1, M2, API) \
SPARSE_SMM_BOOL_OP_DECLS (M1, M2, API)

Definition at line 1538 of file Sparse-op-defs.h.

#define SPARSE_SMS_BIN_OP_1 (   R,
  F,
  OP,
  M,
 
)
Value:
F (const M& m, const S& s) \
{ \
octave_idx_type nr = m.rows (); \
octave_idx_type nc = m.cols (); \
\
R r (nr, nc, (0.0 OP s)); \
\
for (octave_idx_type j = 0; j < nc; j++) \
for (octave_idx_type i = m.cidx (j); i < m.cidx (j+1); i++) \
r.xelem (m.ridx (i), j) = m.data (i) OP s; \
return r; \
}

Definition at line 50 of file Sparse-op-defs.h.

#define SPARSE_SMS_BIN_OP_2 (   R,
  F,
  OP,
  M,
 
)
Value:
F (const M& m, const S& s) \
{ \
octave_idx_type nr = m.rows (); \
octave_idx_type nc = m.cols (); \
octave_idx_type nz = m.nnz (); \
\
R r (nr, nc, nz); \
\
for (octave_idx_type i = 0; i < nz; i++) \
{ \
r.xdata (i) = m.data (i) OP s; \
r.xridx (i) = m.ridx (i); \
} \
for (octave_idx_type i = 0; i < nc + 1; i++) \
r.xcidx (i) = m.cidx (i); \
\
r.maybe_compress (true); \
return r; \
}

Definition at line 65 of file Sparse-op-defs.h.

#define SPARSE_SMS_BIN_OP_DECLS (   R1,
  R2,
  M,
  S,
  API 
)
Value:
SPARSE_BIN_OP_DECL (R1, operator +, M, S, API); \
SPARSE_BIN_OP_DECL (R1, operator -, M, S, API); \
SPARSE_BIN_OP_DECL (R2, operator *, M, S, API); \
SPARSE_BIN_OP_DECL (R2, operator /, M, S, API);

Definition at line 44 of file Sparse-op-defs.h.

#define SPARSE_SMS_BIN_OPS (   R1,
  R2,
  M,
 
)
Value:
SPARSE_SMS_BIN_OP_1 (R1, operator +, +, M, S) \
SPARSE_SMS_BIN_OP_1 (R1, operator -, -, M, S) \
SPARSE_SMS_BIN_OP_2 (R2, operator *, *, M, S) \
SPARSE_SMS_BIN_OP_2 (R2, operator /, /, M, S)

Definition at line 87 of file Sparse-op-defs.h.

#define SPARSE_SMS_BOOL_OP (   F,
  OP,
  M,
  S,
  LHS_ZERO,
  RHS_ZERO 
)

Definition at line 158 of file Sparse-op-defs.h.

#define SPARSE_SMS_BOOL_OP_DECLS (   M,
  S,
  API 
)
Value:
SPARSE_BOOL_OP_DECL (mx_el_or, M, S, API);

Definition at line 154 of file Sparse-op-defs.h.

#define SPARSE_SMS_BOOL_OPS (   M,
  S,
  ZERO 
)    SPARSE_SMS_BOOL_OPS2(M, S, ZERO, ZERO)

Definition at line 202 of file Sparse-op-defs.h.

#define SPARSE_SMS_BOOL_OPS2 (   M,
  S,
  LHS_ZERO,
  RHS_ZERO 
)
Value:
SPARSE_SMS_BOOL_OP (mx_el_and, &&, M, S, LHS_ZERO, RHS_ZERO) \
SPARSE_SMS_BOOL_OP (mx_el_or, ||, M, S, LHS_ZERO, RHS_ZERO)

Definition at line 198 of file Sparse-op-defs.h.

#define SPARSE_SMS_CMP_OP (   F,
  OP,
  M,
  MZ,
  MC,
  S,
  SZ,
  SC 
)

Definition at line 105 of file Sparse-op-defs.h.

#define SPARSE_SMS_CMP_OP_DECLS (   M,
  S,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_le, M, S, API); \
SPARSE_CMP_OP_DECL (mx_el_ge, M, S, API); \
SPARSE_CMP_OP_DECL (mx_el_gt, M, S, API); \
SPARSE_CMP_OP_DECL (mx_el_eq, M, S, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, M, S, API);

Definition at line 93 of file Sparse-op-defs.h.

#define SPARSE_SMS_CMP_OPS (   M,
  MZ,
  CM,
  S,
  SZ,
  CS 
)
Value:
SPARSE_SMS_CMP_OP (mx_el_lt, <, M, MZ, , S, SZ, ) \
SPARSE_SMS_CMP_OP (mx_el_le, <=, M, MZ, , S, SZ, ) \
SPARSE_SMS_CMP_OP (mx_el_ge, >=, M, MZ, , S, SZ, ) \
SPARSE_SMS_CMP_OP (mx_el_gt, >, M, MZ, , S, SZ, ) \
SPARSE_SMS_CMP_OP (mx_el_eq, ==, M, MZ, , S, SZ, ) \
SPARSE_SMS_CMP_OP (mx_el_ne, !=, M, MZ, , S, SZ, )

Definition at line 142 of file Sparse-op-defs.h.

#define SPARSE_SMS_EQNE_OP_DECLS (   M,
  S,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_ne, M, S, API);

Definition at line 101 of file Sparse-op-defs.h.

#define SPARSE_SMS_EQNE_OPS (   M,
  MZ,
  CM,
  S,
  SZ,
  CS 
)
Value:
SPARSE_SMS_CMP_OP (mx_el_eq, ==, M, MZ, , S, SZ, ) \
SPARSE_SMS_CMP_OP (mx_el_ne, !=, M, MZ, , S, SZ, )

Definition at line 150 of file Sparse-op-defs.h.

#define SPARSE_SMS_OP_DECLS (   R1,
  R2,
  M,
  S,
  API 
)
Value:
SPARSE_SMS_BIN_OP_DECLS (R1, R2, M, S, API) \
SPARSE_SMS_CMP_OP_DECLS (M, S, API) \
SPARSE_SMS_BOOL_OP_DECLS (M, S, API)

Definition at line 205 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BIN_OP_1 (   R,
  F,
  OP,
  M1,
  M2 
)

Definition at line 387 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BIN_OP_2 (   R,
  F,
  OP,
  M1,
  M2 
)

Definition at line 503 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BIN_OP_3 (   R,
  F,
  OP,
  M1,
  M2 
)

Definition at line 601 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BIN_OP_DECLS (   R1,
  R2,
  M1,
  M2,
  API 
)
Value:
SPARSE_BIN_OP_DECL (R1, operator +, M1, M2, API); \
SPARSE_BIN_OP_DECL (R1, operator -, M1, M2, API); \
SPARSE_BIN_OP_DECL (R2, product, M1, M2, API); \
SPARSE_BIN_OP_DECL (R2, quotient, M1, M2, API);

Definition at line 381 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BIN_OPS (   R1,
  R2,
  M1,
  M2 
)
Value:
SPARSE_SMSM_BIN_OP_1 (R1, operator +, +, M1, M2) \
SPARSE_SMSM_BIN_OP_1 (R1, operator -, -, M1, M2) \
SPARSE_SMSM_BIN_OP_2 (R2, product, *, M1, M2) \
SPARSE_SMSM_BIN_OP_3 (R2, quotient, /, M1, M2)

Definition at line 721 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BOOL_OP (   F,
  OP,
  M1,
  M2,
  LHS_ZERO,
  RHS_ZERO 
)

Definition at line 925 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BOOL_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_BOOL_OP_DECL (mx_el_and, M1, M2, API); \
SPARSE_BOOL_OP_DECL (mx_el_or, M1, M2, API);

Definition at line 918 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BOOL_OPS (   M1,
  M2,
  ZERO 
)    SPARSE_SMSM_BOOL_OPS2(M1, M2, ZERO, ZERO)

Definition at line 1062 of file Sparse-op-defs.h.

#define SPARSE_SMSM_BOOL_OPS2 (   M1,
  M2,
  LHS_ZERO,
  RHS_ZERO 
)
Value:
SPARSE_SMSM_BOOL_OP (mx_el_and, &&, M1, M2, LHS_ZERO, RHS_ZERO) \
SPARSE_SMSM_BOOL_OP (mx_el_or, ||, M1, M2, LHS_ZERO, RHS_ZERO) \

Definition at line 1058 of file Sparse-op-defs.h.

#define SPARSE_SMSM_CMP_OP (   F,
  OP,
  M1,
  Z1,
  C1,
  M2,
  Z2,
  C2 
)

Definition at line 742 of file Sparse-op-defs.h.

#define SPARSE_SMSM_CMP_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_lt, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_le, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ge, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_gt, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_eq, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, M1, M2, API);

Definition at line 727 of file Sparse-op-defs.h.

#define SPARSE_SMSM_CMP_OPS (   M1,
  Z1,
  C1,
  M2,
  Z2,
  C2 
)
Value:
SPARSE_SMSM_CMP_OP (mx_el_lt, <, M1, Z1, , M2, Z2, ) \
SPARSE_SMSM_CMP_OP (mx_el_le, <=, M1, Z1, , M2, Z2, ) \
SPARSE_SMSM_CMP_OP (mx_el_ge, >=, M1, Z1, , M2, Z2, ) \
SPARSE_SMSM_CMP_OP (mx_el_gt, >, M1, Z1, , M2, Z2, ) \
SPARSE_SMSM_CMP_OP (mx_el_eq, ==, M1, Z1, , M2, Z2, ) \
SPARSE_SMSM_CMP_OP (mx_el_ne, !=, M1, Z1, , M2, Z2, )

Definition at line 906 of file Sparse-op-defs.h.

#define SPARSE_SMSM_EQNE_OP_DECLS (   M1,
  M2,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_eq, M1, M2, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, M1, M2, API);

Definition at line 735 of file Sparse-op-defs.h.

#define SPARSE_SMSM_EQNE_OPS (   M1,
  Z1,
  C1,
  M2,
  Z2,
  C2 
)
Value:
SPARSE_SMSM_CMP_OP (mx_el_eq, ==, M1, Z1, , M2, Z2, ) \
SPARSE_SMSM_CMP_OP (mx_el_ne, !=, M1, Z1, , M2, Z2, )

Definition at line 914 of file Sparse-op-defs.h.

#define SPARSE_SMSM_OP_DECLS (   R1,
  R2,
  M1,
  M2,
  API 
)
Value:
SPARSE_SMSM_BIN_OP_DECLS (R1, R2, M1, M2, API) \
SPARSE_SMSM_CMP_OP_DECLS (M1, M2, API) \
SPARSE_SMSM_BOOL_OP_DECLS (M1, M2, API)

Definition at line 1065 of file Sparse-op-defs.h.

#define SPARSE_SPARSE_MUL (   RET_TYPE,
  RET_EL_TYPE,
  EL_TYPE 
)

Definition at line 1839 of file Sparse-op-defs.h.

Referenced by operator*().

#define SPARSE_SSM_BIN_OP_1 (   R,
  F,
  OP,
  S,
  M 
)
Value:
F (const S& s, const M& m) \
{ \
octave_idx_type nr = m.rows (); \
octave_idx_type nc = m.cols (); \
\
R r (nr, nc, (s OP 0.0)); \
\
for (octave_idx_type j = 0; j < nc; j++) \
for (octave_idx_type i = m.cidx (j); i < m.cidx (j+1); i++) \
r.xelem (m.ridx (i), j) = s OP m.data (i); \
\
return r; \
}

Definition at line 218 of file Sparse-op-defs.h.

#define SPARSE_SSM_BIN_OP_2 (   R,
  F,
  OP,
  S,
  M 
)
Value:
F (const S& s, const M& m) \
{ \
octave_idx_type nr = m.rows (); \
octave_idx_type nc = m.cols (); \
octave_idx_type nz = m.nnz (); \
\
R r (nr, nc, nz); \
\
for (octave_idx_type i = 0; i < nz; i++) \
{ \
r.xdata (i) = s OP m.data (i); \
r.xridx (i) = m.ridx (i); \
} \
for (octave_idx_type i = 0; i < nc + 1; i++) \
r.xcidx (i) = m.cidx (i); \
\
r.maybe_compress(true); \
return r; \
}

Definition at line 234 of file Sparse-op-defs.h.

#define SPARSE_SSM_BIN_OP_DECLS (   R1,
  R2,
  S,
  M,
  API 
)
Value:
SPARSE_BIN_OP_DECL (R1, operator +, S, M, API); \
SPARSE_BIN_OP_DECL (R1, operator -, S, M, API); \
SPARSE_BIN_OP_DECL (R2, operator *, S, M, API); \
SPARSE_BIN_OP_DECL (R2, operator /, S, M, API);

Definition at line 212 of file Sparse-op-defs.h.

#define SPARSE_SSM_BIN_OPS (   R1,
  R2,
  S,
  M 
)
Value:
SPARSE_SSM_BIN_OP_1 (R1, operator +, +, S, M) \
SPARSE_SSM_BIN_OP_1 (R1, operator -, -, S, M) \
SPARSE_SSM_BIN_OP_2 (R2, operator *, *, S, M) \
SPARSE_SSM_BIN_OP_2 (R2, operator /, /, S, M)

Definition at line 256 of file Sparse-op-defs.h.

#define SPARSE_SSM_BOOL_OP (   F,
  OP,
  S,
  M,
  LHS_ZERO,
  RHS_ZERO 
)

Definition at line 327 of file Sparse-op-defs.h.

#define SPARSE_SSM_BOOL_OP_DECLS (   S,
  M,
  API 
)
Value:
SPARSE_BOOL_OP_DECL (mx_el_or, S, M, API); \

Definition at line 323 of file Sparse-op-defs.h.

#define SPARSE_SSM_BOOL_OPS (   S,
  M,
  ZERO 
)    SPARSE_SSM_BOOL_OPS2(S, M, ZERO, ZERO)

Definition at line 371 of file Sparse-op-defs.h.

#define SPARSE_SSM_BOOL_OPS2 (   S,
  M,
  LHS_ZERO,
  RHS_ZERO 
)
Value:
SPARSE_SSM_BOOL_OP (mx_el_and, &&, S, M, LHS_ZERO, RHS_ZERO) \
SPARSE_SSM_BOOL_OP (mx_el_or, ||, S, M, LHS_ZERO, RHS_ZERO)

Definition at line 367 of file Sparse-op-defs.h.

#define SPARSE_SSM_CMP_OP (   F,
  OP,
  S,
  SZ,
  SC,
  M,
  MZ,
  MC 
)

Definition at line 274 of file Sparse-op-defs.h.

#define SPARSE_SSM_CMP_OP_DECLS (   S,
  M,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_le, S, M, API); \
SPARSE_CMP_OP_DECL (mx_el_ge, S, M, API); \
SPARSE_CMP_OP_DECL (mx_el_gt, S, M, API); \
SPARSE_CMP_OP_DECL (mx_el_eq, S, M, API); \
SPARSE_CMP_OP_DECL (mx_el_ne, S, M, API);

Definition at line 262 of file Sparse-op-defs.h.

#define SPARSE_SSM_CMP_OPS (   S,
  SZ,
  SC,
  M,
  MZ,
  MC 
)
Value:
SPARSE_SSM_CMP_OP (mx_el_lt, <, S, SZ, , M, MZ, ) \
SPARSE_SSM_CMP_OP (mx_el_le, <=, S, SZ, , M, MZ, ) \
SPARSE_SSM_CMP_OP (mx_el_ge, >=, S, SZ, , M, MZ, ) \
SPARSE_SSM_CMP_OP (mx_el_gt, >, S, SZ, , M, MZ, ) \
SPARSE_SSM_CMP_OP (mx_el_eq, ==, S, SZ, , M, MZ, ) \
SPARSE_SSM_CMP_OP (mx_el_ne, !=, S, SZ, , M, MZ, )

Definition at line 311 of file Sparse-op-defs.h.

#define SPARSE_SSM_EQNE_OP_DECLS (   S,
  M,
  API 
)
Value:
SPARSE_CMP_OP_DECL (mx_el_ne, S, M, API);

Definition at line 270 of file Sparse-op-defs.h.

#define SPARSE_SSM_EQNE_OPS (   S,
  SZ,
  SC,
  M,
  MZ,
  MC 
)
Value:
SPARSE_SSM_CMP_OP (mx_el_eq, ==, S, SZ, , M, MZ, ) \
SPARSE_SSM_CMP_OP (mx_el_ne, !=, S, SZ, , M, MZ, )

Definition at line 319 of file Sparse-op-defs.h.

#define SPARSE_SSM_OP_DECLS (   R1,
  R2,
  S,
  M,
  API 
)
Value:
SPARSE_SSM_BIN_OP_DECLS (R1, R2, S, M, API) \
SPARSE_SSM_CMP_OP_DECLS (S, M, API) \
SPARSE_SSM_BOOL_OP_DECLS (S, M, API) \

Definition at line 374 of file Sparse-op-defs.h.