SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
linear_algebra_traits.hpp File Reference
#include <complex>
#include <iterator>
#include <limits>
Include dependency graph for linear_algebra_traits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  slip::lin_alg_traits< _Tp >
 
struct  slip::lin_alg_traits< std::complex< _Tp > >
 

Namespaces

 slip
 This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres.
 

Functions

template<typename T >
bool slip::is_real (const T &val)
 Test if an element is real. More...
 
template<typename T >
bool slip::is_complex (const T &val)
 Test if an element is complex. More...
 
template<typename T >
slip::lin_alg_traits< T >
::value_type 
slip::epsilon ()
 Returns the epsilon value of a real or a complex. More...