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

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

#include <forwardEvaluation.hpp>

Public Types

using Type = T_Type
 See RealTraits::IsTotalFinite.
 

Static Public Member Functions

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

Detailed Description

template<typename T_Type>
struct codi::RealTraits::IsTotalFinite< T_Type, TapeTraits::EnableIfForwardTape< typename T_Type::Tape > >

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

Template Parameters
T_TypeThe type of the real value.
Tests whether both value and gradient are finite.

Member Function Documentation

◆ isTotalFinite()

template<typename T_Type >
static bool codi::RealTraits::IsTotalFinite< T_Type, TapeTraits::EnableIfForwardTape< typename T_Type::Tape > >::isTotalFinite ( Type const &  v)
inlinestatic

Checks if the values are all finite.


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