Click or drag to resize

VectorMathCopy(IReadOnlyListInt32, Double) Method

Copies the source vector to the destination vector. Both vectors must have the same length.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Copy(
	IReadOnlyList<int> sourceVector,
	double[] destinationVector
)

Parameters

sourceVector  IReadOnlyListInt32
The source vector.
destinationVector  Double
The destination vector.
See Also