PARALUTION  1.0.0
PARALUTION
math_functions.hpp File Reference
#include <complex>

Go to the source code of this file.

Namespaces

 paralution
 

Functions

float paralution::paralution_abs (const float val)
 Return absolute float value. More...
 
double paralution::paralution_abs (const double val)
 Return absolute double value. More...
 
float paralution::paralution_abs (const std::complex< float > val)
 Return absolute float value. More...
 
double paralution::paralution_abs (const std::complex< double > val)
 Return absolute double value. More...
 
int paralution::paralution_abs (const int val)
 Return absolute int value. More...
 
template<typename ValueType >
bool paralution::operator< (const std::complex< ValueType > &lhs, const std::complex< ValueType > &rhs)
 Overloaded < operator for complex numbers. More...
 
template<typename ValueType >
bool paralution::operator> (const std::complex< ValueType > &lhs, const std::complex< ValueType > &rhs)
 Overloaded > operator for complex numbers. More...
 
template<typename ValueType >
bool paralution::operator<= (const std::complex< ValueType > &lhs, const std::complex< ValueType > &rhs)
 Overloaded <= operator for complex numbers. More...
 
template<typename ValueType >
bool paralution::operator>= (const std::complex< ValueType > &lhs, const std::complex< ValueType > &rhs)
 Overloaded >= operator for complex numbers. More...