Documentation For Encog 2.x

Matrix.Set Method

Set every value in the matrix to the specified value.

public void Set(
   double value
);

Parameters

value
The value to set the matrix to.

See Also

Matrix Class | Encog.Matrix Namespace