stdlib_clatrs Interface

interface
public pure module subroutine stdlib_clatrs(uplo, trans, diag, normin, n, a, lda, 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
complex(kind=sp), intent(in) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
complex(kind=sp), intent(inout) :: x(*)
real(kind=sp), intent(out) :: scale
real(kind=sp), intent(inout) :: cnorm(*)
integer(kind=ilp), intent(out) :: info