Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | A(:,:) |
Matrix to invert. |
||
complex(kind=dp), | intent(in) | :: | b(:) |
Right-hand side vector. |
Solution vector.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | A(:,:) |
Matrix to invert. |
||
complex(kind=sp), | intent(in) | :: | b(:) |
Right-hand side vector. |
Solution vector.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | A(:,:) |
Matrix to invert. |
||
real(kind=dp), | intent(in) | :: | b(:) |
Right-hand side vector. |
Solution vector.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | A(:,:) |
Matrix to invert. |
||
real(kind=sp), | intent(in) | :: | b(:) |
Right-hand side vector. |
Solution vector.