mfi_stpsv Subroutine

public pure subroutine mfi_stpsv(ap, x, uplo, trans, diag, incx)

Modern interface for stpsv. See also: mfi_tpsv, f77_tpsv.

Arguments

Type IntentOptional 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