#include "octave-config.h"#include <cassert>#include <cstddef>#include <algorithm>#include <iosfwd>#include <string>#include "Array-fwd.h"#include "Sparse-fwd.h"#include "mx-fwd.h"

Go to the source code of this file.
Classes | |
| class | Sparse< T, Alloc > |
| class | Sparse< T, Alloc >::SparseRep |
Functions | |
| template<typename T > | |
| OCTAVE_API std::istream & | read_sparse_matrix (std::istream &is, Sparse< T > &a, T(*read_fcn)(std::istream &)) |
| OCTAVE_API std::istream& read_sparse_matrix | ( | std::istream & | is, |
| Sparse< T > & | a, | ||
| T(*)(std::istream &) | read_fcn | ||
| ) |
Definition at line 2791 of file Sparse.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), Sparse< T, Alloc >::nzmax(), Sparse< T, Alloc >::ridx(), and Sparse< T, Alloc >::rows().