Skip to content

Commit

Permalink
Remove @cached_function for frobenius_trace and frobenius_norm
Browse files Browse the repository at this point in the history
  • Loading branch information
kryzar committed Aug 9, 2024
1 parent c06482d commit b50fd21
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,6 @@ def _frobenius_charpoly_motive(self):
"""
return self.frobenius_endomorphism().characteristic_polynomial(var)

@cached_method
def frobenius_norm(self):
r"""
Return the Frobenius norm of the Drinfeld module.
Expand Down Expand Up @@ -778,7 +777,6 @@ def frobenius_norm(self):
* p ** (n//p.degree())
return self._frobenius_norm

@cached_method
def frobenius_trace(self, algorithm=None):
r"""
Return the Frobenius trace of the Drinfeld module.
Expand Down

0 comments on commit b50fd21

Please sign in to comment.