Fork me on GitHub
#uncomplicate
<
2017-07-17
>
asragab02:07:31

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?

asragab03:07:57

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)