This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-08
Channels
- # aws (4)
- # beginners (81)
- # boot (65)
- # cljs-dev (10)
- # cljsjs (1)
- # cljsrn (12)
- # clojure (26)
- # clojure-austin (2)
- # clojure-dusseldorf (2)
- # clojure-russia (123)
- # clojure-spec (23)
- # clojure-uk (12)
- # clojurescript (36)
- # cursive (11)
- # datomic (39)
- # events (1)
- # hoplon (25)
- # incanter (4)
- # leiningen (3)
- # off-topic (5)
- # om (31)
- # re-frame (24)
- # reagent (13)
- # ring-swagger (2)
- # rum (10)
- # untangled (3)
- # yada (10)
Hi, Why does this throw an exception?
Unhandled org.jblas.exceptions.LapackException LAPACK DGESV: Linear equation cannot be solved because the matrix was singular. SimpleBlas.java: 274 org.jblas.SimpleBlas/gesv Solve.java: 50 org.jblas.Solve/solve core.clj: 1023 clatrix.core/solve core.clj: 1035 clatrix.core/i core.clj: 788 incanter.core/solve stats.clj: 2092 incanter.stats/linear-model
That one above doesn’t throw the exception, for some reason
I am using incanter 1.9.0 with clojure 1.7.0 on Java(TM) SE Runtime Environment (build 1.8.0_73-b02)