Module for solving sparse linear systems
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | SO_QUIET | = | 1 | |
| integer, | public, | parameter | :: | SO_SIMPLE | = | 2 | |
| integer, | public, | parameter | :: | SO_FANCY | = | 3 | |
| integer, | public | :: | SO_TYPE | = | SO_FANCY |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in) | :: | w | |||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in) | :: | w | |||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sparse_t), | intent(in) | :: | A | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | b | ||
| real(kind=wp), | intent(in), | optional | dimension(:) | :: | x0 | |
| real(kind=wp), | intent(in), | optional | :: | tol | ||
| integer, | intent(in), | optional | :: | maxIts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | nm |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | k | |||
| real(kind=wp), | intent(in) | :: | rr | |||
| real(kind=wp), | intent(in) | :: | tol | |||
| character(len=*), | intent(in) | :: | nm |