pypomp.Pomp.to_struct¶
- Pomp.to_struct() PompStruct[source]¶
Export the model to a lightweight JAX-compatible struct.
Packs the static data arrays and compiled simulator callables into a
PompStructNamedTuple suitable for use with the functional API (pypomp.functional).- Returns:
The compiled structural representation of the model.
- Return type:
See also
pypomp.functional.pfilterFunctional particle filter.
pypomp.functional.mifFunctional iterated filter.