IMapackMatrixSubmatrix(Int32, Int32, Int32) Method |
Returns a sub matrix extracted from the current matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIMapackMatrix Submatrix(
int startRow,
int endRow,
int[] c
)
Parameters
- startRow Int32
- Starttial row index.
- endRow Int32
- End row index.
- c Int32
- Array of row indices.
Return Value
IMapackMatrixThe extracted submatrix.
See Also