#18194: Speedup of calculation of Macdonald H and Ht bases
-------------------------------------+-------------------------------------
       Reporter:  zabrocki           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.6
      Component:  combinatorics      |   Resolution:
       Keywords:  sf, days67, sage-  |    Merged in:
  combinat                           |    Reviewers:  Travis Scrimshaw
        Authors:  Mike Zabrocki      |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  54336b9146a247b6ee7ae97e47d07e0a5d5c41d0
  public/combinat/mac_speedup-18194  |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by zabrocki):

 We need the two subs though for this to work properly because if `t=0`
 then you can't substitute `t->1/t` (as one would need to in order to
 compute the `H` values from the `Ht` values), it needs to be done
 symbolically and then substitute the value for `t` afterwards.
 If the main culprit is are the subs then one workaround is that I can
 figure out the formulas for the functions `cmunu` which work for the `H`
 basis and create a separate cache for the `H` functions.  This is not
 ideal because then it memorizes the values for `H` and `Ht` bases
 separately.  On current branch it computes `Ht` values first and them
 computes `H` values with `t->1/t`.

--
Ticket URL: <http://trac.sagemath.org/ticket/18194#comment:25>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to