Creates a new matrix with the given row removed.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix<T> RemoveRow(
int rowIndex
)
Parameters
- rowIndex Int32
- The index of the row to remove.
Return Value
MatrixTA new matrix without the chosen row.
Exceptions See Also