Stan Math Library
4.9.0
Automatic Differentiation
|
|
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>
T | A var_value holding an inner eigen type. |
A | A square positive definite matrix with no nan values. |
Definition at line 171 of file cholesky_decompose.hpp.