#5554: implement cholesky_decomposition for matrices other than RDF
----------------------------+-----------------------------------------------
Reporter: ncalexan | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone:
Component: linear algebra | Keywords: cholesky decomposition RDF real
----------------------------+-----------------------------------------------
The attached patch
* renames cholesky() to cholesky_decomposition()
* improves the documentation
* adds a helper function _cholesky_decomposition_() for specialization;
* moves the GSL/scipy cholesky function to matrix_real_double_dense,
where it belongs;
* implements a generic Cholesky decomposition that works for arbitrary
precision real and complex fields, where we generalize symmetric to
Hermitian.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5554>
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
-~----------~----~----~----~------~----~------~--~---