.. |
test
|
improve rising factorial series for length 1, 2; fix a bug and add missing test file
|
2013-12-29 22:04:00 +01:00 |
add.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
atan_series.c
|
fmpcb_poly elementary function power series
|
2013-07-27 18:11:29 +02:00 |
clear.c
|
initial code for complex numbers and polynomials
|
2012-10-14 16:30:01 +02:00 |
compose.c
|
fast composition by monomials
|
2013-08-26 14:03:46 +02:00 |
compose_divconquer.c
|
add fmpcb_poly compose, compose_series, revert methods
|
2013-07-27 11:37:26 +02:00 |
compose_horner.c
|
add fmpcb_poly compose, compose_series, revert methods
|
2013-07-27 11:37:26 +02:00 |
compose_series.c
|
fast composition by monomials
|
2013-08-26 14:03:46 +02:00 |
compose_series_brent_kung.c
|
add fmpcb_poly compose, compose_series, revert methods
|
2013-07-27 11:37:26 +02:00 |
compose_series_horner.c
|
add fmpcb_poly compose, compose_series, revert methods
|
2013-07-27 11:37:26 +02:00 |
contains.c
|
more polynomial helper functions
|
2013-07-27 10:47:22 +02:00 |
contains_fmpq_poly.c
|
arithmetic for complex polynomials
|
2012-11-08 15:49:44 +01:00 |
contains_fmpz_poly.c
|
add fmprb/fmpcb_poly_contains_fmpz_poly, fmprb_poly_pow_ui(_trunc)
|
2013-08-27 22:48:08 +02:00 |
cos_series.c
|
slightly improve sin/cos/tan_series
|
2013-10-21 16:45:11 +02:00 |
derivative.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
div_root.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
div_series.c
|
propagate division improvements to fmpcb_poly
|
2013-07-24 15:18:52 +02:00 |
divrem.c
|
propagate division improvements to fmpcb_poly
|
2013-07-24 15:18:52 +02:00 |
equal.c
|
arithmetic for complex polynomials
|
2012-11-08 15:49:44 +01:00 |
evaluate.c
|
more fmpcb_poly evaluation methods
|
2013-07-27 11:12:37 +02:00 |
evaluate2.c
|
more fmpcb_poly evaluation methods
|
2013-07-27 11:12:37 +02:00 |
evaluate2_horner.c
|
more fmpcb_poly evaluation methods
|
2013-07-27 11:12:37 +02:00 |
evaluate2_rectangular.c
|
more fmpcb_poly evaluation methods
|
2013-07-27 11:12:37 +02:00 |
evaluate_horner.c
|
more fmpcb_poly evaluation methods
|
2013-07-27 11:12:37 +02:00 |
evaluate_rectangular.c
|
more fmpcb_poly evaluation methods
|
2013-07-27 11:12:37 +02:00 |
evaluate_vec_fast.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
evaluate_vec_iter.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
exp_series.c
|
slight improvement to exp_series_basecase for large n
|
2013-11-24 02:40:57 +01:00 |
exp_series_basecase.c
|
slight improvement to exp_series_basecase for large n
|
2013-11-24 02:40:57 +01:00 |
find_roots.c
|
add fmpr_abs_bound_lt_2exp_si; some more simplification
|
2013-09-19 11:50:01 +01:00 |
fit_length.c
|
initial code for complex numbers and polynomials
|
2012-10-14 16:30:01 +02:00 |
gamma_series.c
|
some more renaming
|
2013-07-30 15:38:43 +02:00 |
get_coeff_fmpcb.c
|
add some fmpcb_poly helper functions
|
2013-07-27 10:04:38 +02:00 |
init.c
|
initial code for complex numbers and polynomials
|
2012-10-14 16:30:01 +02:00 |
integral.c
|
add fmpcb_poly_integral
|
2013-07-24 16:12:09 +02:00 |
interpolate_barycentric.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
interpolate_fast.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
interpolate_newton.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
inv_series.c
|
propagate division improvements to fmpcb_poly
|
2013-07-24 15:18:52 +02:00 |
lgamma_series.c
|
lgamma: unify branch correction code; speed up series code when n <= 2
|
2013-08-05 13:41:26 +02:00 |
log_series.c
|
improve log_series for special-form input
|
2013-10-21 15:30:19 +02:00 |
Makefile
|
initial code for complex numbers and polynomials
|
2012-10-14 16:30:01 +02:00 |
mul.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
mullow.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
mullow_classical.c
|
speed up squaring in polynomial multiplication
|
2013-07-25 16:38:42 +02:00 |
mullow_transpose.c
|
speed up squaring in polynomial multiplication
|
2013-07-25 16:38:42 +02:00 |
mullow_transpose_gauss.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
normalise.c
|
initial code for complex numbers and polynomials
|
2012-10-14 16:30:01 +02:00 |
overlaps.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
printd.c
|
initial code for complex numbers and polynomials
|
2012-10-14 16:30:01 +02:00 |
product_roots.c
|
change a ptr -> srcptr
|
2014-01-15 12:08:49 +01:00 |
randtest.c
|
arithmetic for complex polynomials
|
2012-11-08 15:49:44 +01:00 |
refine_roots_durand_kerner.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
reverse.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
revert_series.c
|
don't require zero-padded input in series reversion
|
2014-01-15 11:40:11 +01:00 |
revert_series_lagrange.c
|
don't require zero-padded input in series reversion
|
2014-01-15 11:40:11 +01:00 |
revert_series_lagrange_fast.c
|
don't require zero-padded input in series reversion
|
2014-01-15 11:40:11 +01:00 |
revert_series_newton.c
|
don't require zero-padded input in series reversion
|
2014-01-15 11:40:11 +01:00 |
rgamma_series.c
|
some more renaming
|
2013-07-30 15:38:43 +02:00 |
rising_ui_series.c
|
improve rising factorial series for length 1, 2; fix a bug and add missing test file
|
2013-12-29 22:04:00 +01:00 |
root_inclusion.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
rsqrt_series.c
|
add fmpcb_rsqrt (complex reciprocal square root)
|
2013-10-21 17:58:42 +02:00 |
set.c
|
arithmetic for complex polynomials
|
2012-11-08 15:49:44 +01:00 |
set2_fmpq_poly.c
|
more helper functions, and some documenting
|
2012-10-16 10:27:05 +02:00 |
set2_fmprb_poly.c
|
more helper functions, and some documenting
|
2012-10-16 10:27:05 +02:00 |
set_coeff_fmpcb.c
|
add some fmpcb_poly helper functions
|
2013-07-27 10:04:38 +02:00 |
set_coeff_si.c
|
add some fmpcb_poly helper functions
|
2013-07-27 10:04:38 +02:00 |
set_fmpz_poly.c
|
more polynomial helper functions
|
2013-07-27 10:47:22 +02:00 |
set_length.c
|
initial code for complex numbers and polynomials
|
2012-10-14 16:30:01 +02:00 |
set_si.c
|
more polynomial helper functions
|
2013-07-27 10:47:22 +02:00 |
shift_left.c
|
more fmpcb_poly helper functions
|
2013-07-27 10:12:18 +02:00 |
shift_right.c
|
more fmpcb_poly helper functions
|
2013-07-27 10:12:18 +02:00 |
sin_cos_series.c
|
slightly improve sin/cos/tan_series
|
2013-10-21 16:45:11 +02:00 |
sin_cos_series_basecase.c
|
fmpcb_poly elementary function power series
|
2013-07-27 18:11:29 +02:00 |
sin_cos_series_tangent.c
|
fmpcb_poly elementary function power series
|
2013-07-27 18:11:29 +02:00 |
sin_series.c
|
slightly improve sin/cos/tan_series
|
2013-10-21 16:45:11 +02:00 |
sqrt_series.c
|
improve special cases in sqrt/rsqrt series
|
2013-10-21 17:08:17 +02:00 |
sub.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
tan_series.c
|
slightly improve sin/cos/tan_series
|
2013-10-21 16:45:11 +02:00 |
tree.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
validate_roots.c
|
introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs
|
2013-07-17 20:18:15 +02:00 |
zeta_series.c
|
add fmpcb_poly_zeta_series
|
2013-07-28 13:10:46 +02:00 |