.. |
t-add.c
|
containment testing and some polynomial test code
|
2012-09-04 17:47:02 +02:00 |
t-compose.c
|
add polynomial composition (Horner, divconquer)
|
2012-09-26 12:57:32 +02:00 |
t-compose_divconquer.c
|
add polynomial composition (Horner, divconquer)
|
2012-09-26 12:57:32 +02:00 |
t-compose_horner.c
|
add polynomial composition (Horner, divconquer)
|
2012-09-26 12:57:32 +02:00 |
t-compose_series.c
|
implement power series composition
|
2012-09-26 15:51:46 +02:00 |
t-compose_series_brent_kung.c
|
implement power series composition
|
2012-09-26 15:51:46 +02:00 |
t-compose_series_horner.c
|
implement power series composition
|
2012-09-26 15:51:46 +02:00 |
t-divrem.c
|
polynomial evaluation (only the Horner algorithm for now)
|
2012-09-22 00:32:33 +02:00 |
t-evaluate.c
|
polynomial evaluation (only the Horner algorithm for now)
|
2012-09-22 00:32:33 +02:00 |
t-evaluate2.c
|
add functions for evaluating an fmprb_poly with an fmpcb argument
|
2013-02-27 16:09:36 +01:00 |
t-evaluate2_fmpcb_rectangular.c
|
add fmprb_poly_evaluate2_fmpcb
|
2013-03-04 10:25:26 +01:00 |
t-evaluate2_horner.c
|
add functions for evaluating an fmprb_poly with an fmpcb argument
|
2013-02-27 16:09:36 +01:00 |
t-evaluate2_rectangular.c
|
add functions for evaluating an fmprb_poly with an fmpcb argument
|
2013-02-27 16:09:36 +01:00 |
t-evaluate_fmpcb_rectangular.c
|
add functions for evaluating an fmprb_poly with an fmpcb argument
|
2013-02-27 16:09:36 +01:00 |
t-evaluate_horner.c
|
rectangular splitting for fmprb_poly_evaluate; add simultaneous derivative evaluation
|
2013-02-22 16:02:03 +01:00 |
t-evaluate_rectangular.c
|
add functions for evaluating an fmprb_poly with an fmpcb argument
|
2013-02-27 16:09:36 +01:00 |
t-evaluate_vec_fast.c
|
fast multipoint evaluation
|
2012-09-23 22:02:54 +02:00 |
t-evaluate_vec_iter.c
|
fast multipoint evaluation
|
2012-09-23 22:02:54 +02:00 |
t-exp_series.c
|
fixes, tests and docs for exp_series
|
2012-09-21 13:09:38 +02:00 |
t-exp_series_basecase.c
|
fix some bugs and add more test code
|
2012-09-13 13:47:22 +02:00 |
t-interpolate_barycentric.c
|
add barycentric interpolation, and helper functions
|
2012-09-23 21:39:48 +02:00 |
t-interpolate_fast.c
|
add fast interpolation
|
2012-09-24 01:20:35 +02:00 |
t-interpolate_newton.c
|
add barycentric interpolation, and helper functions
|
2012-09-23 21:39:48 +02:00 |
t-inv_series.c
|
add more test code and fix aliasing in fmprb_poly_mul
|
2012-09-20 18:37:40 +02:00 |
t-log_series.c
|
fix some bugs and add more test code
|
2012-09-13 13:47:22 +02:00 |
t-mul.c
|
add more test code and fix aliasing in fmprb_poly_mul
|
2012-09-20 18:37:40 +02:00 |
t-mullow.c
|
add fmprb_poly_mullow_classical and various helper functions
|
2012-09-20 18:31:21 +02:00 |
t-mullow_classical.c
|
add fmprb_poly_mullow_classical and various helper functions
|
2012-09-20 18:31:21 +02:00 |
t-mullow_ztrunc.c
|
add fmprb_poly_mullow_classical and various helper functions
|
2012-09-20 18:31:21 +02:00 |
t-rfac_series_ui.c
|
add fmprb_poly rising factorial; plus helpers overlaps and randtest
|
2012-12-03 10:59:32 +01:00 |