Clojure Numerics, Part 2 - General Linear Systems and LU Factorization https://news.ycombinator.com/newest
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!!" ?
yes. it's called neanderthal.
if you prefer numpy, why not use numpy?
I want to do everything in clojujre.
I tried hylang + numpy, just didn't quite feel right.