Loading [MathJax]/jax/output/HTML-CSS/config.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::laqhp Interface Reference

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

Public Member Functions

pure subroutine claqhp (uplo, n, ap, s, scond, amax, equed)
 
 la_claqhp
 
 la_wlaqhp
 
pure subroutine zlaqhp (uplo, n, ap, s, scond, amax, equed)
 
 la_zlaqhp
 

Detailed Description

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

Member Function/Subroutine Documentation

◆ claqhp()

pure subroutine la_lapack::laqhp::claqhp ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(*), intent(inout) ap,
real(sp), dimension(*), intent(in) s,
real(sp), intent(in) scond,
real(sp), intent(in) amax,
character, intent(out) equed )

◆ la_claqhp()

la_lapack::laqhp::la_claqhp

◆ la_wlaqhp()

la_lapack::laqhp::la_wlaqhp

◆ la_zlaqhp()

la_lapack::laqhp::la_zlaqhp

◆ zlaqhp()

pure subroutine la_lapack::laqhp::zlaqhp ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(inout) ap,
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: