#include "Array-util.h"
#include "smx-cm-scm.h"
#include "boolSparse.h"
#include "CMatrix.h"
#include "CSparse.h"
Go to the source code of this file.
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.