Returns the euclidean norm of a vector.
More...
Returns the euclidean norm of a vector.
Definition at line 197 of file lalg_basic.F90.
|
real(real64) function | nrm2_2 (n, dx) |
|
real(real64) function | nrm2_4 (n, dx) |
|
◆ 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 |
The documentation for this interface was generated from the following file: