Skip to content

Commit

Permalink
Removed an outdated todo (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkraemer authored Jan 3, 2024
1 parent c252626 commit 259ee84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions matfree/hutchinson.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

from matfree.backend import func, linalg, np, prng, tree_util

# todo: allow a fun() that returns pytrees instead of arrays.
# why? Because then we rival trace_and_variance as
# trace_and_frobeniusnorm(): y=Ax; return (x@y, y@y)


def hutchinson(integrand_fun, /, sample_fun):
"""Construct Hutchinson's estimator.
Expand Down

0 comments on commit 259ee84

Please sign in to comment.