MtxExpr::Ln Function

Overload List

#SignatureDescription
1Vector Ln(TVec *X);Compute the Ln function from the source and return the result.
2Matrix Ln(TMtx *X);Compute the Ln function from the source and return the result.

Overload 1: Vector Ln(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Ln

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

Overload 2: Matrix Ln(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Ln

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