Re: [GSLL-devel] Fixing up make-grid-data for clisp (was making copy-to working in clisp+grid: fix to element-type)

2013-12-25 Thread Liam Healy
My fix (as opposed to your fix) to the problem you reported in your previous email should not exhibit this problem, see my previous email. A better summary is CLISP is not a preferred platform for anything. There is a Windows port of SBCL, and has been for quite some time. A better cross-check on p

Re: [GSLL-devel] making copy-to working in clisp+grid: fix to element-type

2013-12-25 Thread Liam Healy
Your solution is not a good one, because if a general array is passed to copy-to it will cause an error if all the elements are not the same type as the first one. For example, (copy-to #(1.0d0 1)) will behave incorrectly. By the way, your example with #(1d0 2d0) fails on SBCL as well, and should f

Re: transposed matrix multiplication (in blas2,3) bugfixes

2013-12-25 Thread Liam Healy
Thanks for the report, fixed in 1107fc49bc, currently on the antik-multiple-systems branch but merged into master soon. Liam On Wed, Jul 17, 2013 at 2:35 PM, Mirko Vukovic wrote: > matrix-product in blas3.lisp calls the gsl_blas gemm routine. It has > optional parameters TransA and TransB to s