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

◆ make_ldlt_factor()

template<typename T , require_matrix_t< T > * = nullptr>
auto stan::math::make_ldlt_factor ( const T &  A)
inline

Make an LDLT_factor with matrix type plain_type_t<T>

Template Parameters
TType of matrix to take the LDLT of
Parameters
AMatrix to take the LDLT of
Returns
LDLT_factor of A

Definition at line 62 of file LDLT_factor.hpp.