ComplexMatrix Constructor |
Name | Description | |
---|---|---|
ComplexMatrix(Complex) |
Initializes a new instance from a two-dimensional array of values.
| |
ComplexMatrix(Complex) |
Initializes a new instance from a two-dimensional array of Complex values.
| |
ComplexMatrix(ComplexMatrix) |
Initializes a new ComplexMatrix from an existing ComplexMatrix.
| |
ComplexMatrix(Complex, Int32) |
Initializes a new instance from a one-dimensional packed array.
| |
ComplexMatrix(ComplexMatrix, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
ComplexMatrix(Int32, Int32) |
Initializes a new instance with the specified row and column dimensions.
All elements of the matrix will default to zero.
| |
ComplexMatrix(Complex, Int32, Int32) |
Construct a matrix without copying the given array.
| |
ComplexMatrix(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.
|