ComposedComplexMatrix<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.0
C#
public ComposedComplexMatrix(
	Matrix<T> realPart,
	Matrix<T>? imaginaryPart
)

Parameters

realPart  Matrix<T>
 
imaginaryPart  Matrix<T>
 

See Also