Documentation For Encog 2.x

Matrix.CreateRowMatrix Method

Create a matrix that is a single row.

public static Matrix CreateRowMatrix(
   double[] input
);

Parameters

input
A 1D array to make the matrix from.

Return Value

A matrix that contans a single row.

See Also

Matrix Class | Encog.Matrix Namespace