Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ unit_vector_constrain() [9/11]

template<typename T , require_std_vector_t< T > * = nullptr>
auto stan::math::unit_vector_constrain ( const T &  y)
inline

Return the unit length vector corresponding to the free vector y.

This overload handles looping over the elements of a standard vector.

Template Parameters
TA standard vector with inner type inheriting from Eigen::DenseBase or a var_value with inner type inheriting from Eigen::DenseBase with compile time dynamic rows and 1 column
Parameters
yvector of K unrestricted variables
Returns
Unit length vector of dimension K

See https://en.wikipedia.org/wiki/N-sphere#Generating_random_points

Template Parameters
EigMattype inheriting from EigenBase that has a var scalar type.
Parameters
yvector of K unrestricted variables
Returns
Unit length vector of dimension K

Definition at line 69 of file unit_vector_constrain.hpp.