Skip to content

acb_theta_jet#392

Open
SamSchiavone wants to merge 8 commits into
flintlib:mainfrom
SamSchiavone:acb_theta_jet
Open

acb_theta_jet#392
SamSchiavone wants to merge 8 commits into
flintlib:mainfrom
SamSchiavone:acb_theta_jet

Conversation

@SamSchiavone
Copy link
Copy Markdown

Adds interface to acb_theta_jet to compute derivatives of the Riemann theta function.

Comment thread src/flint/types/acb_theta.pyx Outdated
for i in range(nb):
char_jet = []
for j in range(nj):
r = acb.__new__(acb)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than creating Python-level acb objects and then using those to create an acb_mat. it would be more efficient to create an acb_mat and use loop over acb_set/acb_mat_entry.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tip! I think we fixed this in the latest commit.

Comment thread src/flint/test/test_acb_theta.py Outdated
@oscarbenjamin
Copy link
Copy Markdown
Collaborator

This will need to be added to the docs:

.. autofunction :: flint.types.acb_theta.acb_theta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants