LANHT: 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 tridiagonal matrix A.
More...
LANHT: 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 tridiagonal matrix A.
◆ clanht()
pure real(sp) function la_lapack::lanht::clanht |
( |
character, intent(in) |
norm, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(in) |
d, |
|
|
complex(sp), dimension(*), intent(in) |
e |
|
) |
| |
◆ la_clanht()
la_lapack::lanht::la_clanht |
◆ la_wlanht()
la_lapack::lanht::la_wlanht |
◆ la_zlanht()
la_lapack::lanht::la_zlanht |
◆ zlanht()
pure real(dp) function la_lapack::lanht::zlanht |
( |
character, intent(in) |
norm, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(in) |
d, |
|
|
complex(dp), dimension(*), intent(in) |
e |
|
) |
| |
The documentation for this interface was generated from the following file: