ILinear Algebra Operations<T>.Swap Method
Exchanges the elements of two vectors.
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
void Swap(
int n,
Span<T> x,
int incx,
Span<T> y,
int incy
)