Computes the solution to the system: where L and U are the matrices obtained from a LU factorization.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real, | intent(in) | :: | L(:,:) |
Lower triangular matrix |
||
| real, | intent(in) | :: | U(:,:) |
Upper triangular matrix |
||
| real, | intent(in) | :: | b(:) |
Right hand side vector |
Solution vector x