![]() |
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-sm-cm.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 SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix | mx_el_eq (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix | mx_el_ge (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix | mx_el_gt (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix | mx_el_le (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix | mx_el_lt (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix | mx_el_ne (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix | mx_el_or (const SparseMatrix &m1, const ComplexMatrix &m2) |
| ComplexMatrix | operator+ (const SparseMatrix &m1, const ComplexMatrix &m2) |
| ComplexMatrix | operator- (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseComplexMatrix | product (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseComplexMatrix | quotient (const SparseMatrix &m1, const ComplexMatrix &m2) |
| SparseBoolMatrix mx_el_and | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 12 of file smx-sm-cm.cc.
| SparseBoolMatrix mx_el_eq | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-sm-cm.cc.
| SparseBoolMatrix mx_el_ge | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-sm-cm.cc.
| SparseBoolMatrix mx_el_gt | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-sm-cm.cc.
| SparseBoolMatrix mx_el_le | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-sm-cm.cc.
| SparseBoolMatrix mx_el_lt | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-sm-cm.cc.
| SparseBoolMatrix mx_el_ne | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 11 of file smx-sm-cm.cc.
| SparseBoolMatrix mx_el_or | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 12 of file smx-sm-cm.cc.
| ComplexMatrix operator+ | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-sm-cm.cc.
| ComplexMatrix operator- | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-sm-cm.cc.
| SparseComplexMatrix product | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-sm-cm.cc.
| SparseComplexMatrix quotient | ( | const SparseMatrix & | m1, |
| const ComplexMatrix & | m2 | ||
| ) |
Definition at line 10 of file smx-sm-cm.cc.
1.8.1.2