a submodule for append subroutines
invert a symmetric matrix using DSYTRI method (double precision version)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout) | :: | matrix_(:,:) |
invert a symmetric matrix using DSYTRI method (integer version)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(inout) | :: | matrix_(:,:) |
invert a symmetric matrix using SSYTRI method (single precision version)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(inout) | :: | matrix_(:,:) |