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

◆ is_uninitialized() [2/2]

bool stan::math::is_uninitialized ( var  x)
inline

Returns true if the specified variable is uninitialized.

This overload of the is_uninitialized() function delegates the return to the is_uninitialized() method on the specified variable.

Parameters
xObject to test.
Returns
true if the specified object is uninitialized.

Definition at line 23 of file is_uninitialized.hpp.