Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system Ax=b where A is a lower triangular matrix.
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 25 of file mdivide_right_tri_low.hpp.