GNU Octave  4.0.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
Classes | Functions
Sparse.h File Reference
#include <cassert>
#include <cstddef>
#include <iosfwd>
#include <algorithm>
#include "Array.h"
#include "dim-vector.h"
#include "lo-error.h"
#include "lo-utils.h"
#include "oct-sort.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

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