laqsb Interface

public interface laqsb

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


Subroutines

public pure subroutine claqsb(uplo, n, kd, ab, ldab, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
complex(kind=sp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
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 dlaqsb(uplo, n, kd, ab, ldab, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
real(kind=dp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
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 slaqsb(uplo, n, kd, ab, ldab, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
real(kind=sp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
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 zlaqsb(uplo, n, kd, ab, ldab, s, scond, amax, equed)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
complex(kind=dp), intent(inout) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
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_claqsb()

Arguments

None

public interface stdlib_dlaqsb()

Arguments

None

public interface stdlib_slaqsb()

Arguments

None

public interface stdlib_zlaqsb()

Arguments

None