MtxExpr.ArcCosh Method

Overload List

#SignatureDescription
1Matrix ArcCosh(TMtx X)Result = the ArcCosh function from the source and return the result
2Vector ArcCosh(TVec X)Result = the ArcCosh function from the source and return the result

Overload 1: Matrix ArcCosh(TMtx X)

Compute the ArcCosh function from the source and return the result.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcCosh

Overload 2: Vector ArcCosh(TVec X)

Compute the ArcCosh function from the source and return the result.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcCosh