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