Go to the source code of this file.
Functions | |
SparseBoolMatrix | mx_el_and (const SparseBoolMatrix &m1, const boolMatrix &m2) |
SparseBoolMatrix | mx_el_eq (const SparseBoolMatrix &m1, const boolMatrix &m2) |
SparseBoolMatrix | mx_el_ne (const SparseBoolMatrix &m1, const boolMatrix &m2) |
SparseBoolMatrix | mx_el_or (const SparseBoolMatrix &m1, const boolMatrix &m2) |
SparseBoolMatrix mx_el_and | ( | const SparseBoolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sbm-bm.cc.
SparseBoolMatrix mx_el_eq | ( | const SparseBoolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 10 of file smx-sbm-bm.cc.
SparseBoolMatrix mx_el_ne | ( | const SparseBoolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 10 of file smx-sbm-bm.cc.
SparseBoolMatrix mx_el_or | ( | const SparseBoolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 11 of file smx-sbm-bm.cc.