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

◆ cov_matrix_free_lkj() [2/2]

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

Overload of cov_matrix_free_lkj() 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 60 of file cov_matrix_free_lkj.hpp.