![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <config.h>#include "Array-util.h"#include "quit.h"#include "smx-cm-sm.h"#include "boolSparse.h"#include "CMatrix.h"#include "CSparse.h"#include "dSparse.h"
Go to the source code of this file.
Functions | |
| SparseBoolMatrix | mx_el_and (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_eq (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_ge (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_gt (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_le (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_lt (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_ne (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix | mx_el_or (const ComplexMatrix &m1, const SparseMatrix &m2) |
| ComplexMatrix | operator+ (const ComplexMatrix &m1, const SparseMatrix &m2) |
| ComplexMatrix | operator- (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseComplexMatrix | product (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseComplexMatrix | quotient (const ComplexMatrix &m1, const SparseMatrix &m2) |
| SparseBoolMatrix mx_el_and | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 12 of file smx-cm-sm.cc.
| SparseBoolMatrix mx_el_eq | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-cm-sm.cc.
| SparseBoolMatrix mx_el_ge | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-cm-sm.cc.
| SparseBoolMatrix mx_el_gt | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-cm-sm.cc.
| SparseBoolMatrix mx_el_le | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-cm-sm.cc.
| SparseBoolMatrix mx_el_lt | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-cm-sm.cc.
| SparseBoolMatrix mx_el_ne | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-cm-sm.cc.
| SparseBoolMatrix mx_el_or | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 12 of file smx-cm-sm.cc.
| ComplexMatrix operator+ | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-cm-sm.cc.
| ComplexMatrix operator- | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-cm-sm.cc.
| SparseComplexMatrix product | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-cm-sm.cc.
| SparseComplexMatrix quotient | ( | const ComplexMatrix & | m1, |
| const SparseMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-cm-sm.cc.
1.8.1.2