Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system xA=b given an LDLT_factor of A.
EigMat | type of the right hand side |
T | type of matrix in the LDLT_factor |
A | LDLT_factor |
b | Right hand side matrix or vector. |
std::domain_error | if rows of b don't match the size of A. |
Definition at line 27 of file mdivide_right_ldlt.hpp.