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