hutchpp
trace.hutchpp(
A,=None,
m=32,
batch='reduced',
mode='rademacher',
pdf=None,
seed=False,
full )
Hutch++ estimator.
Parameters
Name | Type | Description | Default |
---|---|---|---|
A | Union[LinearOperator, np.ndarray] | Matrix or LinearOperator to estimate the trace of. | required |
m | Optional[int] | number of matvecs to use. If not given, defaults to n // 3 . |
None |
batch | int | currently unused. | 32 |