Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system Ax=b.
T1 | type of the first matrix |
T2 | 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 27 of file mdivide_left.hpp.