Function for checking if all values of the type are finite.
More...
#include <forwardEvaluation.hpp>
Public Types | |
using | Type |
See RealTraits::IsTotalFinite. | |
Static Public Member Functions | |
static bool | isTotalFinite (Type const &v) |
Checks if the values are all finite. | |
Function for checking if all values of the type are finite.
T_Type | The type of the real value. Tests whether both value and gradient are finite. |
using codi::RealTraits::IsTotalFinite< T_Type, TapeTraits::EnableIfForwardTape< typename T_Type::Tape > >::Type |
|
inlinestatic |
Checks if the values are all finite.