From: Dominique O. <dom...@gm...> - 2009-10-08 14:33:12
|
On Thu, Oct 8, 2009 at 7:11 AM, Adler Perotte <ape...@gm...> wrote: > Hello everyone, > > Thank you for developing this! > > I wanted to know if there is a way to store elements that are less memory > intensive than doubles (ie floats) Hi Adler, At the moment Pysparse only supports the NPY_FLOAT64 data type, simply because that's what the users and developers have needed so far. But it would be great to generalize to other data types, including complex, if there is sufficient interest. It is a substantial development effort, though. -- Dominique |