GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array-util.h"
#include "mx-cm-m.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "CMatrix.h"
#include "dMatrix.h"
Go to the source code of this file.
Functions | |
boolMatrix | mx_el_and (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix | mx_el_eq (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix | mx_el_ge (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix | mx_el_gt (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix | mx_el_le (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix | mx_el_lt (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix | mx_el_ne (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix | mx_el_or (const ComplexMatrix &m1, const Matrix &m2) |
ComplexMatrix | operator+ (const ComplexMatrix &m1, const Matrix &m2) |
ComplexMatrix | operator- (const ComplexMatrix &m1, const Matrix &m2) |
ComplexMatrix | product (const ComplexMatrix &m1, const Matrix &m2) |
ComplexMatrix | quotient (const ComplexMatrix &m1, const Matrix &m2) |
boolMatrix mx_el_and | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 13 of file mx-cm-m.cc.
Referenced by mx_el_and_assign(), and oct_binop_el_and_pm().
boolMatrix mx_el_eq | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 12 of file mx-cm-m.cc.
boolMatrix mx_el_ge | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 12 of file mx-cm-m.cc.
boolMatrix mx_el_gt | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 12 of file mx-cm-m.cc.
boolMatrix mx_el_le | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 12 of file mx-cm-m.cc.
boolMatrix mx_el_lt | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 12 of file mx-cm-m.cc.
boolMatrix mx_el_ne | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 12 of file mx-cm-m.cc.
Referenced by octave_float_complex_matrix::bool_array_value(), octave_complex_matrix::bool_array_value(), octave_sparse_complex_matrix::sparse_bool_matrix_value(), and octave_sparse_matrix::sparse_bool_matrix_value().
boolMatrix mx_el_or | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 13 of file mx-cm-m.cc.
Referenced by mx_el_or_assign(), and oct_binop_el_or_pm().
ComplexMatrix operator+ | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 11 of file mx-cm-m.cc.
ComplexMatrix operator- | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 11 of file mx-cm-m.cc.
ComplexMatrix product | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 11 of file mx-cm-m.cc.
ComplexMatrix quotient | ( | const ComplexMatrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 11 of file mx-cm-m.cc.