Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Check if the specified LLT decomposition was successful.
Derived | type of the Eigen::LLT decomposition |
function | function name (for error messages) |
name | variable name (for error messages) |
cholesky | Eigen::LLT to test, whose progenitor must not have any NaN elements |
std::domain_error | if the decomposition failed or the diagonal of the L matrix is not positive |
Definition at line 83 of file check_pos_definite.hpp.