Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system Ax=b given an LDLT_factor of A.
T | type of matrix for the LDLT_factor |
EigMat | type of the right-hand side matrix or vector |
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 28 of file mdivide_left_ldlt.hpp.