Back to Eqiora docs Skip to main content

Module time

Module time 

Source
Description

Backend-neutral lowered time problems, adaptive plans, and evidence.

Structs§

ConstantDerivativeMatrixProof
A constant derivative Jacobian whose rank is computed without a numerical tolerance.
EventFlowLinearization
Vector fields immediately before and after one canonical event reset.
EventForwardSensitivity
Event-time and fixed-time post-reset forward sensitivities.
EventGuardLinearization
First derivatives of one scalar event guard g(t, y, p).
EventResetLinearization
First derivatives of one reset map y^+ = rho(t, y^-, p).
ForwardSensitivityPlan
Error-control policy for continuous forward sensitivities.
ForwardSensitivityProblem
One validated primal problem plus continuous parameter-JVP actions.
ForwardSensitivitySolution
Primal trajectory plus dy/dp_j samples for every declared parameter.
GeneralImplicitLoweringProof
Backend-neutral witness for canonical Relation → general residual lowering.
ImplicitDaeInitialization
Owned, shape-checked initial pair accepted by a residual-native adapter.
ImplicitDaeProblem
Validated general residual problem with an explicit variable partition.
MonomialDerivativeRow
One differential row in the full monomial view used to normalize an ODE.
ReferenceImplicitTimeBackend
Small deterministic implicit-Euler/Newton oracle for general residuals.
RegisteredRootProblem
Root actions bound to the exact registration identity and callback proof.
RootActivationGroup
One scalar root function mapped to a complete atomic Activation group.
RootProposal
Backend-localized candidate presented to Eqiora’s hybrid scheduler.
RootRegistrationId
SHA-256 identity of one validated, ordered root-function registration.
RootRegistrationProof
Canonical callback order and Activation grouping proven by registration.
TimeBackendId
Stable Eqiora-owned identity for a time-execution backend.
TimeBackendIdentity
Atomic adapter identity attached to accepted time execution.
TimeBackendVersion
Exact release identity supplied by a time-execution adapter.
TimeExecutionReport
Backend and policy identity attached to an accepted time solution.
TimeLoweringProof
Backend-neutral witness for canonical Relation → first-order lowering.
TimePlan
Complete adaptive integration and output-sampling policy for one run.
TimeProblem
Validated, parameter-bound first-order problem.
TimeSolution
Dense field-local samples returned by a production time backend.
TransversalEventLinearization
Lowered first-order linearization of one isolated transversal event.

Enums§

DaeVariableKind
Differential or algebraic role of one residual-native state coordinate.
GeneralImplicitReason
Structural reason a canonical Relation requires residual-native execution.
InitialConditionPolicy
Meaning of the data supplied at the initial model time.
MassMatrixRank
Structural rank promised by the lowering that produced a mass matrix.
MassParameterDependence
Parameter dependence admitted for a mass matrix during sensitivity solves.
TimeEquationClass
Exact continuous equation class presented to a time backend.
TimeMethod
Integration algorithm selected by Realization, not model meaning.

Constants§

REFERENCE_IMPLICIT_TIME_BACKEND
Stable identity of the deterministic residual-native reference oracle.

Traits§

ImplicitTimeSystem
Residual and tangent actions for F(t, y, y_dot) = 0.
ParametricTimeSystem
Parameter actions required to integrate continuous forward sensitivities.
RootFunctions
Zero-crossing actions used only to propose candidate event instants.
TimeSystem
Infallible-shape, fallible-value action for one lowered first-order system.