fortran-astrodynamics-toolkit
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
norm_func
Interface
47 statements
Source File
rk_module_variable_step.f90
rk_module_variable_step
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 .