MtxExpr.Sec Method

Overload List

#SignatureDescription
1Matrix Sec(TMtx X)Result = the Sec function from the source and return the result
2Vector Sec(TVec X)Result = the Sec function from the source and return the result

Overload 1: Matrix Sec(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Sec

Overload 2: Vector Sec(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Sec