GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
boolSparse.cc File Reference
#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"
Include dependency graph for boolSparse.cc:

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)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const SparseBoolMatrix a 
)
std::istream& operator>> ( std::istream &  is,
SparseBoolMatrix a 
)

Definition at line 274 of file boolSparse.cc.