Generic modern interface for TPMV. Supports s, d, c, z. See also: stpmv, dtpmv, ctpmv, ztpmv.
Modern interface for stpmv. See also: mfi_tpmv, f77_tpmv.
| 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 dtpmv. See also: mfi_tpmv, f77_tpmv.
| 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 ctpmv. See also: mfi_tpmv, f77_tpmv.
| 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 ztpmv. See also: mfi_tpmv, f77_tpmv.
| 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 |