IMapackMatrixSubmatrix(Int32, Int32) Method |
Returns a submatrix extracted using explicit row and column index arrays.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIMapackMatrix Submatrix(
int[] r,
int[] c
)
Parameters
- r Int32
- Array of row indices.
- c Int32
- Array of column indices.
Return Value
IMapackMatrixThe extracted submatrix.
See Also