MtxExpr.Sech Method

Overload List

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

Overload 1: function Sech(const X: TMtx): Matrix;

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Sech

Overload 2: function Sech(const X: TVec): Vector;

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Sech