Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the solution X
of AX = B
.
A must be a square matrix, but B can be a matrix or a vector
T1 | type of first matrix |
T2 | type of second matrix |
[in] | A | square matrix |
[in] | B | right hand side |
Definition at line 30 of file mdivide_left.hpp.