Rasmus Buchmann
Rasmus Buchmann
Any progress on this? I also have a case where the inverse matrix becomes singular: ``` clojure (def a m/matrix [[1 0 0 0.0 0 0.0] [1 0 1 0.0...
I'd vote for that option then, I was pretty confused and lost quite a bit of time figuring out what the problem was. It is the default implementation after all.
Yes, even better, unless the transparent conversion introduces a problem elsewhere. The documentation for inverse should mention it too.
Sure: ``` (def s "some pretty long string with ") (def e " uuids in the middle") (defn t [n] (str s (str/join "," (repeatedly n #(str (java.util.UUID/randomUUID)))) e)) (levenshtein/distance...