25#ifndef _gcem_is_inf_HPP
26#define _gcem_is_inf_HPP
37 return x == - GCLIM<T>::infinity();
40template<
typename T1,
typename T2>
49template<
typename T1,
typename T2>
58template<
typename T1,
typename T2,
typename T3>
67template<
typename T1,
typename T2,
typename T3>
84 return x == GCLIM<T>::infinity();
87template<
typename T1,
typename T2>
96template<
typename T1,
typename T2>
105template<
typename T1,
typename T2,
typename T3>
114template<
typename T1,
typename T2,
typename T3>
134template<
typename T1,
typename T2>
143template<
typename T1,
typename T2>
152template<
typename T1,
typename T2,
typename T3>
161template<
typename T1,
typename T2,
typename T3>
const Scalar & y
Definition: MathFunctions.h:821
Definition: Eigen_Colamd.h:50
constexpr bool is_posinf(const T x) noexcept
Definition: is_inf.hpp:81
constexpr bool all_neginf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:52
constexpr bool is_neginf(const T x) noexcept
Definition: is_inf.hpp:34
constexpr bool any_neginf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:43
constexpr bool any_inf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:137
constexpr bool any_posinf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:90
constexpr bool all_inf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:146
constexpr bool all_posinf(const T1 x, const T2 y) noexcept
Definition: is_inf.hpp:99
constexpr bool is_inf(const T x) noexcept
Definition: is_inf.hpp:128