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

◆ simplex_free() [2/2]

template<typename T , require_std_vector_t< T > * = nullptr>
auto stan::math::simplex_free ( const T &  x)

Overload of simplex_free() to untransform each Eigen vector in a standard vector.

Template Parameters
TA standard vector with with a value_type which inherits from Eigen::MatrixBase with compile time rows or columns equal to 1.
Parameters
xThe standard vector to untransform.

Definition at line 56 of file simplex_free.hpp.