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