verry.integrate.VarEqSolverFactory#
- class verry.integrate.VarEqSolverFactory#
Bases:
ABC
Abstract factory for creating
VarEqSolver
.- abstractmethod create(integrator, intvlmat)#
Create
VarEqSolver
.- Parameters:
integrator (IntegratorFactory) – The integrator passed to
C1Solver
.intvlmat (type[IntervalMatrix]) – The type of interval matrices used in
C1Solver
.
- Return type: