Re: [GSLL-devel] GSD fails to load in CCL

2011-07-29 Thread Liam Healy
I don't have any idea; it's been a while since I tested on CCL. I'm also preparing to replace GSD anyway, but the code will be very similar so I'm not sure that will solve the problem. My suggestion is to wait to try it with the new system, and see if you have any better luck. Sorry. Liam On S

Re: [GSLL-devel] hi!

2011-07-29 Thread Liam Healy
Angelo, There are definitions of elementwise operations elt+, elt- etc. Note that elementwise product elt* is not matrix multiplication. Liam On Sat, Jun 25, 2011 at 6:08 PM, Angelo Rossi < angelo.rossi.home...@gmail.com> wrote: > Hello, > > I'm new to GSLL and I like to know if there are gene

Re: [GSLL-devel] matrix-product: transpose keyword resulting in memory fault

2011-07-29 Thread Liam Healy
On Fri, Jul 29, 2011 at 4:31 PM, Liam Healy wrote: > Please post a complete (all definitions provided) example of this error (as > small as possible please). Thanks. > > Liam > > > On Sun, Jul 17, 2011 at 12:07 PM, Ravi Desai wrote: > >> Hello all, >>I needed to do a matrix-vector multipli

Re: [GSLL-devel] How to use transpose keywords with matrix-product?

2011-07-29 Thread Liam Healy
These correspond in the following way to the BLAS symbols: :trans = CblasTrans :notrans = CblasNoTrans :conjtrans = CblasConjTrans. That is, transpose, no transpose, conjugate transpose. Look at the BLAS documentation for more information; unfortunately, the GSL BLAS documentation like http://www.

Re: [GSLL-devel] Re Installation problems

2011-07-29 Thread Liam Healy
This an enduring problem with determination of library location. See the "Installation note" advice at the bottom of http://repo.or.cz/w/fsbv.git. Liam On Sat, Jul 2, 2011 at 3:30 PM, Laurence Aitchison < laurence.aitchi...@gmail.com> wrote: > I am trying to install GSLL in SBCL. When I type

Re: [GSLL-devel] Bug in dirichlet-log-pdf?

2011-07-29 Thread Liam Healy
Nils, Thanks for the report. I just pushed a fix to the git repository. If you can pull that and test it, please report if the results look right or not. Otherwise Zach is planning a QL update in the next few days, so it should show up then. Liam On Fri, Jul 29, 2011 at 8:49 AM, Nils Bertschin

[GSLL-devel] Bug in dirichlet-log-pdf?

2011-07-29 Thread Nils Bertschinger
Hi, it appears that dirichlet-log-pdf is broken: CL-USER> (gsll:dirichlet-log-pdf #m(1.0d0 2.0d0) #m(0.3d0 0.7d0)) 0.0d0 CL-USER> (gsll:dirichlet-log-pdf #m(2.0d0 1.0d0) #m(0.7d0 0.3d0)) -0.35667494393873245d0 Obviously, the Dirichlet distribution is permutation invariant, so both results shou