GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "lo-ieee.h"
#include "Sparse.h"
#include "Sparse.cc"
Go to the source code of this file.
Functions | |
template<> | |
bool | sparse_ascending_compare< Complex > (const Complex &a, const Complex &b) |
template<> | |
bool | sparse_descending_compare< Complex > (const Complex &a, const Complex &b) |
static double | xabs (const Complex &x) |
Variables | |
template class OCTAVE_API | Sparse< Complex > |
bool sparse_ascending_compare< Complex > | ( | const Complex & | a, |
const Complex & | b | ||
) |
Definition at line 46 of file Sparse-C.cc.
bool sparse_descending_compare< Complex > | ( | const Complex & | a, |
const Complex & | b | ||
) |
Definition at line 54 of file Sparse-C.cc.
Definition at line 38 of file Sparse-C.cc.
References abs(), octave_Inf, and xisinf().
Referenced by sparse_ascending_compare< Complex >(), and sparse_descending_compare< Complex >().
Definition at line 60 of file Sparse-C.cc.