ComplexMatrixGetMatrix Method |
| Name | Description | |
|---|---|---|
| GetMatrix(Int32, Int32) |
Gets a new matrix with the values of the specified subset of this matrix.
| |
| GetMatrix(Int32, Int32, Int32) |
Gets a new matrix with the values of the specified subset of this matrix.
| |
| GetMatrix(Int32, Int32, Int32) |
Gets a new matrix with the values of the specified subset of this matrix.
| |
| GetMatrix(Int32, Int32, ComplexMatrix) |
Assigns the values of a subsection of this matrix into the given matrix.
The destination matrix must match the dimensions of the requested submatrix.
| |
| GetMatrix(Int32, Int32, Int32, Int32) |
Gets a new matrix with the values of the specified subset of this matrix.
| |
| GetMatrix(Int32, Int32, Int32, ComplexMatrix) |
Places the values of a subsection of this matrix into the given matrix.
The destination matrix must match the dimensions of the requested submatrix.
| |
| GetMatrix(Int32, Int32, Int32, ComplexMatrix) |
Assigns the values of a subsection of this matrix into the given matrix.
The destination matrix must match the dimensions of the requested submatrix.
| |
| GetMatrix(Int32, Int32, Int32, Int32, ComplexMatrix) |
Assigns the values of a subsection of this matrix into the given matrix.
The destination matrix must match the dimensions of the requested submatrix.
|