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