f_dvnorm Interface

interface
private function f_dvnorm(me, n, v, w)

Arguments

Type IntentOptional Attributes Name
class(dvode_t), intent(inout) :: me
integer, intent(in) :: n
real(kind=wp), intent(in) :: v(n)
real(kind=wp), intent(in) :: w(n)

Return Value real(kind=wp)