![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
Some smaller fixes to implement C++11 functionality for non-C++11 compilers. More...
#include <string>
#include <sstream>
#include <complex>
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) |
Some smaller fixes to implement C++11 functionality for non-C++11 compilers.