GNU Octave
9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-sbm-bm.h
Go to the documentation of this file.
1
// DO NOT EDIT -- generated by mk-ops.awk
2
#if ! defined (octave_smx_sbm_bm_h)
3
#define octave_smx_sbm_bm_h 1
4
#include "octave-config.h"
5
#include "
boolMatrix.h
"
6
#include "
boolSparse.h
"
7
#include "
Sparse-op-defs.h
"
8
extern
OCTAVE_API
SparseBoolMatrix
mx_el_eq
(
const
SparseBoolMatrix
&,
const
boolMatrix
&);
9
extern
OCTAVE_API
SparseBoolMatrix
mx_el_ne
(
const
SparseBoolMatrix
&,
const
boolMatrix
&);
10
extern
OCTAVE_API
SparseBoolMatrix
mx_el_and
(
const
SparseBoolMatrix
&,
const
boolMatrix
&);
11
extern
OCTAVE_API
SparseBoolMatrix
mx_el_or
(
const
SparseBoolMatrix
&,
const
boolMatrix
&);
12
#endif
Sparse-op-defs.h
boolMatrix.h
boolSparse.h
SparseBoolMatrix
Definition:
boolSparse.h:41
boolMatrix
Definition:
boolMatrix.h:39
OCTAVE_API
#define OCTAVE_API
Definition:
main.cc:55
mx_el_or
SparseBoolMatrix mx_el_or(const SparseBoolMatrix &, const boolMatrix &)
Definition:
smx-sbm-bm.cc:11
mx_el_eq
SparseBoolMatrix mx_el_eq(const SparseBoolMatrix &, const boolMatrix &)
Definition:
smx-sbm-bm.cc:10
mx_el_and
SparseBoolMatrix mx_el_and(const SparseBoolMatrix &, const boolMatrix &)
Definition:
smx-sbm-bm.cc:11
mx_el_ne
SparseBoolMatrix mx_el_ne(const SparseBoolMatrix &, const boolMatrix &)
Definition:
smx-sbm-bm.cc:10
liboctave
operators
smx-sbm-bm.h
Generated on Sun Mar 17 2024 22:36:52 for GNU Octave by
1.9.1