| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | N |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | N | |||
| integer(kind=int32), | intent(in) | :: | MAXFCT | |||
| integer(kind=int32), | intent(in) | :: | MNUM | |||
| integer(kind=int32), | intent(in) | :: | MTYPE | |||
| integer(kind=int32), | intent(in) | :: | PHASE | |||
| integer(kind=int32), | intent(in) | :: | NRHS | |||
| integer(kind=int32), | intent(in) | :: | MSGVLV | |||
| type(type_crs), | intent(in) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_solver_dense_lu), | intent(inout) | :: | self | |||
| integer(kind=int32), | intent(in) | :: | status | |||
| real(kind=real64), | intent(in) | :: | time |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_solver_sparse_crs_lu), | intent(inout) | :: | self | |||
| integer(kind=int32), | intent(in) | :: | status | |||
| real(kind=real64), | intent(in) | :: | time |
solve linear equation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_solver_dense_lu), | intent(inout) | :: | self | |||
| class(abst_matrix), | intent(in) | :: | A | |||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| real(kind=real64), | intent(inout) | :: | x(:) | |||
| integer(kind=int32), | intent(inout) | :: | status |
LU decomposition |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_solver_sparse_crs_lu), | intent(inout) | :: | self | |||
| class(abst_matrix), | intent(in) | :: | A | |||
| real(kind=real64), | intent(inout) | :: | b(:) | |||
| real(kind=real64), | intent(inout) | :: | x(:) | |||
| integer(kind=int32), | intent(inout) | :: | status |