LinearSolverBeliefUpdate

class probnum.linalg.solvers.belief_updates.LinearSolverBeliefUpdate

Bases: abc.ABC

Belief update for the quantities of interest of a linear system.

Given a solver state containing information about the linear system collected in the current step, update the belief about the quantities of interest.

Methods Summary

__call__(solver_state)

Update the belief about the quantities of interest of a linear system.

Methods Documentation

abstract __call__(solver_state)[source]

Update the belief about the quantities of interest of a linear system.

Parameters

solver_state (LinearSolverState) – Current state of the linear solver.

Return type

LinearSystemBelief