On 8 February 2011 05:17, Dima Pasechnik wrote:
> If I recall right, Cephes provides complex.h, which is simply missing
> on Cygwin.
> Dima
I noticed on the R mailing list that there is an experimental patch
for Cygwin for complex support: Hopefully there will be support in
Cygwin very soon.
If I recall right, Cephes provides complex.h, which is simply missing
on Cygwin.
Yes, indeed, special functions are also implemented in GSL.
Implementing them well on a FPU
seems to be an art on its own.
Would be nice to have them all under a uniform interface:
gamma.libm, gamma.gsl, etc.
(maybe e
On 2/7/11 4:02 PM, didier deshommes wrote:
On Mon, Feb 7, 2011 at 3:27 PM, Jason Grout wrote:
It would also be very interesting to see if this code is more scalable than
the current notebook. For example, I wonder if running this flask-based
notebook on top of, say, nginx using uwsgi, would sc
I came across this thread while browsing the web, and I think I should
correct a mistaken opinion.
I feel my job as CEO is to keep track of what is happening in the
mathematical market place, to keep aware of possible competitors and
of possible opportunities. It is true that I am interested in ho
On 2/7/11 4:36 PM, David Kirkby wrote:
We could do a lot worst than ask on an Apache list, asking for advice
about how to make a scalable server. Or reading the Apache
documentation might give us some ideas.
Yep. Another idea (that has also been suggested a lot before) is to
write an app tha
On 7 February 2011 21:27, Jason Grout wrote:
> We need people to test the new flask-based notebook that was done at the
> January Sage Days in Seattle (I believe mainly by Mike Hansen, Rado Kirov,
> and Dan Drake). The latest repository of code and instructions for
> installing it are here:
>
> h
Hi, all,
I'm looking for a kind soul to check the fix for #10741, which deals with
left/right matrix actions on binary quadratic forms (in BinaryQF). The code,
as it is now, does not produce an associative action, i.e.,
Q.matrix_action_right(M).matrix_action_right(N) !=
Q.matrix_actio
On 6 February 2011 09:59, Dima Pasechnik wrote:
> Hi Burcin,
> indeed, here is another case of buggy libc/libm.
> The same workaround as for Cygwin should do the trick (provided that
> cephes works on ARM)
> Would installing cephes spkg break things on non-Cygwin, or this is
> safe?
> Dmitrii
IIR
On 2 February 2011 20:44, Robert Bradshaw wrote:
> On Wed, Feb 2, 2011 at 7:33 AM, David Kirkby wrote:
>> Do you believe it would be easier to attract funding if those
>> considering funding a project could see a set of goals and plans? Or
>> do you think people/companies considering funding sof
On Mon, Feb 7, 2011 at 3:27 PM, Jason Grout wrote:
> It would also be very interesting to see if this code is more scalable than
> the current notebook. For example, I wonder if running this flask-based
> notebook on top of, say, nginx using uwsgi, would scale better? It would
> also be interest
We need people to test the new flask-based notebook that was done at the
January Sage Days in Seattle (I believe mainly by Mike Hansen, Rado
Kirov, and Dan Drake). The latest repository of code and instructions
for installing it are here:
https://code.google.com/r/rkirov-flask/
Please try do
On 2011-02-07 17:52, Volker Braun wrote:
> Do you have a trac ticket number?
Now yes: #10751
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http
On 2011-Feb-06 11:13:57 +0100, Burcin Erocal wrote:
>I am not sure what the speed of the cephes implementation is compared
>to that of the C library though. The float evaluations are used for
>plotting, so any slow down in the numerical approximation of these
>functions will degrade plotting perfo
Dear all,
Has there been any effort so far in wrapping the root-finding routines
in GSL? Or are there better alternatives for numerical root finding
of vector-valued functions in Sage? All I could find is this "mission
statement", but it doesn't look as if this was ever completed (I'd
love to be
Do you have a trac ticket number? The problem is
is_cython_file = lambda f:fnmatch.fnmatch(f,'*.{pyx,pxd,pxi}')
in parse_deps() in setup.py:633. Python does currently not support
curly-bracket matching:
sage: from glob import glob, fnmatch
sage: is_cython_file = lambda f:fnmatch.fnmatch(f,'*.{
This is a problem I discovered when upgrading from sage-4.5.3 to a
candidate 4.6.2.alpha4. Probably, the problem has existed for a while,
it just "surfaced" or got noticed now.
The problem is that the file
sage/algebras/quatalg/quaternion_algebra_element.cpp
is *not* recreated from the correspond
I respectfully disagree with some of the comments about copy editors.
One doesn't need to be a mathematician or an entry level programmer
to recognize that the installation guide is;
a) one of the first documents that many SAGE users use.
b) in need of some edits, particularly with respect to the s
17 matches
Mail list logo