CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Sets a submatrix.
Namespace: CADability.LinearAlgebraAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public virtual void SetMatrix( int[] r, int[] c, Matrix X ) |
| Visual Basic |
|---|
Public Overridable Sub SetMatrix ( _ r As Integer(), _ c As Integer(), _ X As Matrix _ ) |
| Visual C++ |
|---|
public: virtual void SetMatrix( array<int>^ r, array<int>^ c, Matrix^ X ) |
Parameters
- r
- Type: array<System..::..Int32>[]()[][]
Array of row indices.
- c
- Type: array<System..::..Int32>[]()[][]
Array of column indices.
- X
- Type: CADability.LinearAlgebra..::..Matrix
A(r(:),c(:))
Exceptions
| Exception | Condition |
|---|---|
| System..::..IndexOutOfRangeException | Submatrix indices |