IMSL C# Numerical Library

OdeRungeKutta.VNorm Method 

Returns the norm of a vector.

protected virtual double VNorm(
   double[] v,
   double[] y,
   double[] ymax
);

Parameters

v
A double array containing the vector whose norm is to be computed.
y
A double array containing the values of the dependent variable.
ymax
A double array containing the maximum y values computed thus far.

Return Value

A double scalar value representing the norm of the vector v.

See Also

OdeRungeKutta Class | Imsl.Math Namespace