Go to the source code of this file.
Functions | |
SparseBoolMatrix | mx_el_and (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_eq (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_ge (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_gt (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_le (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_lt (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_ne (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix | mx_el_or (const SparseMatrix &, const SparseComplexMatrix &) |
SparseComplexMatrix | operator+ (const SparseMatrix &, const SparseComplexMatrix &) |
SparseComplexMatrix | operator- (const SparseMatrix &, const SparseComplexMatrix &) |
SparseComplexMatrix | product (const SparseMatrix &, const SparseComplexMatrix &) |
SparseComplexMatrix | quotient (const SparseMatrix &, const SparseComplexMatrix &) |
SparseBoolMatrix mx_el_and | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-sm-scm.cc.
SparseBoolMatrix mx_el_eq | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sm-scm.cc.
SparseBoolMatrix mx_el_ge | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sm-scm.cc.
SparseBoolMatrix mx_el_gt | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sm-scm.cc.
SparseBoolMatrix mx_el_le | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sm-scm.cc.
SparseBoolMatrix mx_el_lt | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sm-scm.cc.
SparseBoolMatrix mx_el_ne | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sm-scm.cc.
SparseBoolMatrix mx_el_or | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 12 of file smx-sm-scm.cc.
SparseComplexMatrix operator+ | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 10 of file smx-sm-scm.cc.
SparseComplexMatrix operator- | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 10 of file smx-sm-scm.cc.
SparseComplexMatrix product | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 10 of file smx-sm-scm.cc.
SparseComplexMatrix quotient | ( | const SparseMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 10 of file smx-sm-scm.cc.