|
fortran-lapack
|
! More...
Public Member Functions | |
| pure function | dnrm2 (n, x, incx) |
| la_dnrm2 | |
| la_qnrm2 | |
| pure function | snrm2 (n, x, incx) |
| la_snrm2 | |
!
NRM2: returns the euclidean norm of a vector via the function name, so that NRM2 := sqrt( x'*x )
| pure function la_blas::nrm2::dnrm2 | ( | integer(ilp), intent(in) | n, |
| real(dp), dimension(*), intent(in) | x, | ||
| integer(ilp), intent(in) | incx ) |

| la_blas::nrm2::la_dnrm2 |
| la_blas::nrm2::la_qnrm2 |
| la_blas::nrm2::la_snrm2 |
| pure function la_blas::nrm2::snrm2 | ( | integer(ilp), intent(in) | n, |
| real(sp), dimension(*), intent(in) | x, | ||
| integer(ilp), intent(in) | incx ) |
