Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns the solution of the system x tri(A) = b when tri(A) is a lower triangular view of the matrix A.
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 29 of file mdivide_right_tri_low.hpp.