GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Namespaces | Functions
cpp11_fixes.h File Reference

Some smaller fixes to implement C++11 functionality for non-C++11 compilers. More...

#include <string>
#include <sstream>
#include <complex>
Include dependency graph for cpp11_fixes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ghost
 

Functions

template<typename T >
static T ghost::conj_or_nop (const T &a)
 
static float ghost::conj_or_nop (const float &a)
 
static double ghost::conj_or_nop (const double &a)
 
template<typename T >
static T ghost::norm (const T &a)
 
static float ghost::norm (const float &a)
 
static double ghost::norm (const double &a)
 
template<typename T >
static std::string ghost::to_string (T value)
 

Detailed Description

Some smaller fixes to implement C++11 functionality for non-C++11 compilers.

Author
Moritz Kreutzer morit.nosp@m.z.kr.nosp@m.eutze.nosp@m.r@fa.nosp@m.u.de