Continuation Backends
The backends module provides the core numerical algorithms that drive the continuation process.
Base Backend
_ContinuationBackend()
Abstract base class for continuation backends.
- class hiten.algorithms.continuation.backends._ContinuationBackend(*, stepper_factory=None, support_factory=None)[source]
Bases:
_HitenBaseBackendBase contract for continuation backends.
- Parameters:
stepper_factory (_ContinuationStepperFactory | None)
support_factory (Callable[[], _ContinuationStepSupport] | None)
Predict-Correct Backend
_PCContinuationBackend()
Implement a predict-correct continuation backend.