Poisson.KernelSeries#
- class Poisson.KernelSeries(residuals: list[float] = <factory>, compute_times: list[float] = <factory>, physical_errors: list[float] | None = None)[source]#
Bases:
objectPer-iteration tracking arrays.
The kernel automatically populates residuals and compute_times during step(). Physical errors can be optionally appended by the caller for validation.