MtxExpr::Expj Function

Overload List

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

Overload 1: Vector Expj(TVec *X);

Computes the e^xj function from the source.

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Expj

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix Expj(TMtx *X);

Computes the e^xj function from the source.

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Expj

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler