Click or drag to resize

Vector Constructor

Initializes a new instance of the Vector class.

Namespace: Altaxo.Calc.LinearAlgebra.Complex
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected Vector(
	VectorStorage<Complex> storage
)

Parameters

storage  VectorStorageComplex
The storage backing this vector.
See Also