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