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 B |
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_left_ldlt.hpp.