GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Sparse-b.cc File Reference
#include "Array.h"
#include "Sparse.h"
#include "Sparse.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 &))
 

Function Documentation

◆ read_sparse_matrix< bool >()

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