LocalLinSolverResult

class trainsum.locallinsolver.LocalLinSolverResult(*args, **kwargs)

Protocol for the result of a local linear solver.

array: T

The solution array.

residuals: list[float]

The residuals of the linear solver.