Skip to content

acb_theta_jet#392

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

acb_theta_jet#392
SamSchiavone wants to merge 5 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.

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.


def test_acb_theta_jets_basic() -> None:
if not _has_acb_theta():
return
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.

The indentation here is off.

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