MtxExpr.Tanh Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Tanh

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Tanh