MtxExpr.Expj Method

Overload List

#SignatureDescription
1function Expj(const X: TMtx): Matrix;Computes the e^xj function from the source.
2function Expj(const X: TVec): Vector;Computes the e^xj function from the source.

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

Computes the e^xj function from the source.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Expj

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

Computes the e^xj function from the source.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Expj