ILinear Algebra Operations<T>.Multiply In Place Method
Evaluates the product of a scalar and a vector.
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 MultiplyInPlace(
int n,
T alpha,
Span<T> x,
int incx
)