MtxExpr.Sign Method

Overload List

#SignatureDescription
1Matrix Sign(TMtx X)Change the sign of the source data.
2Vector Sign(TVec X)Change the sign of the source data.

Overload 1: Matrix Sign(TMtx X)

Change the sign of the source data.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Sign

Overload 2: Vector Sign(TVec X)

Change the sign of the source data.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Sign