Click or drag to resize

VectorSpacingEvaluator Constructor

Constructor. Takes an read only vector and evaluates the spaces between the vector elements.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorSpacingEvaluator(
	IReadOnlyList<double> vec
)

Parameters

vec  IReadOnlyListDouble
The vector.
See Also