#include "octave-config.h"
#include "Array.h"
#include "boolNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Go to the source code of this file.
|
boolMatrix | mx_el_and (const bool &, const boolMatrix &) |
|
boolMatrix | mx_el_and (const boolMatrix &, const bool &) |
|
boolMatrix | mx_el_and (const boolMatrix &, const boolMatrix &) |
|
boolMatrix | mx_el_eq (const boolMatrix &, const boolMatrix &) |
|
boolMatrix | mx_el_ge (const boolMatrix &, const boolMatrix &) |
|
boolMatrix | mx_el_gt (const boolMatrix &, const boolMatrix &) |
|
boolMatrix | mx_el_le (const boolMatrix &, const boolMatrix &) |
|
boolMatrix | mx_el_lt (const boolMatrix &, const boolMatrix &) |
|
boolMatrix | mx_el_ne (const boolMatrix &, const boolMatrix &) |
|
boolMatrix | mx_el_or (const bool &, const boolMatrix &) |
|
boolMatrix | mx_el_or (const boolMatrix &, const bool &) |
|
boolMatrix | mx_el_or (const boolMatrix &, const boolMatrix &) |
|
◆ mx_el_and() [1/3]
◆ mx_el_and() [2/3]
◆ mx_el_and() [3/3]
◆ mx_el_eq()
◆ mx_el_ge()
◆ mx_el_gt()
◆ mx_el_le()
◆ mx_el_lt()
◆ mx_el_ne()
◆ mx_el_or() [1/3]
◆ mx_el_or() [2/3]
◆ mx_el_or() [3/3]