IMapackMatrixSubmatrix(Int32, Int32) Method |
Returns a sub matrix extracted from the current matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IMapackMatrix Submatrix(
int[] r,
int[] c
)
Parameters
- r Int32
- Array of row indices;
- c Int32
- Array of row indices;
Return Value
IMapackMatrix[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.IMapackMatrix.Submatrix(System.Int32[],System.Int32[])"]
See Also