Re: [Numpy-discussion] ANN: PyViennaCL 1.0.3 -- very easy GPGPU linear algebra

2014-05-18 Thread Marquette Jean-Baptiste
Hi Toby, > If you are on Mac OS X and want to provide binaries, then please get in > touch! Otherwise, the installation process will build PyViennaCL from > source, which can take a while. I could contribute, though I just opened an issue about a compilation error on Mavericks 10.9.3. Curiously,

[Numpy-discussion] A question about dtype syntax

2011-08-30 Thread Marquette Jean-Baptiste
Hi all, I have this piece of code: Stats = [CatBase, round(stats.mean(Data.Ra), 5), round(stats.mean(Data.Dec), 5), len(Sep), round(stats.mean(Sep),4), round(stats.stdev(Sep),4)] print Stats if First: StatsAll = np.array(np.asarray(Stats), dtype=('a11, f8, f8, i4, f8, f8')) Firs