GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-sm-m.h
Go to the documentation of this file.
1 // DO NOT EDIT -- generated by mk-ops.awk
2 #if ! defined (octave_smx_sm_m_h)
3 #define octave_smx_sm_m_h 1
4 #include "octave-config.h"
5 #include "dMatrix.h"
6 #include "dSparse.h"
7 #include "Sparse-op-defs.h"
8  extern OCTAVE_API Matrix operator + (const SparseMatrix&, const Matrix&);
9  extern OCTAVE_API Matrix operator - (const SparseMatrix&, const Matrix&);
10  extern OCTAVE_API SparseMatrix product (const SparseMatrix&, const Matrix&);
11  extern OCTAVE_API SparseMatrix quotient (const SparseMatrix&, const Matrix&);
12  extern OCTAVE_API SparseBoolMatrix mx_el_lt (const SparseMatrix&, const Matrix&);
13  extern OCTAVE_API SparseBoolMatrix mx_el_le (const SparseMatrix&, const Matrix&);
14  extern OCTAVE_API SparseBoolMatrix mx_el_ge (const SparseMatrix&, const Matrix&);
15  extern OCTAVE_API SparseBoolMatrix mx_el_gt (const SparseMatrix&, const Matrix&);
16  extern OCTAVE_API SparseBoolMatrix mx_el_eq (const SparseMatrix&, const Matrix&);
17  extern OCTAVE_API SparseBoolMatrix mx_el_ne (const SparseMatrix&, const Matrix&);
19  extern OCTAVE_API SparseBoolMatrix mx_el_or (const SparseMatrix&, const Matrix&);
20 #endif
Definition: dMatrix.h:42
#define OCTAVE_API
Definition: main.cc:55
SparseBoolMatrix mx_el_and(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:12
SparseBoolMatrix mx_el_or(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:12
SparseMatrix product(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:10
SparseBoolMatrix mx_el_lt(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:11
SparseBoolMatrix mx_el_le(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:11
Matrix operator+(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:10
SparseBoolMatrix mx_el_ne(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:11
SparseMatrix quotient(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:10
SparseBoolMatrix mx_el_ge(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:11
SparseBoolMatrix mx_el_eq(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:11
SparseBoolMatrix mx_el_gt(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:11
Matrix operator-(const SparseMatrix &, const Matrix &)
Definition: smx-sm-m.cc:10