Generic modern interface for TPSV. Supports s, d, c, z. See also: stpsv, dtpsv, ctpsv, ztpsv.
Modern interface for stpsv. See also: mfi_tpsv, f77_tpsv.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=REAL32), | intent(in) | :: | ap(:) | |||
| real(kind=REAL32), | intent(inout) | :: | x(:) | |||
| character(len=1), | intent(in), | optional | :: | uplo | ||
| character(len=1), | intent(in), | optional | :: | trans | ||
| character(len=1), | intent(in), | optional | :: | diag | ||
| integer, | intent(in), | optional | :: | incx |
Modern interface for dtpsv. See also: mfi_tpsv, f77_tpsv.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=REAL64), | intent(in) | :: | ap(:) | |||
| real(kind=REAL64), | intent(inout) | :: | x(:) | |||
| character(len=1), | intent(in), | optional | :: | uplo | ||
| character(len=1), | intent(in), | optional | :: | trans | ||
| character(len=1), | intent(in), | optional | :: | diag | ||
| integer, | intent(in), | optional | :: | incx |
Modern interface for ctpsv. See also: mfi_tpsv, f77_tpsv.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=REAL32), | intent(in) | :: | ap(:) | |||
| complex(kind=REAL32), | intent(inout) | :: | x(:) | |||
| character(len=1), | intent(in), | optional | :: | uplo | ||
| character(len=1), | intent(in), | optional | :: | trans | ||
| character(len=1), | intent(in), | optional | :: | diag | ||
| integer, | intent(in), | optional | :: | incx |
Modern interface for ztpsv. See also: mfi_tpsv, f77_tpsv.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=REAL64), | intent(in) | :: | ap(:) | |||
| complex(kind=REAL64), | intent(inout) | :: | x(:) | |||
| character(len=1), | intent(in), | optional | :: | uplo | ||
| character(len=1), | intent(in), | optional | :: | trans | ||
| character(len=1), | intent(in), | optional | :: | diag | ||
| integer, | intent(in), | optional | :: | incx |