MtxExpr.Csch Method

Overload List

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

Overload 1: Matrix Csch(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Csch

Overload 2: Vector Csch(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Csch