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