$search
#include <constants.hpp>
Static Public Member Functions | |
template<typename eT > | |
static arma_integral_only< eT > ::result | inf (typename arma_integral_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_cx_only< eT >::result | inf (typename arma_cx_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_float_only< eT > ::result | inf (typename arma_float_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_integral_only< eT > ::result | nan (typename arma_integral_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_cx_only< eT >::result | nan (typename arma_cx_only< eT >::result *junk=0) |
template<typename eT > | |
static arma_float_only< eT > ::result | nan (typename arma_float_only< eT >::result *junk=0) |
Definition at line 20 of file constants.hpp.
static arma_integral_only<eT>::result priv::Math_helper::inf | ( | typename arma_integral_only< eT >::result * | junk = 0 |
) | [inline, static] |
Definition at line 100 of file constants.hpp.
static arma_cx_only<eT>::result priv::Math_helper::inf | ( | typename arma_cx_only< eT >::result * | junk = 0 |
) | [inline, static] |
Definition at line 87 of file constants.hpp.
static arma_float_only<eT>::result priv::Math_helper::inf | ( | typename arma_float_only< eT >::result * | junk = 0 |
) | [inline, static] |
Definition at line 69 of file constants.hpp.
static arma_integral_only<eT>::result priv::Math_helper::nan | ( | typename arma_integral_only< eT >::result * | junk = 0 |
) | [inline, static] |
Definition at line 58 of file constants.hpp.
static arma_cx_only<eT>::result priv::Math_helper::nan | ( | typename arma_cx_only< eT >::result * | junk = 0 |
) | [inline, static] |
Definition at line 45 of file constants.hpp.
static arma_float_only<eT>::result priv::Math_helper::nan | ( | typename arma_float_only< eT >::result * | junk = 0 |
) | [inline, static] |
Definition at line 27 of file constants.hpp.