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