Corrector Protocols =================== The protocols module provides protocol definitions for the correction framework. .. currentmodule:: hiten.algorithms.corrector.protocols Corrector Step Protocol ----------------------- CorrectorStepProtocol() ^^^^^^^^^^^^^^ Protocol for step transformation functions in Newton-type methods. .. autoclass:: CorrectorStepProtocol :members: :undoc-members: Corrector Backend Protocol -------------------------- CorrectorBackendProtocol() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Protocol for backend correctors. .. autoclass:: CorrectorBackendProtocol :members: :undoc-members: