MtxExpr::Sec Function

Overload List

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

Overload 1: Vector Sec(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Sec

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

Overload 2: Matrix Sec(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Sec

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