Stan Math Library
4.9.0
Automatic Differentiation
|
Eigen::Matrix< value_type_t< T >, Eigen::Dynamic, 1 > stan::math::cholesky_factor_free | ( | const T & | y | ) |
Return the unconstrained vector of parameters corresponding to the specified Cholesky factor.
A Cholesky factor must be lower triangular and have positive diagonal elements.
T | type of the Cholesky factor (must be derived from Eigen::MatrixBase ) |
y | Cholesky factor. |
std::domain_error | If the matrix is not a Cholesky factor. |
Definition at line 26 of file cholesky_factor_free.hpp.