| Documentation For Encog 2.x |
|
MatrixMath.DeleteRow Method
Delete a row from a matrix. A new matrix, with the row deleted, is returned.
Parameters
-
matrix
- The matrix to delete from.
-
deleted
- The row to delete.
Return Value
The matrix, with the row deleted.
See Also
MatrixMath Class | Encog.Matrix Namespace