Click or drag to resize

DenseVector(Complex) Constructor

Create a new dense vector directly binding to a raw array. The array is used directly without copying. Very efficient, but changes to the array and the vector will affect each other.

Namespace: Altaxo.Calc.LinearAlgebra.Complex
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DenseVector(
	Complex[] storage
)

Parameters

storage  Complex
The array backing this vector.
See Also