Daniel Marjenburgh
Daniel Marjenburgh
I agree. Op 4 okt. 2016 9:12 p.m. schreef "Alex Miller" [email protected]: > We are in the midst of the process of (finally) moving core.matrix into > the Clojure contrib...
Hi, I've been watching core.matrix for a while. Thought I'd chime in and give my 2 cents. Aren't we saying too much with M = Q.A.Q-1? What do we return...
Hard. Different use cases (sparse vs dense, symmetric vs non-symm, etc) probably call for different algorithms with different return types. If we impose too hard restrictions on the return type...
Sorry for the long silence (vacation time). I'm afraid any list of use cases for matrices I can give will be horribly incomplete. The following two categories are very broad...
The only downside I see is that it becomes unclear which implementations support which optional keys, making the abstraction core.matrix provides more leaky. While if we separate special cases in...
This one is open for a while. One easy fix would be to catch the exception from lu-decompose! and return zero. The only problem I see is that the cause...
At the moment, mmul for persistent vectors also does not preserve BigDecimals because of a recent performance optimisation for dot-products (I think here: 8a4ee0e). ``` clojure (dot [1.0M 1.0M] [0.1M...
How are you sending the screenshots? The file size shouldn't be an issue and the double slash in the path is unrelated. What happens if you visit: http://localhost:7000/api/image/43?
My guess it something in the way the request is formed in the client. I'm not familiar with the client code used above. Do you have a minimal reproducible setup...
I would look at the HTTP body to see how it's formed. The following POST request using postman works fine for me. If it works for you as well, it's...