fortran-lapack
Loading...
Searching...
No Matches
la_blas::nrm2 Interface Reference

! More...

Public Member Functions

pure function dnrm2 (n, x, incx)
 
 la_dnrm2
 
 la_qnrm2
 
pure function snrm2 (n, x, incx)
 
 la_snrm2
 

Detailed Description

!

NRM2: returns the euclidean norm of a vector via the function name, so that NRM2 := sqrt( x'*x )

Member Function/Subroutine Documentation

◆ dnrm2()

pure function la_blas::nrm2::dnrm2 ( integer(ilp), intent(in)  n,
real(dp), dimension(*), intent(in)  x,
integer(ilp), intent(in)  incx 
)

◆ la_dnrm2()

la_blas::nrm2::la_dnrm2

◆ la_qnrm2()

la_blas::nrm2::la_qnrm2

◆ la_snrm2()

la_blas::nrm2::la_snrm2

◆ snrm2()

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

The documentation for this interface was generated from the following file: