Managed |
Name | Description | |
---|---|---|
PointWisePowerArrays(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. | |
PointWisePowerArrays(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. | |
PointWisePowerArrays(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. | |
PointWisePowerArrays(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. |