GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "CMatrix.h"
#include "CSparse.h"
#include "dSparse.h"
#include "oct-cmplx.h"
#include "Sparse-op-defs.h"
Go to the source code of this file.
Functions | |
OCTAVE_API SparseBoolMatrix | mx_el_and (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix | mx_el_eq (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix | mx_el_ge (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix | mx_el_gt (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix | mx_el_le (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix | mx_el_lt (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix | mx_el_ne (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix | mx_el_or (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseComplexMatrix | operator* (const SparseMatrix &, const Complex &) |
OCTAVE_API ComplexMatrix | operator+ (const SparseMatrix &, const Complex &) |
OCTAVE_API ComplexMatrix | operator- (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseComplexMatrix | operator/ (const SparseMatrix &, const Complex &) |
OCTAVE_API SparseBoolMatrix mx_el_and | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 13 of file smx-sm-cs.cc.
OCTAVE_API SparseBoolMatrix mx_el_eq | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 12 of file smx-sm-cs.cc.
OCTAVE_API SparseBoolMatrix mx_el_ge | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 12 of file smx-sm-cs.cc.
OCTAVE_API SparseBoolMatrix mx_el_gt | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 12 of file smx-sm-cs.cc.
OCTAVE_API SparseBoolMatrix mx_el_le | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 12 of file smx-sm-cs.cc.
OCTAVE_API SparseBoolMatrix mx_el_lt | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 12 of file smx-sm-cs.cc.
OCTAVE_API SparseBoolMatrix mx_el_ne | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 12 of file smx-sm-cs.cc.
OCTAVE_API SparseBoolMatrix mx_el_or | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 13 of file smx-sm-cs.cc.
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 11 of file smx-sm-cs.cc.
OCTAVE_API ComplexMatrix operator+ | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 11 of file smx-sm-cs.cc.
OCTAVE_API ComplexMatrix operator- | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 11 of file smx-sm-cs.cc.
OCTAVE_API SparseComplexMatrix operator/ | ( | const SparseMatrix & | , |
const Complex & | |||
) |
Definition at line 11 of file smx-sm-cs.cc.