arrayfire / arrayfire-python

Python bindings for ArrayFire: A general purpose GPU library.
https://arrayfire.com
BSD 3-Clause "New" or "Revised" License
417 stars 65 forks source link

error in arrayfire.statistics.cov? #179

Open lebedov opened 6 years ago

lebedov commented 6 years ago

arrayfire.statistics.cov in version 3.5.20170817 of the Python bindings calls af_cov_all via ctypes; however, there doesn't appear to be any such function in the arrayfire library source (at least as of revision ad230a2).

jcasey-beamio commented 5 years ago

I have the same issue, has anyone come up with a solution?