mfi_spr Interface

public interface mfi_spr

Generic modern interface for SPR. Supports s, d. See also: sspr, dspr.


Module Procedures

public pure subroutine mfi_sspr(ap, x, uplo, alpha, incx)

Modern interface for sspr. See also: mfi_spr, f77_spr.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(inout) :: ap(:)
real(kind=REAL32), intent(in) :: x(:)
character(len=1), intent(in), optional :: uplo
real(kind=REAL32), intent(in), optional :: alpha
integer, intent(in), optional :: incx

public pure subroutine mfi_dspr(ap, x, uplo, alpha, incx)

Modern interface for dspr. See also: mfi_spr, f77_spr.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(inout) :: ap(:)
real(kind=REAL64), intent(in) :: x(:)
character(len=1), intent(in), optional :: uplo
real(kind=REAL64), intent(in), optional :: alpha
integer, intent(in), optional :: incx