Documentation For Encog 2.x

MatrixMath.Identity Method

Create an identiry matrix, of the specified size. An identity matrix is always square.

public static Matrix Identity(
   int size
);

Parameters

size

Return Value

See Also

MatrixMath Class | Encog.Matrix Namespace