MtxExpr.Exp10 Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Exp10

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Exp10