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

◆ sqrt() [6/10]

template<typename Container , require_ad_container_t< Container > * = nullptr>
auto stan::math::sqrt ( const Container &  x)
inline

Vectorized version of sqrt().

Template Parameters
Containertype of container
Parameters
xcontainer
Returns
Square root of each value in x.

Definition at line 60 of file sqrt.hpp.