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

◆ cholesky_factor_free() [2/2]

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

Overload of cholesky_factor_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 59 of file cholesky_factor_free.hpp.