Managed Array Functions Of Single.Sqrt Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
Overload List
Sqrt( | Computes the square root of each element of a span. |
Sqrt( | Computes the square root of each element of a span. |
Sqrt<TStorage>(Int32, TStorage, TStorage) | Computes the square root of each element of an array. |
Sqrt(Int32, ReadOnlySpan<Single>, Int32, Span<Single>, Int32)
Computes the square root of each element of a span.
public override void Sqrt(
int length,
ReadOnlySpan<float> operand,
int stride,
Span<float> result,
int resultStride
)