#4733: [with patch, needs work] matrix exponential for general matrices
----------------------------+-----------------------------------------------
 Reporter:  jason           |        Owner:  was       
     Type:  enhancement     |       Status:  new       
 Priority:  major           |    Milestone:  sage-3.2.2
Component:  linear algebra  |   Resolution:            
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by mabshoff):

  * summary:  [with patch, positive review] matrix exponential for general
              matrices => [with patch, needs work] matrix
              exponential for general matrices

Comment:

 This patch does not compile for me:
 {{{
 python2.5 `which cython` --embed-positions --incref-local-binop
 -I/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2/devel/sage-main
 -o sage/matrix/matrix_mod2_dense.c sage/matrix/matrix_mod2_dense.pyx

 Error converting Pyrex file to C:
 ------------------------------------------------------------
 ...
         a = t.transpose()
         right_mat = right_mat* s.transpose()

     return left_mat, a, right_mat

     def exp(self):
    ^
 ------------------------------------------------------------

 /scratch/mabshoff/release-cycle/sage-3.2.2.alpha2/devel/sage-main/
 sage/matrix/matrix2.pyx:4914:4: def statement not allowed here
 Parallel build failed with status 256.
 sage: There was an error installing modified sage library code.
 }}}
 Note that it applied with huge, i.e. 337 line, offset. This patch probably
 needs a rebase.

 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4733#comment:9>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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