| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | a(n,n) | |||
| integer, | intent(in) | :: | n |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | A(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | A(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | A(:,:) | |||
| real(kind=8), | intent(out), | allocatable | :: | A_T(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | A(:,:) | |||
| real(kind=8), | allocatable | :: | A_inv(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | A(:,:) | |||
| real(kind=8), | intent(inout), | allocatable | :: | expA(:,:) | ||
| real(kind=8), | intent(in) | :: | TOL | |||
| integer, | intent(in) | :: | itr_tol |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | A(:,:) | |||
| real(kind=8), | intent(inout), | allocatable | :: | expA_A(:,:,:,:) | ||
| real(kind=8), | intent(in) | :: | TOL | |||
| integer, | intent(in) | :: | itr_tol |