
Go to the source code of this file.
Functions | |
| template OCTAVE_API std::istream & | read_sparse_matrix< double > (std::istream &is, Sparse< double > &a, double(*read_fcn)(std::istream &)) |
| template<> | |
| OCTAVE_API bool | sparse_ascending_compare< double > (double a, double b) |
| template<> | |
| OCTAVE_API bool | sparse_descending_compare< double > (double a, double b) |
| template OCTAVE_API std::istream& read_sparse_matrix< double > | ( | std::istream & | is, |
| Sparse< double > & | a, | ||
| double(*)(std::istream &) | read_fcn | ||
| ) |
| OCTAVE_API bool sparse_ascending_compare< double > | ( | double | a, |
| double | b | ||
| ) |
Definition at line 39 of file Sparse-d.cc.
References isnan().
| OCTAVE_API bool sparse_descending_compare< double > | ( | double | a, |
| double | b | ||
| ) |
Definition at line 47 of file Sparse-d.cc.
References isnan().