![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 "oct-mem.h"

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 &)) |
| std::istream& read_sparse_matrix | ( | std::istream & | is, |
| Sparse< T > & | a, | ||
| T(*)(std::istream &) | read_fcn | ||
| ) |
Definition at line 688 of file Sparse.h.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::nzmax(), Sparse< T >::ridx(), and Sparse< T >::rows().
1.8.1.2