la_porcond_c Interface

public interface la_porcond_c

LA_PORCOND_C Computes the infinity norm condition number of op(A) * inv(diag(C)) where C is a REAL vector


Functions

public function cla_porcond_c(uplo, n, a, lda, af, ldaf, c, capply, info, work, rwork)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(in) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
complex(kind=sp), intent(in) :: af(ldaf,*)
integer(kind=ilp), intent(in) :: ldaf
real(kind=sp), intent(in) :: c(*)
logical(kind=lk), intent(in) :: capply
integer(kind=ilp), intent(out) :: info
complex(kind=sp), intent(out) :: work(*)
real(kind=sp), intent(out) :: rwork(*)

Return Value real(kind=sp)

public function zla_porcond_c(uplo, n, a, lda, af, ldaf, c, capply, info, work, rwork)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(in) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
complex(kind=dp), intent(in) :: af(ldaf,*)
integer(kind=ilp), intent(in) :: ldaf
real(kind=dp), intent(in) :: c(*)
logical(kind=lk), intent(in) :: capply
integer(kind=ilp), intent(out) :: info
complex(kind=dp), intent(out) :: work(*)
real(kind=dp), intent(out) :: rwork(*)

Return Value real(kind=dp)

Module Procedures

public interface stdlib_cla_porcond_c()

Arguments

None

public interface stdlib_zla_porcond_c()

Arguments

None