MtxExpr.Sec Method

Overload List

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

Overload 1: function Sec(const X: TMtx): Matrix;

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Sec

Overload 2: function Sec(const X: TVec): Vector;

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Sec