Matrix.Atanh Into<T> Method
Computes the inverse hyperbolic tangent of the elements of a matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix whose elements are equal to the inverse hyperbolic tangent of the corresponding element of matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Matrix<T> AtanhInto<T>(
Matrix<T> matrix,
Matrix<T> result
)
Parameters
Type Parameters
- T
Return Value
Matrix<T>A matrix whose elements are equal to the inverse hyperbolic tangent of the corresponding element of matrix.
Exceptions
Argument | matrix is null |