Fork me on GitHub
#uncomplicate
<
2017-09-07
>
blueberry10:09:15

Clojure Numerics, Part 2 - General Linear Systems and LU Factorization https://news.ycombinator.com/newest

qqq16:09:37

for uncomplicate/neandertheral/opencl/cuda, is there a numpy like interface? (I just want numpy, in clojure notation, on cuda) -- or is it currently only "write your own kernels in c/c!!" ?

blueberry16:09:24

yes. it's called neanderthal.

blueberry16:09:44

if you prefer numpy, why not use numpy?

qqq16:09:14

I want to do everything in clojujre.

qqq16:09:24

I tried hylang + numpy, just didn't quite feel right.