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

LAQGE: equilibrates a general M by N matrix A using the row and column scaling factors in the vectors R and C. More...

Public Member Functions

pure subroutine claqge (m, n, a, lda, r, c, rowcnd, colcnd, amax, equed)
 
 la_claqge
 
pure subroutine dlaqge (m, n, a, lda, r, c, rowcnd, colcnd, amax, equed)
 
 la_dlaqge
 
 la_qlaqge
 
pure subroutine slaqge (m, n, a, lda, r, c, rowcnd, colcnd, amax, equed)
 
 la_slaqge
 
 la_wlaqge
 
pure subroutine zlaqge (m, n, a, lda, r, c, rowcnd, colcnd, amax, equed)
 
 la_zlaqge
 

Detailed Description

LAQGE: equilibrates a general M by N matrix A using the row and column scaling factors in the vectors R and C.

Member Function/Subroutine Documentation

◆ claqge()

pure subroutine la_lapack::laqge::claqge ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(in) r,
real(sp), dimension(*), intent(in) c,
real(sp), intent(in) rowcnd,
real(sp), intent(in) colcnd,
real(sp), intent(in) amax,
character, intent(out) equed )

◆ dlaqge()

pure subroutine la_lapack::laqge::dlaqge ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(in) r,
real(dp), dimension(*), intent(in) c,
real(dp), intent(in) rowcnd,
real(dp), intent(in) colcnd,
real(dp), intent(in) amax,
character, intent(out) equed )

◆ la_claqge()

la_lapack::laqge::la_claqge

◆ la_dlaqge()

la_lapack::laqge::la_dlaqge

◆ la_qlaqge()

la_lapack::laqge::la_qlaqge

◆ la_slaqge()

la_lapack::laqge::la_slaqge

◆ la_wlaqge()

la_lapack::laqge::la_wlaqge

◆ la_zlaqge()

la_lapack::laqge::la_zlaqge

◆ slaqge()

pure subroutine la_lapack::laqge::slaqge ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(sp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(in) r,
real(sp), dimension(*), intent(in) c,
real(sp), intent(in) rowcnd,
real(sp), intent(in) colcnd,
real(sp), intent(in) amax,
character, intent(out) equed )

◆ zlaqge()

pure subroutine la_lapack::laqge::zlaqge ( integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(inout) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(in) r,
real(dp), dimension(*), intent(in) c,
real(dp), intent(in) rowcnd,
real(dp), intent(in) colcnd,
real(dp), intent(in) amax,
character, intent(out) equed )

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