File: TODO

package info (click to toggle)
gap-float 1.0.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 640 kB
  • sloc: ansic: 2,154; cpp: 2,018; xml: 194; makefile: 112; sh: 1
file content (9 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
* Implement machine complex numbers, using in particular src/c_poly.C for root finding

* Implement balls of complex numbers, based on mpc, with a real radius

* Implement root finding for polynomials with interval coefficients
this seems actually inexistent in all available libraries.

* Implement mixed-precision root finding
start by fast routine, using few bits from the coefficients to get approximate roots, use high precision at the end.