![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system Ax=b where A is symmetric positive definite.
| EigMat1 | type of the first matrix |
| EigMat2 | type of the right-hand side matrix or vector |
| A | Matrix. |
| b | Right hand side matrix or vector. |
| std::domain_error | if A is not square or the rows of b don't match the size of A. |
Definition at line 30 of file mdivide_left_spd.hpp.