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