Set a submatrix.
[Visual Basic]Overridable Overloads Public Sub SetMatrix( _
ByVal r As Integer(), _
ByVal j0 As Integer, _
ByVal j1 As Integer, _
ByVal X As GeneralMatrix _
)
ByVal r As Integer(), _
ByVal j0 As Integer, _
ByVal j1 As Integer, _
ByVal X As GeneralMatrix _
)
Parameters
- r
- Array of row indices.
- j0
- Initial column index
- j1
- Final column index
- X
- A(r(:),j0:j1)
Exceptions
Exception Type | Condition |
---|---|
IndexOutOfRangeException | Submatrix indices |
See Also
GeneralMatrix Class | DotNetMatrix Namespace | GeneralMatrix.SetMatrix Overload List