norm_func Interface

interface
private pure function norm_func(me, fvec) result(f)

Arguments

Type IntentOptional 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.