![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
Structure to wrap Phi_approx() so it can be vectorized. More...
#include <Phi_approx.hpp>
Static Public Member Functions | |
| template<typename T > | |
| static T | fun (const T &x) |
| Return the approximate value of the Phi() function applied to the argument. More... | |
Structure to wrap Phi_approx() so it can be vectorized.
Definition at line 13 of file Phi_approx.hpp.
|
inlinestatic |
Return the approximate value of the Phi() function applied to the argument.
| T | argument type |
| x | argument |
Definition at line 23 of file Phi_approx.hpp.