![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/math/matrix/Eigen.hpp>#include <stan/agrad/rev/var.hpp>#include <boost/type_traits/is_same.hpp>#include <boost/utility/enable_if.hpp>#include <stan/math/error_handling/matrix/check_multiplicable.hpp>#include <stan/math/error_handling/matrix/check_square.hpp>#include <stan/agrad/rev/matrix/trace_inv_quad_form_ldlt.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::agrad | |
| Function gradients via reverse-mode automatic differentiation. | |
Functions | |
| template<typename T1 , int R1, int C1, typename T2 , int R2, int C2, typename T3 , int R3, int C3> | |
| boost::enable_if_c < boost::is_same< T1, var > ::value||boost::is_same< T2, var >::value||boost::is_same < T3, var >::value, var > ::type | stan::agrad::trace_gen_inv_quad_form_ldlt (const Eigen::Matrix< T1, R1, C1 > &D, const stan::math::LDLT_factor< T2, R2, C2 > &A, const Eigen::Matrix< T3, R3, C3 > &B) |
| Compute the trace of an inverse quadratic form. More... | |