MtxExpr.Csc Method

Overload List

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

Overload 1: Matrix Csc(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Csc

Overload 2: Vector Csc(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Csc