![]()  | 
  
    Stan Math Library
    5.1.0
    
   Automatic Differentiation 
   | 
   
      
  | 
  inline | 
Return the Cholesky factor of the specified size read from the specified vector and increment the specified log probability reference with the log absolute Jacobian determinant adjustment of the transform.
A total of (N choose 2) + N + N * (M - N) free parameters are required to read an M by N Cholesky factor.
| T | type of the vector (must be derived from Eigen::MatrixBase and have one compile-time dimension equal to 1)  | 
| x | Vector of unconstrained values | 
| M | number of rows | 
| N | number of columns | 
| lp | Log probability that is incremented with the log absolute Jacobian determinant | 
Definition at line 76 of file cholesky_factor_constrain.hpp.