Mike Anderson

Results 442 comments of Mike Anderson

I'm not an expert either. Would it be possible to trigger leiningen CljureScript builds perhaps? Or maybe run some Clojure code that fires off the ClojureScript tests?

Looks like an interesting idea - thanks @bendlas !

I think I am running into the same error. If it's of any use: ``` % sw_vers ProductName: macOS ProductVersion: 11.4 BuildVersion: 20F71 ```

Just upgraded to `5.1.0` and it seems to break on Windows, relevant error: ``` java.lang.UnsatisfiedLinkError: Unable to load library 'C:\Users\Mike\AppData\Local\Temp\resource-loader1351855501828376432\windows64\libsodium.dll': The specified module could not be found. The specified module...

Hmmmm this is a problem with the Clojure compiler.... when functions get too large this is going to happen. It is possible we could update the code generation in clisk...

Yes we have some functionality now in this area... still a bit experimental but check out `select` and related functions that enable arbitrary sorting / re-ordering.

@Gerrrr - any thoughts from the Incanter side? @prasant94 - good to think how this interacts with your work on vectorz-clj

A couple of additional thoughts: - This may be a bit more complex in the future (e.g. if we have complex vectors) - we might want to have a facility...

@dmarjenburgh thanks for the insights! I agree we may want a separate function for eigenvalues. That was sort of the idea with the `:return` parameter, but it may be simpler...