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