laqsp Interface

public interface laqsp

LAQSP equilibrates a symmetric matrix A using the scaling factors in the vector S.


Subroutines

public pure subroutine claqsp(uplo, n, ap, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(inout) :: ap(*)
real(kind=sp), intent(in) :: s(*)
real(kind=sp), intent(in) :: scond
real(kind=sp), intent(in) :: amax
character(len=1), intent(out) :: equed

public pure subroutine dlaqsp(uplo, n, ap, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: ap(*)
real(kind=dp), intent(in) :: s(*)
real(kind=dp), intent(in) :: scond
real(kind=dp), intent(in) :: amax
character(len=1), intent(out) :: equed

public pure subroutine slaqsp(uplo, n, ap, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(inout) :: ap(*)
real(kind=sp), intent(in) :: s(*)
real(kind=sp), intent(in) :: scond
real(kind=sp), intent(in) :: amax
character(len=1), intent(out) :: equed

public pure subroutine zlaqsp(uplo, n, ap, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(inout) :: ap(*)
real(kind=dp), intent(in) :: s(*)
real(kind=dp), intent(in) :: scond
real(kind=dp), intent(in) :: amax
character(len=1), intent(out) :: equed

Module Procedures

public interface stdlib_claqsp()

Arguments

None

public interface stdlib_dlaqsp()

Arguments

None

public interface stdlib_slaqsp()

Arguments

None

public interface stdlib_zlaqsp()

Arguments

None