Skip to content

Commit

Permalink
Remove old naive_fixed functions
Browse files Browse the repository at this point in the history
  • Loading branch information
j-kieffer committed Sep 4, 2024
1 parent 3884955 commit ea007f7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 285 deletions.
4 changes: 0 additions & 4 deletions src/acb_theta.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,6 @@ void acb_theta_naive_worker(acb_ptr th, slong len, acb_srcptr zs, slong nb,
void acb_theta_naive_00(acb_ptr th, acb_srcptr zs, slong nb, const acb_mat_t tau, slong prec);
void acb_theta_naive_0b(acb_ptr th, acb_srcptr zs, slong nb, const acb_mat_t tau, slong prec);

void acb_theta_naive_fixed_ab(acb_ptr th, ulong ab, acb_srcptr zs, slong nb,
const acb_mat_t tau, slong prec);
void acb_theta_naive_fixed_a(acb_ptr th, ulong a, acb_srcptr zs, slong nb,
const acb_mat_t tau, slong prec);
void acb_theta_naive_all(acb_ptr th, acb_srcptr zs, slong nb, const acb_mat_t tau, slong prec);

#ifdef __cplusplus
Expand Down
62 changes: 0 additions & 62 deletions src/acb_theta/naive_fixed_a.c

This file was deleted.

62 changes: 0 additions & 62 deletions src/acb_theta/naive_fixed_ab.c

This file was deleted.

4 changes: 0 additions & 4 deletions src/acb_theta/test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
#include "t-jet_tuples.c"
#include "t-naive_00.c"
#include "t-naive_all.c"
#include "t-naive_fixed_ab.c"
#include "t-naive_fixed_a.c"
#include "t-naive_radius.c"
#include "t-naive_reduce.c"
#include "t-naive_term.c"
Expand Down Expand Up @@ -157,8 +155,6 @@ test_struct tests[] =
TEST_FUNCTION(acb_theta_jet_tuples),
TEST_FUNCTION(acb_theta_naive_00),
TEST_FUNCTION(acb_theta_naive_all),
TEST_FUNCTION(acb_theta_naive_fixed_ab),
TEST_FUNCTION(acb_theta_naive_fixed_a),
TEST_FUNCTION(acb_theta_naive_radius),
TEST_FUNCTION(acb_theta_naive_reduce),
TEST_FUNCTION(acb_theta_naive_term),*/
Expand Down
76 changes: 0 additions & 76 deletions src/acb_theta/test/t-naive_fixed_a.c

This file was deleted.

77 changes: 0 additions & 77 deletions src/acb_theta/test/t-naive_fixed_ab.c

This file was deleted.

0 comments on commit ea007f7

Please sign in to comment.