![]() |
Stan Math Library
2.11.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/mat/fun/LDLT_alloc.hpp>
#include <stan/math/rev/mat/fun/LDLT_factor.hpp>
#include <boost/utility/enable_if.hpp>
#include <stan/math/prim/mat/err/check_multiplicable.hpp>
#include <stan/math/rev/scal/meta/is_var.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T2 , int R2, int C2, typename T3 , int R3, int C3> | |
boost::enable_if_c< stan::is_var< T2 >::value||stan::is_var< T3 >::value, var >::type | stan::math::trace_inv_quad_form_ldlt (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... | |
trace_inv_quad_form_ldlt_impl<T2, R2, C2, T3, R3, C3>* _impl |
Definition at line 161 of file trace_inv_quad_form_ldlt.hpp.
stan::math::LDLT_factor<T2, R2, C2> _ldlt |
Definition at line 82 of file trace_inv_quad_form_ldlt.hpp.
double _value |
Definition at line 88 of file trace_inv_quad_form_ldlt.hpp.
Eigen::Matrix<vari*, R3, C3> _variB |
Definition at line 85 of file trace_inv_quad_form_ldlt.hpp.
Eigen::Matrix<vari*, Eigen::Dynamic, Eigen::Dynamic> _variD |
Definition at line 84 of file trace_inv_quad_form_ldlt.hpp.
Eigen::Matrix<double, R3, C3> AinvB_ |
Definition at line 86 of file trace_inv_quad_form_ldlt.hpp.
Eigen::Matrix<double, C3, C3> C_ |
Definition at line 87 of file trace_inv_quad_form_ldlt.hpp.
Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> D_ |
Definition at line 83 of file trace_inv_quad_form_ldlt.hpp.
const int Dtype_ |
Definition at line 81 of file trace_inv_quad_form_ldlt.hpp.