Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public ComplexMatrix GetSubmatrix(
Range rowRange,
Range columnRange,
TransposeOperation transposeOperation
)
Public Function GetSubmatrix (
rowRange As Range,
columnRange As Range,
transposeOperation As TransposeOperation
) As ComplexMatrix
public:
ComplexMatrix^ GetSubmatrix(
Range rowRange,
Range columnRange,
TransposeOperation transposeOperation
)
member GetSubmatrix :
rowRange : Range *
columnRange : Range *
transposeOperation : TransposeOperation -> ComplexMatrix
Parameters
- rowRange
- Type: Extreme.Mathematics.LinearAlgebraRange
A Range value that specifies
the range of rows that are to make up the new matrix.
- columnRange
- Type: Extreme.Mathematics.LinearAlgebraRange
A Range value that specifies
the range of columns that are to make up the new matrix.
- transposeOperation
- Type: Extreme.MathematicsTransposeOperation
A TransposeOperation value
that specifies whether or not this view should show the
transpose of the matrix.
Return Value
Type:
ComplexMatrixA
ComplexMatrix that contains the
specified rows and columns.
The ComplexMatrix returned by
this method shares its storage with the matrix
from which it is derived.
Numerical Libraries
Supported in: 5.x, 4.x
Reference