SLIP
1.4
|
#include <complex>
#include <iterator>
#include <limits>
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... | |