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 in the LDLT_factor |
EigMat | type of the right hand side |
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 30 of file mdivide_left_ldlt.hpp.