Computes the inverse hyperbolic cosine of the elements of a matrix.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Matrix<T> Acosh(
Matrix<T> matrix
)
Public Shared Function Acosh (
matrix As Matrix(Of T)
) As Matrix(Of T)
public:
static Matrix<T>^ Acosh(
Matrix<T>^ matrix
)
static member Acosh :
matrix : Matrix<'T> -> Matrix<'T>
Parameters
- matrix
- Type: Extreme.Mathematics.GenericMatrixT
A matrix.
Return Value
Type:
MatrixTA matrix whose elements
are equal to the inverse hyperbolic cosine of the corresponding element of
matrix.
Numerical Libraries
Supported in: 5.x
Reference