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

◆ cov_matrix_free() [2/2]

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

Overload of cov_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 69 of file cov_matrix_free.hpp.