LANHF: 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 Hermitian matrix A in RFP format.
More...
|
| real(sp) function | clanhf (norm, transr, uplo, n, a, work) |
| |
| | la_clanhf |
| |
| | la_wlanhf |
| |
| real(dp) function | zlanhf (norm, transr, uplo, n, a, work) |
| |
| | la_zlanhf |
| |
LANHF: 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 Hermitian matrix A in RFP format.
◆ clanhf()
| real(sp) function la_lapack::lanhf::clanhf |
( |
character, intent(in) | norm, |
|
|
character, intent(in) | transr, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(0:*), intent(in) | a, |
|
|
real(sp), dimension(0:*), intent(out) | work ) |
◆ la_clanhf()
| la_lapack::lanhf::la_clanhf |
◆ la_wlanhf()
| la_lapack::lanhf::la_wlanhf |
◆ la_zlanhf()
| la_lapack::lanhf::la_zlanhf |
◆ zlanhf()
| real(dp) function la_lapack::lanhf::zlanhf |
( |
character, intent(in) | norm, |
|
|
character, intent(in) | transr, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(0:*), intent(in) | a, |
|
|
real(dp), dimension(0:*), intent(out) | work ) |
The documentation for this interface was generated from the following file: