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

◆ corr_matrix_free() [2/2]

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

Overload of corr_matrix_free() to untransform each matrix in a standard vector.

Template Parameters
TA standard vector with with a value_type which inherits from Eigen::MatrixBase.
Parameters
xThe standard vector to untransform.

Definition at line 63 of file corr_matrix_free.hpp.