Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Compute the trace of an inverse quadratic form.
I.E., this computes trace(B^T A^-1 B) where the LDLT_factor of A is provided.
T | type of the first matrix and the LDLT_factor |
EigMat2 | type of the second matrix |
A | first matrix as LDLT |
B | second matrix |
Definition at line 28 of file trace_inv_quad_form_ldlt.hpp.