diff --git a/matfree/hutchinson.py b/matfree/hutchinson.py index c9ddadf..175d3fe 100644 --- a/matfree/hutchinson.py +++ b/matfree/hutchinson.py @@ -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.