MtxExpr.Cosh Method

Overload List

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

Overload 1: Matrix Cosh(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Cosh

Overload 2: Vector Cosh(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Cosh