Fork me on GitHub
#core-matrix
<
2017-02-26
>
adamkowalski16:02:13

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

schaueho17:02:41

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

schaueho17:02:57

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