Get a submatrix.
[Visual Basic]Overridable Overloads Public Function GetMatrix( _
ByVal i0 As Integer, _
ByVal i1 As Integer, _
ByVal c As Integer() _
) As GeneralMatrix
ByVal i0 As Integer, _
ByVal i1 As Integer, _
ByVal c As Integer() _
) As GeneralMatrix
Parameters
- i0
- Initial row index
- i1
- Final row index
- c
- Array of column indices.
Return Value
A(i0:i1,c(:))
Exceptions
Exception Type | Condition |
---|---|
IndexOutOfRangeException | Submatrix indices |
See Also
GeneralMatrix Class | DotNetMatrix Namespace | GeneralMatrix.GetMatrix Overload List