![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system Ax=b when A is lower triangular.
| T1 | type of elements in A |
| T2 | type of elements in b |
| A | Triangular 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_tri_low.hpp.