.. |
test
|
add fmprb_poly rising factorial; plus helpers overlaps and randtest
|
2012-12-03 10:59:32 +01:00 |
add.c
|
start of a ball polynomial type
|
2012-09-04 12:56:29 +02:00 |
clear.c
|
containment testing and some polynomial test code
|
2012-09-04 17:47:02 +02:00 |
compose.c
|
add polynomial composition (Horner, divconquer)
|
2012-09-26 12:57:32 +02:00 |
compose_divconquer.c
|
add polynomial composition (Horner, divconquer)
|
2012-09-26 12:57:32 +02:00 |
compose_horner.c
|
add polynomial composition (Horner, divconquer)
|
2012-09-26 12:57:32 +02:00 |
compose_series.c
|
implement power series composition
|
2012-09-26 15:51:46 +02:00 |
compose_series_brent_kung.c
|
implement power series composition
|
2012-09-26 15:51:46 +02:00 |
compose_series_horner.c
|
implement power series composition
|
2012-09-26 15:51:46 +02:00 |
contains_fmpq_poly.c
|
containment testing and some polynomial test code
|
2012-09-04 17:47:02 +02:00 |
derivative.c
|
add polynomial derivative and integral
|
2012-09-07 18:54:32 +02:00 |
div_root.c
|
add barycentric interpolation, and helper functions
|
2012-09-23 21:39:48 +02:00 |
divrem.c
|
polynomial interpolation, using the Newton scheme
|
2012-09-22 04:18:13 +02:00 |
equal.c
|
fix some bugs and add more test code
|
2012-09-13 13:47:22 +02:00 |
evaluate.c
|
fast multipoint evaluation
|
2012-09-23 22:02:54 +02:00 |
evaluate_vec_fast.c
|
fast multipoint evaluation
|
2012-09-23 22:02:54 +02:00 |
evaluate_vec_iter.c
|
fast multipoint evaluation
|
2012-09-23 22:02:54 +02:00 |
exp_series.c
|
move vector functions
|
2012-09-21 16:25:39 +02:00 |
exp_series_basecase.c
|
fix some bugs and add more test code
|
2012-09-13 13:47:22 +02:00 |
fit_length.c
|
start of a ball polynomial type
|
2012-09-04 12:56:29 +02:00 |
init.c
|
add fmprb_poly_mullow_classical and various helper functions
|
2012-09-20 18:31:21 +02:00 |
integral.c
|
add polynomial derivative and integral
|
2012-09-07 18:54:32 +02:00 |
interpolate_barycentric.c
|
add barycentric interpolation, and helper functions
|
2012-09-23 21:39:48 +02:00 |
interpolate_fast.c
|
add fast interpolation
|
2012-09-24 01:20:35 +02:00 |
interpolate_newton.c
|
add barycentric interpolation, and helper functions
|
2012-09-23 21:39:48 +02:00 |
inv_series.c
|
move vector functions
|
2012-09-21 16:25:39 +02:00 |
log_gamma_series.c
|
use the fast zeta multi-evaluation algorithm
|
2012-09-10 10:35:11 +02:00 |
log_series.c
|
fix some bugs and add more test code
|
2012-09-13 13:47:22 +02:00 |
Makefile
|
start of a ball polynomial type
|
2012-09-04 12:56:29 +02:00 |
mul.c
|
add more test code and fix aliasing in fmprb_poly_mul
|
2012-09-20 18:37:40 +02:00 |
mullow.c
|
add fmprb_poly_mullow_classical and various helper functions
|
2012-09-20 18:31:21 +02:00 |
mullow_classical.c
|
move vector functions
|
2012-09-21 16:25:39 +02:00 |
mullow_ztrunc.c
|
add fast interpolation
|
2012-09-24 01:20:35 +02:00 |
normalise.c
|
start of a ball polynomial type
|
2012-09-04 12:56:29 +02:00 |
overlaps.c
|
add fmprb_poly rising factorial; plus helpers overlaps and randtest
|
2012-12-03 10:59:32 +01:00 |
printd.c
|
start of a ball polynomial type
|
2012-09-04 12:56:29 +02:00 |
product_roots.c
|
add barycentric interpolation, and helper functions
|
2012-09-23 21:39:48 +02:00 |
randtest.c
|
add fmprb_poly rising factorial; plus helpers overlaps and randtest
|
2012-12-03 10:59:32 +01:00 |
reverse.c
|
polynomial interpolation, using the Newton scheme
|
2012-09-22 04:18:13 +02:00 |
rfac_series_ui.c
|
add fmprb_poly rising factorial; plus helpers overlaps and randtest
|
2012-12-03 10:59:32 +01:00 |
set.c
|
move vector functions
|
2012-09-21 16:25:39 +02:00 |
set_fmpq_poly.c
|
start of a ball polynomial type
|
2012-09-04 12:56:29 +02:00 |
set_fmpz_poly.c
|
start of a ball polynomial type
|
2012-09-04 12:56:29 +02:00 |
set_length.c
|
implement power series inversion; fix multiplication bug
|
2012-09-05 02:12:32 +02:00 |
tree.c
|
fast multipoint evaluation
|
2012-09-23 22:02:54 +02:00 |