ComposedComplexMatrix<T> Constructor

Constructs a new ComposedComplexMatrix<T> with the specified number of rows and columns

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ComposedComplexMatrix(
	Matrix<T> realPart,
	Matrix<T> imaginaryPart
)

Parameters

realPart  Matrix<T>
 
imaginaryPart  Matrix<T>
 

See Also