GeneralMatrix.SetMatrix Method (Int32[], Int32, Int32, GeneralMatrix)

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.SetMatrix Method (Int32[], Int32, Int32, GeneralMatrix)

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 _
)
[C#]
public virtual void SetMatrix(
   int[] r,
   int j0,
   int j1,
   GeneralMatrix X
);

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