VectorMathCopy(IReadOnlyListSingle, IVectorSingle) Method |
Copies the source vector to the destination vector. Both vectors must have the same length.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void Copy(
IReadOnlyList<float> sourceVector,
IVector<float> destinationVector
)
Parameters
- sourceVector IReadOnlyListSingle
- The source vector.
- destinationVector IVectorSingle
- The destination vector.
See Also