Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ cholesky_decompose() [4/5]

template<typename EigMat , require_eigen_vt< is_var, EigMat > * = nullptr>
auto stan::math::cholesky_decompose ( const EigMat &  A)
inline

Reverse mode specialization of cholesky decomposition.

Internally calls Eigen::LLT rather than using stan::math::cholesky_decompose in order to use an inplace decomposition.

Note chainable stack varis are created below in Matrix<var, -1, -1>

Parameters
AMatrix
Returns
L cholesky factor of A

Definition at line 135 of file cholesky_decompose.hpp.