![]() |
GNU Octave
3.8.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-mem.h"#include "oct-locbuf.h"
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const SparseBoolMatrix &a) |
| std::istream & | operator>> (std::istream &is, SparseBoolMatrix &a) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const SparseBoolMatrix & | a | ||
| ) |
Definition at line 257 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 274 of file boolSparse.cc.
1.8.1.2