DenseVector(Complex32) 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.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DenseVector(
Complex32[] storage
)
Parameters
- storage Complex32
[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.DenseVector.#ctor(Altaxo.Calc.Complex32[])"]
See Also