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