Octopus
lalg_basic_oct_m::lalg_nrm2 Interface Reference

Returns the euclidean norm of a vector. More...

Detailed Description

Returns the euclidean norm of a vector.

Definition at line 197 of file lalg_basic.F90.

Private Member Functions

real(real64) function nrm2_2 (n, dx)
 
real(real64) function nrm2_4 (n, dx)
 

Member Function/Subroutine Documentation

◆ nrm2_2()

real(real64) function lalg_basic_oct_m::lalg_nrm2::nrm2_2 ( integer, intent(in)  n,
real(real64), dimension(:), intent(in)  dx 
)
private

Returns the euclidean norm of a vector

Definition at line 721 of file lalg_basic.F90.

◆ nrm2_4()

real(real64) function lalg_basic_oct_m::lalg_nrm2::nrm2_4 ( integer, intent(in)  n,
complex(real64), dimension(:), intent(in)  dx 
)
private

Returns the euclidean norm of a vector

Definition at line 1640 of file lalg_basic.F90.


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