ComplexMatrix Constructor (Complex, Int32) |
Initializes a new instance from a one-dimensional packed array.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComplexMatrix(
Complex[] elements,
int rowDimension
)
Public Sub New (
elements As Complex(),
rowDimension As Integer
)
public:
ComplexMatrix(
array<Complex>^ elements,
int rowDimension
)
new :
elements : Complex[] *
rowDimension : int -> ComplexMatrix
Parameters
- elements
- Type: AGI.Foundation.CoordinatesComplex
A one-dimensional array containing the values of all of the elements. - rowDimension
- Type: SystemInt32
The number of rows in the matrix.
Exceptions See Also