Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system xA=b where A is symmetric positive definite.
EigMat1 | type of the right-hand side matrix or vector |
EigMat2 | type of the second matrix |
b | right-hand side matrix or vector |
A | matrix |
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_right_spd.hpp.