.. |
t-acos_series.c
|
add fmprb_poly_asin_series, fmprb_poly_acos_series
|
2013-07-17 06:45:03 +02:00 |
t-add.c
|
containment testing and some polynomial test code
|
2012-09-04 17:47:02 +02:00 |
t-asin_series.c
|
add fmprb_poly_asin_series, fmprb_poly_acos_series
|
2013-07-17 06:45:03 +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
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
t-evaluate_vec_iter.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +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-gamma_series.c
|
add fmprb_poly_gamma_series
|
2013-07-23 14:15:02 +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
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
t-interpolate_fast.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
t-interpolate_newton.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +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-lgamma_series.c
|
fix lgamma_series; add test code
|
2013-07-22 01:28:36 +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
|
speed up squaring in polynomial multiplication
|
2013-07-25 16:38:42 +02:00 |
t-mullow.c
|
speed up squaring in polynomial multiplication
|
2013-07-25 16:38:42 +02:00 |
t-mullow_block.c
|
add some more test code for mullow_block
|
2013-07-25 17:11:46 +02:00 |
t-mullow_classical.c
|
speed up squaring in polynomial multiplication
|
2013-07-25 16:38:42 +02:00 |
t-mullow_ztrunc.c
|
speed up squaring in polynomial multiplication
|
2013-07-25 16:38:42 +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-rgamma_series.c
|
add rgamma_series
|
2013-07-23 15:27:18 +02: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.c
|
sin_cos_series, sin_series, cos_series
|
2013-07-17 22:42:56 +02:00 |
t-sin_cos_series_basecase.c
|
add sin_cos_series_tangent
|
2013-07-17 22:23:30 +02:00 |
t-sin_cos_series_tangent.c
|
add sin_cos_series_tangent
|
2013-07-17 22:23:30 +02:00 |
t-sin_series_cos_series.c
|
sin_cos_series, sin_series, cos_series
|
2013-07-17 22:42:56 +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 |
t-tan_series.c
|
add fmprb_poly tan_series, neg, scalar_mul_2exp_si; fixes
|
2013-07-16 21:11:24 +02:00 |
t-zeta_series.c
|
document, test, cleanup fmprb_poly_zeta_series
|
2013-07-26 13:11:41 +02:00 |