Octopus
blas_oct_m::blas_nrm2 Interface Reference

--------------— nrm2 ---------------— Returns the euclidean norm of a vector via the function name, so that More...

Detailed Description

--------------— nrm2 ---------------— Returns the euclidean norm of a vector via the function name, so that

\[ SNRM2 := sqrt( x`*x ) \]

Definition at line 253 of file blas.F90.

Public Member Functions

real(real64) function dnrm2 (n, dx, incx)
 
real(real64) function dznrm2 (n, dx, incx)
 

Member Function/Subroutine Documentation

◆ dnrm2()

real(real64) function blas_oct_m::blas_nrm2::dnrm2 ( integer, intent(in)  n,
real(real64), intent(in)  dx,
integer, intent(in)  incx 
)
Parameters
[in]dxdx(n)

Definition at line 254 of file blas.F90.

◆ dznrm2()

real(real64) function blas_oct_m::blas_nrm2::dznrm2 ( integer, intent(in)  n,
complex(real64), intent(in)  dx,
integer, intent(in)  incx 
)
Parameters
[in]dxdx(n)

Definition at line 260 of file blas.F90.


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