GNU Octave  4.2.1
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 | Variables
Sparse-b.cc File Reference
#include "Sparse.h"
#include "Sparse.cc"
Include dependency graph for Sparse-b.cc:

Go to the source code of this file.

Functions

template std::istream & read_sparse_matrix< bool > (std::istream &is, Sparse< bool > &a, bool(*read_fcn)(std::istream &))
 

Variables

template class OCTAVE_API Sparse< bool >
 

Function Documentation

template std::istream& read_sparse_matrix< bool > ( std::istream &  is,
Sparse< bool > &  a,
bool(*)(std::istream &)  read_fcn 
)

Variable Documentation

template class OCTAVE_API Sparse< bool >

Definition at line 40 of file Sparse-b.cc.