Automatic Differentiation
 
Loading...
Searching...
No Matches
LDLT_factor.hpp File Reference

Go to the source code of this file.

Classes

class  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 > >
 An LDLT_factor is a structure that holds a matrix of type T and the LDLT of its values. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T , require_matrix_t< T > * = nullptr>
auto stan::math::make_ldlt_factor (const T &A)
 Make an LDLT_factor with matrix type plain_type_t<T>