Stan Math Library  2.14.0
reverse mode automatic differentiation
Namespaces | Functions
trace_inv_quad_form_ldlt.hpp File Reference
#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 LDLT_factor< T2, R2, C2 > &A, const Eigen::Matrix< T3, R3, C3 > &B)
 Compute the trace of an inverse quadratic form. More...
 

Variable Documentation

§ AinvB_

Eigen::Matrix<double, R3, C3> AinvB_

Definition at line 87 of file trace_inv_quad_form_ldlt.hpp.

§ C_

Eigen::Matrix<double, C3, C3> C_

Definition at line 88 of file trace_inv_quad_form_ldlt.hpp.

§ D_

Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> D_

Definition at line 84 of file trace_inv_quad_form_ldlt.hpp.

§ Dtype_

const int Dtype_

Definition at line 82 of file trace_inv_quad_form_ldlt.hpp.

§ impl_

trace_inv_quad_form_ldlt_impl<T2, R2, C2, T3, R3, C3>* impl_

Definition at line 162 of file trace_inv_quad_form_ldlt.hpp.

§ ldlt_

LDLT_factor<T2, R2, C2> ldlt_

Definition at line 83 of file trace_inv_quad_form_ldlt.hpp.

§ value_

double value_

Definition at line 89 of file trace_inv_quad_form_ldlt.hpp.

§ variB_

Eigen::Matrix<vari*, R3, C3> variB_

Definition at line 86 of file trace_inv_quad_form_ldlt.hpp.

§ variD_

Eigen::Matrix<vari*, Eigen::Dynamic, Eigen::Dynamic> variD_

Definition at line 85 of file trace_inv_quad_form_ldlt.hpp.


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