#13045: Deprecate cholesky_decomposition() in favor of cholesky()
--------------------------------------------------+-------------------------
       Reporter:  rbeezer                         |         Owner:  jason, was  
           Type:  defect                          |        Status:  needs_review
       Priority:  minor                           |     Milestone:  sage-5.1    
      Component:  linear algebra                  |    Resolution:              
       Keywords:  sd40.5                          |   Work issues:              
Report Upstream:  N/A                             |     Reviewers:              
        Authors:  Rob Beezer                      |     Merged in:              
   Dependencies:  #12966, #13018, #11274, #13035  |      Stopgaps:              
--------------------------------------------------+-------------------------

Comment (by ddrake):

 One note: string formatting when raising an exception is, in many cases, a
 really bad idea, since generating the string may take a really long time.
 This mostly happens when trying to represent a very large number or other
 Sage object, and can dramatically slow down some algorithms which try
 things, catch exceptions, and then try other things without looking at the
 error message.

 I ''think'' the string formatting here is fine, since it should just be
 mixing in another simple error message, but it seems wise to leave a
 warning here.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13045#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to