MtxExpr.Expj Method

Overload List

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

Overload 1: Matrix Expj(TMtx X)

Computes the e^xj function from the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Expj

Overload 2: Vector Expj(TVec X)

Computes the e^xj function from the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Expj