Initializes a new instance of the Vector class.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected Vector(
VectorStorage<T> storage
)
Parameters
- storage VectorStorageT
- The underlying vector storage.
See Also