GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ghost Namespace Reference

Functions

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

Function Documentation

template<typename T >
static T ghost::conj_or_nop ( const T &  a)
inlinestatic

Here is the call graph for this function:

static float ghost::conj_or_nop ( const float &  a)
inlinestatic
static double ghost::conj_or_nop ( const double &  a)
inlinestatic
template<typename T >
static T ghost::norm ( const T &  a)
inlinestatic

Here is the call graph for this function:

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