Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
trace_inv_quad_form_ldlt.hpp File Reference
#include <stan/math/rev/meta.hpp>
#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 <stan/math/prim/mat/err/check_multiplicable.hpp>
#include <type_traits>

Go to the source code of this file.

Classes

class  stan::math::internal::trace_inv_quad_form_ldlt_impl< T2, R2, C2, T3, R3, C3 >
 
class  stan::math::internal::trace_inv_quad_form_ldlt_vari< T2, R2, C2, T3, R3, C3 >
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

template<typename T2 , int R2, int C2, typename T3 , int R3, int C3>
std::enable_if< stan::is_var< T2 >::value||stan::is_var< T3 >::value, var >::type stan::math::trace_inv_quad_form_ldlt (const LDLT_factor< T2, R2, C2 > &A, const Eigen::Matrix< T3, R3, C3 > &B)
 Compute the trace of an inverse quadratic form. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.