Loading [MathJax]/jax/output/HTML-CSS/config.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
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 )
Here is the call graph for this function:

◆ 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 )
Here is the call graph for this function:

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