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