GNU Octave  4.0.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 "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_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_OPS(R1, R2, M1, M2)
 
#define SPARSE_MSM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
 
#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_OPS(M1, Z1, C1, M2, Z2, C2)
 
#define SPARSE_MSM_EQNE_OPS(M1, Z1, C1, M2, Z2, C2)
 
#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_OPS(R1, R2, M1, M2)
 
#define SPARSE_SMM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
 
#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_OPS(M1, Z1, C1, M2, Z2, C2)
 
#define SPARSE_SMM_EQNE_OPS(M1, Z1, C1, M2, Z2, C2)
 
#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_OPS(R1, R2, M, S)
 
#define SPARSE_SMS_BOOL_OP(F, OP, M, S, LHS_ZERO, RHS_ZERO)
 
#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_OPS(M, MZ, CM, S, SZ, CS)
 
#define SPARSE_SMS_EQNE_OPS(M, MZ, CM, S, SZ, CS)
 
#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_OPS(R1, R2, M1, M2)
 
#define SPARSE_SMSM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
 
#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_OPS(M1, Z1, C1, M2, Z2, C2)
 
#define SPARSE_SMSM_EQNE_OPS(M1, Z1, C1, M2, Z2, C2)
 
#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_OPS(R1, R2, S, M)
 
#define SPARSE_SSM_BOOL_OP(F, OP, S, M, LHS_ZERO, RHS_ZERO)
 
#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_OPS(S, SZ, SC, M, MZ, MC)
 
#define SPARSE_SSM_EQNE_OPS(S, SZ, SC, M, MZ, MC)
 

Macro Definition Documentation

#define FULL_SPARSE_MUL (   RET_TYPE,
  EL_TYPE,
  ZERO 
)

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

Referenced by operator*().

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

Definition at line 1970 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); \
}
static void transpose(octave_idx_type N, const octave_idx_type *ridx, const octave_idx_type *cidx, octave_idx_type *ridx2, octave_idx_type *cidx2)
Definition: symrcm.cc:382
#define SPARSE_ANY_ALL_OP(DIM, INIT_VAL, MT_RESULT, TEST_OP, TEST_TRUE_VAL)

Definition at line 1683 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)
#define SPARSE_ANY_ALL_OP_ROW_CODE(TEST_OP, TEST_TRUE_VAL)
#define SPARSE_BASE_REDUCTION_OP(RET_TYPE, EL_TYPE, ROW_EXPR, COL_EXPR, INIT_VAL, MT_RESULT)
#define SPARSE_ANY_ALL_OP_COL_CODE(TEST_OP, TEST_TRUE_VAL)

Definition at line 1677 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 1670 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 1666 of file Sparse-op-defs.h.

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

Definition at line 1692 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 1525 of file Sparse-op-defs.h.

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

#define SPARSE_CUMPROD (   RET_TYPE,
  ELT_TYPE,
  FCN 
)

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

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

#define SPARSE_CUMSUM (   RET_TYPE,
  ELT_TYPE,
  FCN 
)

Definition at line 1400 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 1863 of file Sparse-op-defs.h.

Referenced by operator*().

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

Definition at line 1898 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; \
}
void gripe_nonconformant(const char *op, octave_idx_type op1_len, octave_idx_type op2_len)
void F(const TSRC *v, TRES *r, octave_idx_type m, octave_idx_type n)
Definition: mx-inlines.cc:527

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

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

Definition at line 1004 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) \
ComplexColumnVector product(const ComplexColumnVector &x, const ComplexColumnVector &y)
Definition: CColVector.h:149
ComplexColumnVector quotient(const ComplexColumnVector &x, const ComplexColumnVector &y)
Definition: CColVector.h:149
#define SPARSE_MSM_BIN_OP_2(R, F, OP, M1, M2)
#define SPARSE_MSM_BIN_OP_1(R, F, OP, M1, M2)

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

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

Definition at line 1124 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 1182 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)
#define SPARSE_MSM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87

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

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

Definition at line 1060 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, )
#define SPARSE_MSM_CMP_OP(F, OP, M1, C1, M2, C2)
boolMatrix mx_el_le(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ge(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_gt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_lt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

Definition at line 1112 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, )
#define SPARSE_MSM_CMP_OP(F, OP, M1, C1, M2, C2)
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

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

#define SPARSE_REDUCTION_OP (   RET_TYPE,
  EL_TYPE,
  OP,
  INIT_VAL,
  MT_RESULT 
)
Value:
SPARSE_BASE_REDUCTION_OP (RET_TYPE, EL_TYPE, \
INIT_VAL, MT_RESULT)
#define SPARSE_BASE_REDUCTION_OP(RET_TYPE, EL_TYPE, ROW_EXPR, COL_EXPR, INIT_VAL, MT_RESULT)
#define SPARSE_REDUCTION_OP_ROW_EXPR(OP)
#define SPARSE_REDUCTION_OP_COL_EXPR(OP)

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

Referenced by SparseMatrix::prod(), SparseComplexMatrix::prod(), SparseMatrix::sum(), and SparseComplexMatrix::sum().

