Robert Bradshaw wrote:
> On Jul 29, 2009, at 1:14 PM, dagss wrote:
>
>> On Jul 29, 7:22 pm, Robert Bradshaw
>> wrote:
>>> On Jul 29, 2009, at 9:46 AM, Dag Sverre Seljebotn wrote:
>>>
>>>
>>>
Robert Bradshaw wrote:
> I'm not sure if or when either of these will be available, but
> ne
On Jul 29, 2009, at 1:14 PM, dagss wrote:
>
> On Jul 29, 7:22 pm, Robert Bradshaw
> wrote:
>> On Jul 29, 2009, at 9:46 AM, Dag Sverre Seljebotn wrote:
>>
>>
>>
>>> Robert Bradshaw wrote:
I'm not sure if or when either of these will be available, but
neither are trivial. Both questions
On Jul 29, 7:22 pm, Robert Bradshaw
wrote:
> On Jul 29, 2009, at 9:46 AM, Dag Sverre Seljebotn wrote:
>
>
>
> > Robert Bradshaw wrote:
> >> I'm not sure if or when either of these will be available, but
> >> neither are trivial. Both questions are probably better asked on the
> >> cython lists.
>
On Jul 29, 2009, at 9:46 AM, Dag Sverre Seljebotn wrote:
> Robert Bradshaw wrote:
>> I'm not sure if or when either of these will be available, but
>> neither are trivial. Both questions are probably better asked on the
>> cython lists.
>>
>> - Robert
>>
>>
>> On Jul 22, 2009, at 12:17 PM, Ethan
I'm not sure if or when either of these will be available, but
neither are trivial. Both questions are probably better asked on the
cython lists.
- Robert
On Jul 22, 2009, at 12:17 PM, Ethan Van Andel wrote:
> Robert,
>
> Is there any prediction for when numpy complex types will work?
> (o
Thanks all, That did it. It did seem to compile with errors however, it
worked and my floating point code is 8 times faster! Thanks MIke
On Wed, Jul 22, 2009 at 2:05 PM, Minh Nguyen wrote:
>
> Hi Michael,
>
> On Thu, Jul 23, 2009 at 6:55 AM, Michael
> Madison wrote:
> > All, I decided to try h
Hi Michael,
On Thu, Jul 23, 2009 at 6:55 AM, Michael
Madison wrote:
> All, I decided to try hg and I created a clone and added a ~/.hrgc to the
> /develope/sage directory with my infomation. However, the last patch put me
> into the hg_editor-DwDTEO.txt and says the following:
>
> HG: Enter com
All, I decided to try hg and I created a clone and added a ~/.hrgc to the
/develope/sage directory with my infomation. However, the last patch put me
into the hg_editor-DwDTEO.txt and says the following:
HG: Enter commit message. lines beginning with 'HG:'
HG: --
HG: user : Michael Madison madis
Yet another question:
When I compile my class, I get something like this:
cdef class Riemann_Map:
cdef int N, B, ncorners
cdef f
cdef opp
cdef double complex a
cdef np.ndarray[float,ndim = 1] tester
^
-
Robert,
Is there any prediction for when numpy complex types will work?
(outside of the notebook, when compiling via sage -b)
Thanks,
Ethan
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, se
On Thu, Jul 23, 2009 at 4:36 AM, Robert
Bradshaw wrote:
>
> On Jul 22, 2009, at 11:27 AM, William Stein wrote:
>
>> On Wed, Jul 22, 2009 at 11:21 AM, Michael
>> Madison wrote:
>>>
>>> Robert, Thanks for the feedback. I don't want to wait for 4.1.1 so I
>>> will attempt to follow the Sage Days 16 "
On Jul 22, 2009, at 11:27 AM, William Stein wrote:
> On Wed, Jul 22, 2009 at 11:21 AM, Michael
> Madison wrote:
>>
>> Robert, Thanks for the feedback. I don't want to wait for 4.1.1 so I
>> will attempt to follow the Sage Days 16 "How to get started with
>> developing Sage" to apply the patches.
On Thu, Jul 23, 2009 at 4:27 AM, William Stein wrote:
>
> On Wed, Jul 22, 2009 at 11:21 AM, Michael
> Madison wrote:
>>
>> Robert, Thanks for the feedback. I don't want to wait for 4.1.1 so I
>> will attempt to follow the Sage Days 16 "How to get started with
>> developing Sage" to apply the patch
On Wed, Jul 22, 2009 at 11:21 AM, Michael
Madison wrote:
>
> Robert, Thanks for the feedback. I don't want to wait for 4.1.1 so I
> will attempt to follow the Sage Days 16 "How to get started with
> developing Sage" to apply the patches. At first look this does not
> look straight forward. Mike
Robert, Thanks for the feedback. I don't want to wait for 4.1.1 so I
will attempt to follow the Sage Days 16 "How to get started with
developing Sage" to apply the patches. At first look this does not
look straight forward. Mike
On Jul 22, 8:32 am, Robert Bradshaw
wrote:
> After applying bothh
On Jul 22, 2009, at 10:55 AM, Ethan Van Andel wrote:
> Robert,
>
> Should those double complex declarations give any speedup?
Yes, lots (compared to using Python complex objects). The are complex
analogues of int, double, float, etc.
> Are they declaring the numpy complex type or something el
Robert,
Should those double complex declarations give any speedup?
Are they declaring the numpy complex type or something else?
Slightly unrelated, how are self.something variables handled? It seems
like you can't cdef them, so are they then always going to be slow? If
you cdef a variable and t
After applying both http://trac.sagemath.org/sage_trac/ticket/6438
and http://trac.sagemath.org/sage_trac/ticket/4571 , the notebook
seems to work just as well as the command line, or just raw Cython.
Hopefully this makes it into 4.1.1.
As for complex types, there's still some issues of doi
Ethen, Sorry I have not tried. I wanted to speed up some molecular
dynamics code I have been playing with that uses numpy and I actually
only need the real types. Also, I have been just working with the
notebooks. For VMWARE the graphics does not work outside of the
notebook interface. Since t
I think it only works outside, when compiling extensions for sage.
However, I am also getting issues with complex types after the fix,
did you get them to compile regularly outside?
Ethan
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googl
Mike, I am running sage 4.1 with VMWARE (windows XP) where I compiled
sage 4.1 from source.
I then tried:
manage
sudo su
cd /usr/local/sage
wget sage.math.washington.edu/home/robertwb/cython/cython-0.112.spkg
sage –f cython-0.11.2.spkg
which seemed to compile fine. However if I try from insi
Thank you, that worked beautifully.
Ethan
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at
http:/
Hi Ethan,
On Fri, Jul 17, 2009 at 10:41 AM, Ethan Van Andel wrote:
>
> Is it possible to change the version of Cython that sage -b runs? (it
> uses 11.1, I need the complex support added in 11.2)
There is a ticket to update Cython in Sage at
http://trac.sagemath.org/sage_trac/ticket/6438. If yo
23 matches
Mail list logo