MtxExpr.Coth Method

Overload List

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

Overload 1: Matrix Coth(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Coth

Overload 2: Vector Coth(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Coth