#include "octave-config.h"
#include <string>
#include "Array.h"
#include "chNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "str-vec.h"
Go to the source code of this file.
Classes | |
class | charMatrix |
Functions | |
OCTAVE_API boolMatrix | mx_el_and (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_and (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_and (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_eq (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_eq (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_eq (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_ge (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_ge (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_ge (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_gt (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_gt (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_gt (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_le (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_le (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_le (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_lt (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_lt (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_lt (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_ne (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_ne (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_ne (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_or (const char &, const charMatrix &) |
OCTAVE_API boolMatrix | mx_el_or (const charMatrix &, const char &) |
OCTAVE_API boolMatrix | mx_el_or (const charMatrix &, const charMatrix &) |
OCTAVE_API boolMatrix mx_el_and | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 138 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_and | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 135 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_and | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 141 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 137 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 134 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 140 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 137 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 134 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 140 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 137 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 134 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 140 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 137 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 134 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 140 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 137 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 134 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 140 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 137 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 134 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 140 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const char & | s, |
const charMatrix & | m | ||
) |
Definition at line 138 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const charMatrix & | m, |
const char & | s | ||
) |
Definition at line 135 of file chMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const charMatrix & | m1, |
const charMatrix & | m2 | ||
) |
Definition at line 141 of file chMatrix.cc.