mfi_syr Interface

public interface mfi_syr

Generic modern interface for SYR. Supports s, d. See also: ssyr, dsyr.


Module Procedures

public pure subroutine mfi_ssyr(a, x, uplo, alpha, incx)

Modern interface for ssyr. See also: mfi_syr, f77_syr.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(inout) :: a(:,:)
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_dsyr(a, x, uplo, alpha, incx)

Modern interface for dsyr. See also: mfi_syr, f77_syr.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(inout) :: a(:,:)
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