Go to the source code of this file.
|
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 > |
|
|
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...
|
|