LANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.
More...
|
real(dp) function | dlansf (norm, transr, uplo, n, a, work) |
|
| la_dlansf |
|
| la_qlansf |
|
real(sp) function | slansf (norm, transr, uplo, n, a, work) |
|
| la_slansf |
|
LANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.
◆ dlansf()
real(dp) function la_lapack::lansf::dlansf |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(0:*), intent(in) |
a, |
|
|
real(dp), dimension(0:*), intent(out) |
work |
|
) |
| |
◆ la_dlansf()
la_lapack::lansf::la_dlansf |
◆ la_qlansf()
la_lapack::lansf::la_qlansf |
◆ la_slansf()
la_lapack::lansf::la_slansf |
◆ slansf()
real(sp) function la_lapack::lansf::slansf |
( |
character, intent(in) |
norm, |
|
|
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(0:*), intent(in) |
a, |
|
|
real(sp), dimension(0:*), intent(out) |
work |
|
) |
| |
The documentation for this interface was generated from the following file: