stdlib_dlatbs Interface

interface
public pure module subroutine stdlib_dlatbs(uplo, trans, diag, normin, n, kd, ab, ldab, x, scale, cnorm, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
character(len=1), intent(in) :: trans
character(len=1), intent(in) :: diag
character(len=1), intent(in) :: normin
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
real(kind=dp), intent(in) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=dp), intent(inout) :: x(*)
real(kind=dp), intent(out) :: scale
real(kind=dp), intent(inout) :: cnorm(*)
integer(kind=ilp), intent(out) :: info