core-matrix

intended for specific discussion around core.matrix (usage and development) For general data work check out #data-science
2017-02-26T16:24:13.000035Z

I am having problems using the clatrix library. I am using core.matrix v 0.57.0 and clatrix v 0.5.0 which are the latest versions of both in case that helps. So the problem is that while basic operations such as creating a matrix work ie: (def a (c/matrix [[2 0][0 2]]) If I try to use something like the inverse ie (m/inverse a) an exception gets thrown that says java.lang.UnsatisfiedLinkError org.jblas.NativeBlas.dgesv(II[DII[II[DII)I Any help would be really appreciated

2017-02-26T17:43:41.000037Z

I'm running into a problem with vectorz-clj: set-column will always throw an IndexOutOfBoundsException at me. Is this a known issue?

2017-02-26T17:43:57.000038Z

.oO(I guess not-- The issues list at github for vectorz-clj doesn't show anything.)