![]() |
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-cs-sm.h"#include "boolSparse.h"#include "CMatrix.h"#include "CSparse.h"#include "oct-cmplx.h"#include "dSparse.h"
Go to the source code of this file.
Functions | |
| SparseBoolMatrix | mx_el_and (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix | mx_el_eq (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix | mx_el_ge (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix | mx_el_gt (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix | mx_el_le (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix | mx_el_lt (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix | mx_el_ne (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix | mx_el_or (const Complex &s, const SparseMatrix &m) |
| SparseComplexMatrix | operator* (const Complex &s, const SparseMatrix &m) |
| ComplexMatrix | operator+ (const Complex &s, const SparseMatrix &m) |
| ComplexMatrix | operator- (const Complex &s, const SparseMatrix &m) |
| SparseComplexMatrix | operator/ (const Complex &s, const SparseMatrix &m) |
| SparseBoolMatrix mx_el_and | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 13 of file smx-cs-sm.cc.
| SparseBoolMatrix mx_el_eq | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 12 of file smx-cs-sm.cc.
| SparseBoolMatrix mx_el_ge | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 12 of file smx-cs-sm.cc.
| SparseBoolMatrix mx_el_gt | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 12 of file smx-cs-sm.cc.
| SparseBoolMatrix mx_el_le | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 12 of file smx-cs-sm.cc.
| SparseBoolMatrix mx_el_lt | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 12 of file smx-cs-sm.cc.
| SparseBoolMatrix mx_el_ne | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 12 of file smx-cs-sm.cc.
| SparseBoolMatrix mx_el_or | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 13 of file smx-cs-sm.cc.
| SparseComplexMatrix operator* | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 11 of file smx-cs-sm.cc.
| ComplexMatrix operator+ | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 11 of file smx-cs-sm.cc.
| ComplexMatrix operator- | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 11 of file smx-cs-sm.cc.
| SparseComplexMatrix operator/ | ( | const Complex & | s, |
| const SparseMatrix & | m | ||
| ) |
Definition at line 11 of file smx-cs-sm.cc.
1.8.1.2