fortran-lapack
Loading...
Searching...
No Matches
la_lapack::lange Interface Reference

LANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A. More...

Public Member Functions

real(sp) function clange (norm, m, n, a, lda, work)
 
 la_clange
 
real(dp) function dlange (norm, m, n, a, lda, work)
 
 la_dlange
 
 la_qlange
 
real(sp) function slange (norm, m, n, a, lda, work)
 
 la_slange
 
 la_wlange
 
real(dp) function zlange (norm, m, n, a, lda, work)
 
 la_zlange
 

Detailed Description

LANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A.

Member Function/Subroutine Documentation

◆ clange()

real(sp) function la_lapack::lange::clange ( character, intent(in)  norm,
integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
complex(sp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  work 
)

◆ dlange()

real(dp) function la_lapack::lange::dlange ( character, intent(in)  norm,
integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
real(dp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(out)  work 
)

◆ la_clange()

la_lapack::lange::la_clange

◆ la_dlange()

la_lapack::lange::la_dlange

◆ la_qlange()

la_lapack::lange::la_qlange

◆ la_slange()

la_lapack::lange::la_slange

◆ la_wlange()

la_lapack::lange::la_wlange

◆ la_zlange()

la_lapack::lange::la_zlange

◆ slange()

real(sp) function la_lapack::lange::slange ( character, intent(in)  norm,
integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
real(sp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  work 
)

◆ zlange()

real(dp) function la_lapack::lange::zlange ( character, intent(in)  norm,
integer(ilp), intent(in)  m,
integer(ilp), intent(in)  n,
complex(dp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(out)  work 
)

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