Fork me on GitHub
#data-science
<
2016-04-05
>
stephenmhopper16:04:12

I was playing around with core.matrix and tried running the solve function in clojure.core.matrix.linear and got this exception:

ExceptionInfo TODO: Not yet implemented: (mp/solve a b) for class clojure.lang.PersistentVector  clojure.core/ex-info (core.clj:4617)

stephenmhopper16:04:17

What's that all about?

stephenmhopper16:04:53

Am I out of luck for now, or does one of the other implementations have this?

stephenmhopper17:04:22

Nvmd, I figured it out