rklib
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
norm_func
Interface
60 statements
Source File
rklib_module.F90
rklib_module
norm_func
Contents
None
interface
private pure function norm_func(x) result(xmag)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in),
dimension(:)
::
x
a vector
Return Value
real(kind=wp)
the magnitude of the vector
Description
Vector norm function. Must return a value .