uncomplicate

asragab 2017-07-17T02:37:31.077134Z

Is there an equivalent in neanderthal to the clatrix library functions map and map-indexed which take a function and a matrix and apply the function to each element in the matrix?

asragab 2017-07-17T03:27:57.426713Z

So I was able to use alter! for a native matrix, but I guess doing so for a cuda matrix is inefficient, how would I use transfer! as it recommends to do this (knowing it is inefficient)