Click or drag to resize

ComplexMatrix Constructor

Overload List
  NameDescription
Public methodComplexMatrix(Complex)
Initializes a new instance from a two-dimensional array of values.
Public methodComplexMatrix(Complex)
Initializes a new instance from a two-dimensional array of Complex values.
Public methodComplexMatrix(ComplexMatrix)
Initializes a new ComplexMatrix from an existing ComplexMatrix.
Public methodComplexMatrix(Complex, Int32)
Initializes a new instance from a one-dimensional packed array.
Protected methodComplexMatrix(ComplexMatrix, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodComplexMatrix(Int32, Int32)
Initializes a new instance with the specified row and column dimensions. All elements of the matrix will default to zero.
Public methodComplexMatrix(Complex, Int32, Int32)
Construct a matrix without copying the given array.
Public methodComplexMatrix(Int32, Int32, Complex)
Initializes a new instance with the specified row and column dimensions. All elements of the matrix will be set to the provided value.
Top
See Also