Re: Clatrix Multiplication Matrix

2015-01-06 Thread Byan Jati
Solved bro! I think the error comes because my Ubuntu that should equipped with fortranlib3 library. Clatrix work like a charm! Thanks for the response On Sunday, January 4, 2015 6:12:43 AM UTC-5, Byan Jati wrote: > > I have 2 matrix, matrix A = [[1 2 3][4 5 6]] and matrix B = [[10 20][20 > 30

Re: Clatrix Multiplication Matrix

2015-01-06 Thread Byan Jati
I just want to perform matrix multiplication by mmul with Matrix A and B (mmul A B), but i got this error : java.lang.UnsatisfiedLinkError : org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V (Unknown Source) org.jblas.NativeBlas.dgemm . . . blablabla I'm using [net.mikera/core.matrix "0.32.1"]

Re: Clatrix Multiplication Matrix

2015-01-04 Thread Mikera
You have probably either hit a Clatrix bug or have some kind of version mismatch with core.matrix - could you file an issue with the exact version numbers you are using and code to reproduce: https://github.com/tel/clatrix/issues ? Note that "*" in clojure.core.matrix.operators is for element-w