Documentation For Encog 2.x
MatrixMath.Transpose Method
Transpose the specified matrix.
public static
Matrix
Transpose(
Matrix
input
);
Parameters
input
The matrix to transpose.
Return Value
The transposed matrix.
See Also
MatrixMath Class
|
Encog.Matrix Namespace