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