GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Sparse.h File Reference
#include "octave-config.h"
#include <cassert>
#include <cstddef>
#include <algorithm>
#include <iosfwd>
#include <string>
#include "Array.h"
Include dependency graph for Sparse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sparse< T >
 
class  Sparse< T >::SparseRep
 

Functions

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

Function Documentation

◆ read_sparse_matrix()

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

Definition at line 2699 of file Sparse.cc.

References a, i, is, string, and tmp.