Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::laqhe Interface Reference

LAQHE: equilibrates a Hermitian matrix A using the scaling factors in the vector S. More...

Public Member Functions

pure subroutine claqhe (uplo, n, a, lda, s, scond, amax, equed)
 
 la_claqhe
 
 la_wlaqhe
 
pure subroutine zlaqhe (uplo, n, a, lda, s, scond, amax, equed)
 
 la_zlaqhe
 

Detailed Description

LAQHE: equilibrates a Hermitian matrix A using the scaling factors in the vector S.

Member Function/Subroutine Documentation

◆ claqhe()

pure subroutine la_lapack::laqhe::claqhe ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(in) s,
real(sp), intent(in) scond,
real(sp), intent(in) amax,
character, intent(out) equed )

◆ la_claqhe()

la_lapack::laqhe::la_claqhe

◆ la_wlaqhe()

la_lapack::laqhe::la_wlaqhe

◆ la_zlaqhe()

la_lapack::laqhe::la_zlaqhe

◆ zlaqhe()

pure subroutine la_lapack::laqhe::zlaqhe ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(in) s,
real(dp), intent(in) scond,
real(dp), intent(in) amax,
character, intent(out) equed )

The documentation for this interface was generated from the following file: