Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/err/check_square.hpp>
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/fun/log.hpp>
#include <stan/math/prim/fun/sum.hpp>
#include <stan/math/prim/fun/is_nan.hpp>
#include <memory>
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> | |