Solves the M-by-N linear system for .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N matrix . |
|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | b |
The M-by-NRHS matrix . |
The resulting N-by-NRHS matrix .
Solves the M-by-N linear system for .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | a |
The M-by-N matrix . |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | b |
The M-element array . |
The resulting N-element array .