Click or drag to resize

ManagedLinearAlgebraProviderPointWisePowerArrays Method

Overload List
 NameDescription
Public methodPointWisePowerArrays(Complex, Complex, Complex) Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix.
Public methodPointWisePowerArrays(Complex32, Complex32, Complex32) Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix.
Public methodPointWisePowerArrays(Double, Double, Double) Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix.
Public methodPointWisePowerArrays(Single, Single, Single) Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix.
Top
See Also