Re: [sage-devel] ALGLIB spkg is released (second version)

2010-08-05 Thread Sergey Bochkanov
Hello, Carl. You wrote 3 августа 2010 г., 6:39:49: > On Wed, Jul 28, 2010 at 11:38 PM, Sergey Bochkanov > wrote: >> My proposal is to make >> * boolean vector/matrix = GF(2), RDF (non-zero = True) >> * integer vector/matrix = RDF >> * real = RDF >> * complex = CDF Forgot to add: I think

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-08-05 Thread Sergey Bochkanov
Hello, Carl. You wrote 3 августа 2010 г., 6:39:49: > On Wed, Jul 28, 2010 at 11:38 PM, Sergey Bochkanov > wrote: >> My proposal is to make >> * boolean vector/matrix = GF(2), RDF (non-zero = True) >> * integer vector/matrix = RDF >> * real = RDF >> * complex = CDF One more addition: I think tha

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-08-03 Thread Sergey Bochkanov
Hello, Carl. You wrote 3 августа 2010 г., 6:39:49: > I've attached a patch to make alglib allow input in the following formats: > * boolean vector/matrix: GF(2), RDF, numpy.bool, numpy.float64 > * integer vector/matrix: RDF, numpy.int32, numpy.float64 > * real: RDF, numpy.float64 > * complex: CDF,

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-08-02 Thread Carl Witty
On Wed, Jul 28, 2010 at 11:38 PM, Sergey Bochkanov wrote: > My proposal is to make > * boolean vector/matrix = GF(2), RDF (non-zero = True) > * integer vector/matrix = RDF > * real = RDF > * complex = CDF I've attached a patch to make alglib allow input in the following formats: * boolean vector/

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-08-02 Thread Carl Witty
On Wed, Jul 28, 2010 at 11:38 PM, Sergey Bochkanov wrote: >> My suggestion would be to support Sage vectors and matrices over >> GF(2), RDF, and CDF (machine floats and complex numbers), as well as >> numpy arrays and matrices of appropriate types. > > +1 > > My proposal is to make > * boolean vec

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-07-29 Thread Carl Witty
On Thu, Jul 29, 2010 at 10:25 AM, Sergey Bochkanov wrote: > Hello, Carl. > > Here  is  some  documentation  about  Python-ALGLIB  interface (called > X-interface in this document): > > http://www.alglib.net/share/2010-07-26-alglib-for-sage/x-interface.pdf Thanks. > It  is  very  short, but shoul

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-07-29 Thread Sergey Bochkanov
Hello, Carl. Here is some documentation about Python-ALGLIB interface (called X-interface in this document): http://www.alglib.net/share/2010-07-26-alglib-for-sage/x-interface.pdf It is very short, but should give a hint about meaning of all these functions, expectations, functionality

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-07-28 Thread Sergey Bochkanov
Hello, Carl. You wrote 29 июля 2010 г., 2:40:14: > Sure, I can help. I have some API questions first. Thanks a lot! > What are the bool and int vectors and matrices used for? (Sage > doesn't really have vectors or matrices of booleans or of machine > ints. It has vectors and matrices over GF(

Re: [sage-devel] ALGLIB spkg is released (second version)

2010-07-28 Thread Carl Witty
On Mon, Jul 26, 2010 at 4:43 AM, Sergey Bochkanov wrote: > Hello! > > Second  beta  of  ALGLIB.spkg  is  ready.  It  can  be downloaded from > http://www.alglib.net/share/2010-07-26-alglib-for-sage/ Cool. Compiles for me, but I didn't try any tests. > -- SAGE INTEGRATION -- > > Well,  ALGLIB  c

[sage-devel] ALGLIB spkg is released (second version)

2010-07-26 Thread Sergey Bochkanov
Hello! Second beta of ALGLIB.spkg is ready. It can be downloaded from http://www.alglib.net/share/2010-07-26-alglib-for-sage/ Following issues were solved in this release: * compilation on SPARC/Solaris * missing support for SAGE64 * trashing of SAGE_LOCAL with additional dirs Issues tha