Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/arb_poly.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ void _arb_poly_mullow_block(arb_ptr C,
void arb_poly_mullow_block(arb_poly_t res, const arb_poly_t poly1,
const arb_poly_t poly2, slong len, slong prec);

void arb_poly_mullow_convex(arb_poly_t c, const arb_poly_t a, const arb_poly_t b, slong prec);

void _arb_poly_mullow(arb_ptr C,
arb_srcptr A, slong lenA,
arb_srcptr B, slong lenB, slong n, slong prec);
Expand Down
Loading