Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return true
if the specified LDLT factor is invalid.
An LDLT_factor
is invalid if it was constructed from a matrix that is not positive definite.
T | Type matrix of LDLT |
A | The LDLT factor to check for validity |
true
if the LDLT factor is valid Definition at line 21 of file is_ldlt_factor.hpp.