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

◆ ldlt()

template<typename T >
const auto & stan::math::LDLT_factor< T, std::enable_if_t< bool_constant< is_eigen_matrix_dynamic< T >::value &&!is_var< scalar_type_t< T > >::value >::value > >::ldlt ( ) const
inline

Return a const reference to the LDLT factor of the matrix.

Definition at line 51 of file LDLT_factor.hpp.