Composed Complex Matrix<T> Constructor
Constructs a new ComposedComplexMatrix<T> with the specified
number of rows and columns
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ComposedComplexMatrix(
Matrix<T> realPart,
Matrix<T>? imaginaryPart
)