Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ sqrt() [9/10]

template<typename T , require_var_matrix_t< T > * = nullptr>
auto stan::math::sqrt ( const T &  a)
inline

Return elementwise square root of vector.

Template Parameters
Ta var_value with inner Eigen type
Parameters
ainput
Returns
elementwise square root of vector

Definition at line 61 of file sqrt.hpp.