Click or drag to resize

ComplexMatrix Constructor

Initializes a new instance of the ComplexMatrix class as a scalar matrix having the specified value.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ComplexMatrix(
	Complex value
)

Parameters

value
Type: System.NumericsComplex
The value.
See Also