Namespace:
Extreme.Mathematics.LinearAlgebra.Complex
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
Exceptions
| Exception | Condition |
|---|
| System..::.ArgumentNullException | matrix is nullNothingnullptra null reference (Nothing in Visual Basic). |
| System..::.ArgumentOutOfRangeException |
dimension is less than zero
-or-
startRow is less than zero or greater than or equal to the number of
rows in matrix.
-or-
startColumn is less than zero or greater than or equal to the number of
columns in matrix.
|
| System..::.ArgumentException |
startRow plus dimension is greater than
or equal to the number of rows in matrix.
-or-
startColumn plus dimension is greater than
or equal to the number of columns in matrix.
|
See Also