![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
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.