Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ is_uninitialized() [1/2]

template<typename T >
bool stan::math::is_uninitialized ( x)
inline

Returns true if the specified variable is uninitialized.

Arithmetic types are always initialized by definition (the value is not specified).

Template Parameters
TType of object to test.
Parameters
xObject to test.
Returns
true if the specified object is uninitialized.
false if input is NaN.

Definition at line 19 of file is_uninitialized.hpp.