I am not sure about the current status of Arraymancer, but I believe it 
supports most of your requests. Neo, instead, supports only:

  * Slicing, concatenation, transposing... these sorts of array operations.
  * Broadcast basic math functions to any array.
  * Linear algebra (e.g. matrix multiplication, solving linear equations).
  * All above, running in CPU only (with MKL and/or automated multi-threading 
e.g. for large FFT/IFFT); plus running in GPU with minimal code change (well, 
some Lapack things are CUP only for now)



The fact is that when I was developing Neo, @mratsim started Arraymancer and 
improved it a lot. Nowadays, Arraymancer is more advanced and fast: @mratsim 
has implemented Laser, Weave for multithreading and more, and I don't really 
see a point in adding many new features to Neo. It will surely be maintained, 
and what it does, it does decently, but I don't want to duplicate the great 
effort of @mratsim.

Reply via email to