nlesolver-fortran
Source File
Modules
Procedures
Abstract Interfaces
Derived Types
norm_func
Interface
69 statements
Source File
nlesolver_module.F90
nlesolver_module
norm_func
Contents
None
interface
private pure function norm_func(me, fvec) result(f)
Arguments
Type
Intent
Optional
Attributes
Name
class(
nlesolver_type
),
intent(in)
::
me
real(kind=wp),
intent(in),
dimension(me%m)
::
fvec
the function vector
Return Value
real(kind=wp)
norm of the vector
Description
function vector norm.