Click or drag to resize

ComplexColumnVector Constructor (Complex)

Initializes a new complex column vector with the given components.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ComplexColumnVector(
	params Complex[] components
)

Parameters

components
Type: Meta.NumericsComplex
The components of the vector.
See Also