Click or drag to resize

ComplexMatrix.GetMatrix Method

Overload List
  NameDescription
Public methodGetMatrix(Int32[],Int32[])
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(Int32, Int32,Int32[])
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(Int32[], Int32, Int32)
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(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.
Public methodGetMatrix(Int32, Int32, Int32, Int32)
Gets a new matrix with the values of the specified subset of this matrix.
Public methodGetMatrix(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.
Public methodGetMatrix(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.
Public methodGetMatrix(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.
Top
See Also