Distributed Matrix<T>.Tan Core Method
Computes the tangent of the elements of a matrix.
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected override Matrix<T> TanCore(
Matrix<T> result
)