Managed Array Functions<T>.Cosh 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
Cosh( | Computes the hyperbolic cosine of each element of a span. |
Cosh( | Computes the hyperbolic cosine of each element of a span. |
Cosh<TStorage>(Int32, TStorage, TStorage) | Computes the hyperbolic cosine of each element of an array. |
Cosh(Int32, ReadOnlySpan<T>, Int32, Span<T>, Int32)
Computes the hyperbolic cosine of each element of a span.
public override void Cosh(
int length,
ReadOnlySpan<T> operand,
int stride,
Span<T> result,
int resultStride
)