#include "octave-config.h"
#include <cassert>
#include <cstddef>
#include <algorithm>
#include <iosfwd>
#include <string>
#include "Array.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 2712 of file Sparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::nzmax(), Sparse< T >::ridx(), and Sparse< T >::rows().