![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
|
inline |
Return The cholesky of a KxK
correlation matrix.
This overload handles looping over the elements of a standard vector.
T | A standard vector with inner type inheriting from Eigen::DenseBase or a var_value with inner type inheriting from Eigen::DenseBase with compile time dynamic rows and 1 column |
y | Linearly Serialized vector of size (K * (K - 1))/2 holding the column major order elements of the lower triangurlar |
K | The size of the matrix to return |
Definition at line 90 of file cholesky_corr_constrain.hpp.