uncomplicate

2017-09-07T10:26:15.000270Z

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

qqq 2017-09-07T16:14:37.000311Z

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!!" ?

2017-09-07T16:17:24.000322Z

yes. it's called neanderthal.

2017-09-07T16:17:44.000652Z

if you prefer numpy, why not use numpy?

qqq 2017-09-07T16:21:14.000133Z

I want to do everything in clojujre.

qqq 2017-09-07T16:21:24.000085Z

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