#include "octave-config.h"
#include "CMatrix.h"
#include "CSparse.h"
#include "dMatrix.h"
#include "mx-m-cs.h"
#include "mx-cs-m.h"
#include "mx-m-cm.h"
#include "mx-cm-m.h"
#include "mx-nda-cs.h"
#include "mx-cs-nda.h"
#include "Sparse-op-defs.h"
Go to the source code of this file.
Functions | |
SparseBoolMatrix | mx_el_and (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_eq (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_ge (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_gt (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_le (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_lt (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_ne (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_or (const Matrix &, const SparseComplexMatrix &) |
ComplexMatrix | operator+ (const Matrix &, const SparseComplexMatrix &) |
ComplexMatrix | operator- (const Matrix &, const SparseComplexMatrix &) |
SparseComplexMatrix | product (const Matrix &, const SparseComplexMatrix &) |
SparseComplexMatrix | quotient (const Matrix &, const SparseComplexMatrix &) |
SparseBoolMatrix mx_el_and | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 13 of file smx-m-scm.cc.
SparseBoolMatrix mx_el_eq | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-m-scm.cc.
SparseBoolMatrix mx_el_ge | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-m-scm.cc.
SparseBoolMatrix mx_el_gt | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-m-scm.cc.
SparseBoolMatrix mx_el_le | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-m-scm.cc.
SparseBoolMatrix mx_el_lt | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-m-scm.cc.
SparseBoolMatrix mx_el_ne | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-m-scm.cc.
SparseBoolMatrix mx_el_or | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 13 of file smx-m-scm.cc.
ComplexMatrix operator+ | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-m-scm.cc.
ComplexMatrix operator- | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-m-scm.cc.
SparseComplexMatrix product | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-m-scm.cc.
SparseComplexMatrix quotient | ( | const Matrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-m-scm.cc.