MtxExpr.Cbrt Method

Overload List

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

Overload 1: Matrix Cbrt(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Cbrt

Overload 2: Vector Cbrt(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Cbrt