Poisson.KernelSeries#

class Poisson.KernelSeries(residuals: list[float] = <factory>, compute_times: list[float] = <factory>, physical_errors: list[float] | None = None)[source]#

Bases: object

Per-iteration tracking arrays.

The kernel automatically populates residuals and compute_times during step(). Physical errors can be optionally appended by the caller for validation.

compute_times: list[float]#
physical_errors: list[float] | None = None#
residuals: list[float]#