LANHP: 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, supplied in packed form.
More...
LANHP: 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, supplied in packed form.
◆ clanhp()
real(sp) function la_lapack::lanhp::clanhp |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), dimension(*), intent(out) |
work |
|
) |
| |
◆ la_clanhp()
la_lapack::lanhp::la_clanhp |
◆ la_wlanhp()
la_lapack::lanhp::la_wlanhp |
◆ la_zlanhp()
la_lapack::lanhp::la_zlanhp |
◆ zlanhp()
real(dp) function la_lapack::lanhp::zlanhp |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(in) |
ap, |
|
|
real(dp), dimension(*), intent(out) |
work |
|
) |
| |
The documentation for this interface was generated from the following file: