MatrixSubmatrix(Int32, Int32) Method |
Get a submatrix.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix Submatrix(
int[] r,
int[] c
)
Parameters
- r Int32
- Array of row indices.
- c Int32
- Array of column indices.
Return Value
MatrixA(r(:),c(:))
Exceptions See Also