Mike Anderson
Mike Anderson
Hi, yes this does look like unexpected behaviour. Arrays should preserve the type of elements as far as possible, although the extent to which they do this is somewhat up...
Might be dependent on Clojure / Java version? What are you using? Also it may be possible to strip out the `validate` call altogether for runtime use
Oh one other thing to think about - be careful not to hold onto to many references to the compiled nodes, they basically all require generation of custom classes which...
Cool thanks for confirming it worked!
Leaving open as a reminder in case we want to optimise this in the future
Would probably need to be considered separately. Here's my initial thoughts: - Computing a L1 or L2 on Lx norm is in scope. These are common vector operations and benefit...
There seems to be a few options around QR decomposition. I'm keen that we try and get the right one for the API. We currently define Q as being an...
What about the current version 0.10.0? Same problem?
Is this fixed now? Latest version of core.matrix uses AOT compilation in the Maven build as well.
I pushed some changes that I think make AOT compilation work properly with NDArray. One problem is it makes the .jar quite big, so I think this is only a...