Documentation For Encog 2.x

Matrix.FromPackedArray Method

Take the values of thie matrix from a packed array.

public int FromPackedArray(
   double[] array,
   int index
);

Parameters

array
The packed array to read the matrix from.
index
The index to begin reading at in the array.

Return Value

The new index after this matrix has been read.

See Also

Matrix Class | Encog.Matrix Namespace