![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
|
inline |
Return the Cholesky factor of the specified size read from the specified vector.
A total of (N choose 2) + N + N * (M - N) free parameters are required to read an M by N Cholesky factor. 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 |
x | Vector of unconstrained values |
M | number of rows |
N | number of columns |
Definition at line 104 of file cholesky_factor_constrain.hpp.