Managed Array Functions.Log Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Log( | Computes the logarithm of each element of a span. |
Log( | Computes the logarithm of each element of a span. |
Log<TStorage>(Int32, TStorage, TStorage) | Computes the logarithm of each element of an array. |
Log(Int32, ReadOnlySpan<Double>, Int32, Span<Double>, Int32)
Computes the logarithm of each element of a span.
public override void Log(
int length,
ReadOnlySpan<double> operand,
int stride,
Span<double> result,
int resultStride
)