GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
Sparse-C.cc File Reference
#include "oct-cmplx.h"
#include "lo-mappers.h"
#include "lo-ieee.h"
#include "Sparse.h"
#include "Sparse.cc"
Include dependency graph for Sparse-C.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 >

Function Documentation

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

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

References arg(), xabs(), and xisnan().

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

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

References arg(), xabs(), and xisnan().

static double xabs ( const Complex x)
static

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 >().

Variable Documentation

template class OCTAVE_API Sparse< Complex >

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