Initializes a new instance of the Vector class.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected Vector(
VectorStorage<Complex32> storage
)
Parameters
- storage VectorStorageComplex32
- The storage backing this vector.
See Also