Documentation For Encog 2.x

MatrixMath.VectorLength Method

Calculate the vector length of the matrix.

public static double VectorLength(
   Matrix input
);

Parameters

input
The vector to calculate for.

Return Value

The vector length.

See Also

MatrixMath Class | Encog.Matrix Namespace