#include <iostream>
#include <vector>
#include "config.h"
#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 256 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 273 of file boolSparse.cc.