MtxExpr.Sech Method

Overload List

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

Overload 1: Matrix Sech(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Sech

Overload 2: Vector Sech(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Sech