Click or drag to resize

VectorMathRODoubleArrayWrapperStructAmendedUnshifted(Double, Double, Double) Constructor

Constructor, takes a double array for wrapping.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RODoubleArrayWrapperStructAmendedUnshifted(
	double[] x,
	double amendedValueAtStart,
	double amendedValueAtEnd
)

Parameters

x  Double
The array to wrap. The array is used directly (without copying).
amendedValueAtStart  Double
Value of the vector at indices less than zero.
amendedValueAtEnd  Double
Value of the vector at indices greater then or equal to Length.
See Also