GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ read_sparse_matrix< bool >()

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

Variable Documentation

◆ Sparse< bool >

template class OCTAVE_API Sparse< bool >

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