GNU Octave  4.2.1
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
Macros | Typedefs | Functions
oct-cmplx.h File Reference
#include "octave-config.h"
#include <complex>
Include dependency graph for oct-cmplx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEF_COMPLEXR_COMP(OP, OPS)
 

Typedefs

typedef std::complex< doubleComplex
 
typedef std::complex< float > FloatComplex
 

Functions

template<typename T >
bool operator< (const std::complex< T > &a, const std::complex< T > &b)
 
template<typename T >
bool operator< (const std::complex< T > &a, T b)
 
template<typename T >
bool operator< (T a, const std::complex< T > &b)
 
template<typename T >
bool operator<= (const std::complex< T > &a, T b)
 
template<typename T >
bool operator<= (T a, const std::complex< T > &b)
 
template<typename T >
bool operator<= (const std::complex< T > &a, const std::complex< T > &b)
 
template<typename T >
bool operator> (const std::complex< T > &a, T b)
 
template<typename T >
bool operator> (const std::complex< T > &a, const std::complex< T > &b)
 
template<typename T >
bool operator> (T a, const std::complex< T > &b)
 
template<typename T >
bool operator>= (T a, const std::complex< T > &b)
 
template<typename T >
bool operator>= (const std::complex< T > &a, T b)
 
template<typename T >
bool operator>= (const std::complex< T > &a, const std::complex< T > &b)
 

Macro Definition Documentation

#define DEF_COMPLEXR_COMP (   OP,
  OPS 
)

Definition at line 45 of file oct-cmplx.h.

Typedef Documentation

typedef std::complex<double> Complex

Definition at line 31 of file oct-cmplx.h.

typedef std::complex<float> FloatComplex

Definition at line 32 of file oct-cmplx.h.

Function Documentation

template<typename T >
bool operator< ( const std::complex< T > &  a,
const std::complex< T > &  b 
)
inline

Definition at line 101 of file oct-cmplx.h.

template<typename T >
bool operator< ( const std::complex< T > &  a,
b 
)
inline

Definition at line 101 of file oct-cmplx.h.

template<typename T >
bool operator< ( a,
const std::complex< T > &  b 
)
inline

Definition at line 101 of file oct-cmplx.h.

template<typename T >
bool operator<= ( const std::complex< T > &  a,
b 
)
inline

Definition at line 102 of file oct-cmplx.h.

template<typename T >
bool operator<= ( a,
const std::complex< T > &  b 
)
inline

Definition at line 102 of file oct-cmplx.h.

template<typename T >
bool operator<= ( const std::complex< T > &  a,
const std::complex< T > &  b 
)
inline

Definition at line 102 of file oct-cmplx.h.

template<typename T >
bool operator> ( const std::complex< T > &  a,
b 
)
inline

Definition at line 100 of file oct-cmplx.h.

template<typename T >
bool operator> ( const std::complex< T > &  a,
const std::complex< T > &  b 
)
inline

Definition at line 100 of file oct-cmplx.h.

template<typename T >
bool operator> ( a,
const std::complex< T > &  b 
)
inline

Definition at line 100 of file oct-cmplx.h.

template<typename T >
bool operator>= ( a,
const std::complex< T > &  b 
)
inline

Definition at line 103 of file oct-cmplx.h.

template<typename T >
bool operator>= ( const std::complex< T > &  a,
b 
)
inline

Definition at line 103 of file oct-cmplx.h.

template<typename T >
bool operator>= ( const std::complex< T > &  a,
const std::complex< T > &  b 
)
inline

Definition at line 103 of file oct-cmplx.h.