#define SPARSE_REDUCTION_OP_COL_EXPR (   OP)    tmp[j] OP data (i)

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

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

Definition at line 1651 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; \
}
void gripe_nonconformant(const char *op, octave_idx_type op1_len, octave_idx_type op2_len)
void F(const TSRC *v, TRES *r, octave_idx_type m, octave_idx_type n)
Definition: mx-inlines.cc:527

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

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

Definition at line 1218 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 1211 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 1215 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) \
ComplexColumnVector product(const ComplexColumnVector &x, const ComplexColumnVector &y)
Definition: CColVector.h:149
#define SPARSE_SMM_BIN_OP_1(R, F, OP, M1, M2)
ComplexColumnVector quotient(const ComplexColumnVector &x, const ComplexColumnVector &y)
Definition: CColVector.h:149
#define SPARSE_SMM_BIN_OP_2(R, F, OP, M1, M2)

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

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

Definition at line 1337 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 1395 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)
#define SPARSE_SMM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87

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

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

Definition at line 1273 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, )
boolMatrix mx_el_le(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
#define SPARSE_SMM_CMP_OP(F, OP, M1, C1, M2, C2)
boolMatrix mx_el_ge(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_gt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_lt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

Definition at line 1325 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, )
#define SPARSE_SMM_CMP_OP(F, OP, M1, C1, M2, C2)
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

Definition at line 1333 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; \
}
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
void F(const TSRC *v, TRES *r, octave_idx_type m, octave_idx_type n)
Definition: mx-inlines.cc:527

Definition at line 34 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; \
}
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
void F(const TSRC *v, TRES *r, octave_idx_type m, octave_idx_type n)
Definition: mx-inlines.cc:527

Definition at line 49 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)
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
#define SPARSE_SMS_BIN_OP_1(R, F, OP, M, S)
#define SPARSE_SMS_BIN_OP_2(R, F, OP, M, S)

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

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

Definition at line 126 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 170 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)
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87
#define SPARSE_SMS_BOOL_OP(F, OP, M, S, LHS_ZERO, RHS_ZERO)

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

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

Definition at line 77 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, )
#define SPARSE_SMS_CMP_OP(F, OP, M, MZ, MC, S, SZ, SC)
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
boolMatrix mx_el_le(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ge(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_gt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_lt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

Definition at line 114 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, )
#define SPARSE_SMS_CMP_OP(F, OP, M, MZ, MC, S, SZ, SC)
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

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

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

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

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

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

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

Definition at line 531 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) \
ComplexColumnVector product(const ComplexColumnVector &x, const ComplexColumnVector &y)
Definition: CColVector.h:149
ComplexColumnVector quotient(const ComplexColumnVector &x, const ComplexColumnVector &y)
Definition: CColVector.h:149
#define SPARSE_SMSM_BIN_OP_2(R, F, OP, M1, M2)
#define SPARSE_SMSM_BIN_OP_1(R, F, OP, M1, M2)
#define SPARSE_SMSM_BIN_OP_3(R, F, OP, M1, M2)

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

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

Definition at line 839 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 976 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)
#define SPARSE_SMSM_BOOL_OP(F, OP, M1, M2, LHS_ZERO, RHS_ZERO)
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87

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

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

Definition at line 660 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, )
boolMatrix mx_el_le(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
#define SPARSE_SMSM_CMP_OP(F, OP, M1, Z1, C1, M2, Z2, C2)
boolMatrix mx_el_ge(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_gt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_lt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

Definition at line 824 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, )
#define SPARSE_SMSM_CMP_OP(F, OP, M1, Z1, C1, M2, Z2, C2)
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90

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

#define SPARSE_SPARSE_MUL (   RET_TYPE,
  RET_EL_TYPE,
  EL_TYPE 
)

Definition at line 1694 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; \
}
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
void F(const TSRC *v, TRES *r, octave_idx_type m, octave_idx_type n)
Definition: mx-inlines.cc:527

Definition at line 175 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; \
}
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
void F(const TSRC *v, TRES *r, octave_idx_type m, octave_idx_type n)
Definition: mx-inlines.cc:527

Definition at line 191 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)
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
#define SPARSE_SSM_BIN_OP_1(R, F, OP, S, M)
#define SPARSE_SSM_BIN_OP_2(R, F, OP, S, M)

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

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

Definition at line 268 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 312 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)
#define SPARSE_SSM_BOOL_OP(F, OP, S, M, LHS_ZERO, RHS_ZERO)
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
boolMatrix mx_el_or(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87
boolMatrix mx_el_and(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:87

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

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

Definition at line 219 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, )
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
boolMatrix mx_el_le(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ge(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_gt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_lt(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
#define SPARSE_SSM_CMP_OP(F, OP, S, SZ, SC, M, MZ, MC)

Definition at line 256 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, )
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type & M
Definition: CmplxGEPBAL.cc:49
boolMatrix mx_el_ne(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
boolMatrix mx_el_eq(const boolMatrix &m1, const boolMatrix &m2)
Definition: boolMatrix.cc:90
#define SPARSE_SSM_CMP_OP(F, OP, S, SZ, SC, M, MZ, MC)

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