Stan Math Library
4.9.0
Automatic Differentiation
|
var_value< Eigen::MatrixXd > stan::math::cholesky_factor_constrain | ( | const T & | x, |
int | M, | ||
int | N | ||
) |
Return the Cholesky factor of the specified size read from the specified vector.
A total of (N choose 2) + N + (M - N) * N elements are required to read an M by N Cholesky factor.
T | type of input vector (must be a var_value<S> where S inherits from EigenBase) |
x | Vector of unconstrained values |
M | number of rows |
N | number of columns |
Definition at line 30 of file cholesky_factor_constrain.hpp.