verry.integrate.lognorm#
- class verry.integrate.lognorm(order=None)#
Bases:
VarEqSolverFactory
Factory for creating
VarEqSolver
that uses a logarithmic norm.- Parameters:
order (int | None, default=None) – The order of Taylor polynomials to enclose a solution of variational equations.
- 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: