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
I'm running into a problem with vectorz-clj: set-column will always throw an IndexOutOfBoundsException at me. Is this a known issue?
.oO(I guess not-- The issues list at github for vectorz-clj doesn't show anything.)