CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::RealTraits::IsTotalFinite< T_Type, typename > Struct Template Reference

Function for checking if all values of the type are finite. More...

#include <realTraits.hpp>

Public Types

using Type = T_Type
 See IsTotalFinite.
 

Static Public Member Functions

static bool isTotalFinite (Type const &v)
 Checks if the values are all finite.
 

Detailed Description

template<typename T_Type, typename = void>
struct codi::RealTraits::IsTotalFinite< T_Type, typename >

Function for checking if all values of the type are finite.

Template Parameters
T_TypeThe type of the real value.

The documentation for this struct was generated from the following file: