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

LANSY: 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 symmetric matrix A. More...

Public Member Functions

real(sp) function clansy (norm, uplo, n, a, lda, work)
 
 la_clansy
 
real(dp) function dlansy (norm, uplo, n, a, lda, work)
 
 la_dlansy
 
 la_qlansy
 
real(sp) function slansy (norm, uplo, n, a, lda, work)
 
 la_slansy
 
 la_wlansy
 
real(dp) function zlansy (norm, uplo, n, a, lda, work)
 
 la_zlansy
 

Detailed Description

LANSY: 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 symmetric matrix A.

Member Function/Subroutine Documentation

◆ clansy()

real(sp) function la_lapack::lansy::clansy ( character, intent(in)  norm,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
complex(sp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  work 
)

◆ dlansy()

real(dp) function la_lapack::lansy::dlansy ( character, intent(in)  norm,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
real(dp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(out)  work 
)

◆ la_clansy()

la_lapack::lansy::la_clansy

◆ la_dlansy()

la_lapack::lansy::la_dlansy

◆ la_qlansy()

la_lapack::lansy::la_qlansy

◆ la_slansy()

la_lapack::lansy::la_slansy

◆ la_wlansy()

la_lapack::lansy::la_wlansy

◆ la_zlansy()

la_lapack::lansy::la_zlansy

◆ slansy()

real(sp) function la_lapack::lansy::slansy ( character, intent(in)  norm,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
real(sp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  work 
)

◆ zlansy()

real(dp) function la_lapack::lansy::zlansy ( character, intent(in)  norm,
character, intent(in)  uplo,
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: