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 i0 As Integer, _
   ByVal i1 As Integer, _
   ByVal c As Integer(), _
   ByVal X As GeneralMatrix _
)
[C#]
public virtual void SetMatrix(
   int i0,
   int i1,
   int[] c,
   GeneralMatrix X
);

Parameters

i0
Initial row index
i1
Final row index
c
Array of column indices.
X
A(i0:i1,c(:))

Exceptions

Exception Type Condition
IndexOutOfRangeException Submatrix indices

See Also

GeneralMatrix Class | DotNetMatrix Namespace | GeneralMatrix.SetMatrix Overload List