arb/fmprb_poly/test
2013-07-16 19:31:05 +02:00
..
t-add.c containment testing and some polynomial test code 2012-09-04 17:47:02 +02:00
t-atan_series.c fix bug in atan_series test code 2013-07-16 19:27:56 +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-div_series.c fmprb_poly_inv_series: allow variable input length; add proper fmprb_poly_div_series 2013-07-13 11:25:31 -07: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-get_coeff_ptr.c add several fmprb_poly utility functions 2013-07-11 18:34:32 -07:00
t-get_set_coeff_fmprb.c add several fmprb_poly utility functions 2013-07-11 18:34:32 -07: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_block.c numerically stable blockwise polynomial multiplication (should be working; more testing necessary) 2013-04-02 19:13:27 +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-revert_series.c fmprb_poly power series reversion 2013-07-07 18:31:57 -07:00
t-revert_series_lagrange.c fmprb_poly power series reversion 2013-07-07 18:31:57 -07:00
t-revert_series_lagrange_fast.c fmprb_poly power series reversion 2013-07-07 18:31:57 -07:00
t-revert_series_newton.c fmprb_poly power series reversion 2013-07-07 18:31:57 -07:00
t-rfac_series_ui.c add fmprb_poly rising factorial; plus helpers overlaps and randtest 2012-12-03 10:59:32 +01:00
t-rsqrt_series.c power series square root and reciprocal square root 2013-07-15 14:54:25 +02:00
t-shift_left_right.c add several fmprb_poly utility functions 2013-07-11 18:34:32 -07:00
t-sin_cos_series_basecase.c add sin_cos_series_basecase 2013-07-16 19:31:05 +02:00
t-sqrt_series.c power series square root and reciprocal square root 2013-07-15 14:54:25 +02:00
t-sub.c add missing polynomial subtraction methods, make sure to always round when adding/subtracting 2013-05-28 17:36:38 +02:00