GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Sparse-d.cc File Reference
#include "lo-mappers.h"
#include "Sparse.h"
#include "Sparse.cc"
Include dependency graph for Sparse-d.cc:

Go to the source code of this file.

Functions

template std::istream & read_sparse_matrix< double > (std::istream &is, Sparse< double > &a, double(*read_fcn)(std::istream &))
 
template<>
bool sparse_ascending_compare< double > (double a, double b)
 
template<>
bool sparse_descending_compare< double > (double a, double b)
 

Variables

template class OCTAVE_API Sparse< double >
 

Function Documentation

◆ read_sparse_matrix< double >()

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

◆ sparse_ascending_compare< double >()

template<>
bool sparse_ascending_compare< double > ( double  a,
double  b 
)

Definition at line 36 of file Sparse-d.cc.

References a, b, and octave::math::isnan().

◆ sparse_descending_compare< double >()

template<>
bool sparse_descending_compare< double > ( double  a,
double  b 
)

Definition at line 43 of file Sparse-d.cc.

References a, b, and octave::math::isnan().

Variable Documentation

◆ Sparse< double >

template class OCTAVE_API Sparse< double >

Definition at line 48 of file Sparse-d.cc.