MtxExpr::Log2 Function

Overload List

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

Overload 1: Vector Log2(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Log2

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

Overload 2: Matrix Log2(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Log2

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