|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>#include <vector>#include "quit.h"#include "lo-ieee.h"#include "lo-mappers.h"#include "boolSparse.h"#include "dSparse.h"#include "oct-locbuf.h"#include "Sparse-op-defs.h"
Go to the source code of this file.
| SparseBoolMatrix mx_el_and | ( | const SparseBoolMatrix & | m, |
| const bool & | s | ||
| ) |
Definition at line 324 of file boolSparse.cc.
| SparseBoolMatrix mx_el_and | ( | const bool & | s, |
| const SparseBoolMatrix & | m | ||
| ) |
Definition at line 327 of file boolSparse.cc.
| SparseBoolMatrix mx_el_and | ( | const SparseBoolMatrix & | m1, |
| const SparseBoolMatrix & | m2 | ||
| ) |
Definition at line 330 of file boolSparse.cc.
| SparseBoolMatrix mx_el_eq | ( | const SparseBoolMatrix & | m, |
| const bool & | s | ||
| ) |
Definition at line 323 of file boolSparse.cc.
| SparseBoolMatrix mx_el_eq | ( | const bool & | s, |
| const SparseBoolMatrix & | m | ||
| ) |
Definition at line 326 of file boolSparse.cc.
| SparseBoolMatrix mx_el_eq | ( | const SparseBoolMatrix & | m1, |
| const SparseBoolMatrix & | m2 | ||
| ) |
Definition at line 329 of file boolSparse.cc.
| SparseBoolMatrix mx_el_ne | ( | const SparseBoolMatrix & | m, |
| const bool & | s | ||
| ) |
Definition at line 323 of file boolSparse.cc.
| SparseBoolMatrix mx_el_ne | ( | const bool & | s, |
| const SparseBoolMatrix & | m | ||
| ) |
Definition at line 326 of file boolSparse.cc.
| SparseBoolMatrix mx_el_ne | ( | const SparseBoolMatrix & | m1, |
| const SparseBoolMatrix & | m2 | ||
| ) |
Definition at line 329 of file boolSparse.cc.
| SparseBoolMatrix mx_el_or | ( | const SparseBoolMatrix & | m, |
| const bool & | s | ||
| ) |
Definition at line 324 of file boolSparse.cc.
| SparseBoolMatrix mx_el_or | ( | const bool & | s, |
| const SparseBoolMatrix & | m | ||
| ) |
Definition at line 327 of file boolSparse.cc.
| SparseBoolMatrix mx_el_or | ( | const SparseBoolMatrix & | m1, |
| const SparseBoolMatrix & | m2 | ||
| ) |
Definition at line 330 of file boolSparse.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const SparseBoolMatrix & | a | ||
| ) |
Definition at line 262 of file boolSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), and Sparse< T >::ridx().
| std::istream& operator>> | ( | std::istream & | is, |
| SparseBoolMatrix & | a | ||
| ) |
Definition at line 279 of file boolSparse.cc.
1.8.8