MtxExpr.Csch Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Csch

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Csch