GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Sparse-C.cc File Reference
#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "lo-ieee.h"
#include "Array.h"
#include "Sparse.h"
#include "Sparse.cc"

Go to the source code of this file.

Functions

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

Function Documentation

◆ read_sparse_matrix< Complex >()

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

◆ sparse_ascending_compare< Complex >()

template<>
bool sparse_ascending_compare< Complex > ( const Complex a,
const Complex b 
)

Definition at line 49 of file Sparse-C.cc.

References isnan().

◆ sparse_descending_compare< Complex >()

template<>
bool sparse_descending_compare< Complex > ( const Complex a,
const Complex b 
)

Definition at line 58 of file Sparse-C.cc.

References isnan().