Managed |
Name | Description | |
---|---|---|
SubtractArrays(Complex, Complex, Complex) | Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. | |
SubtractArrays(Complex32, Complex32, Complex32) | Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. | |
SubtractArrays(Double, Double, Double) | Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. | |
SubtractArrays(Single, Single, Single) | Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. |