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 PompStruct NamedTuple suitable for use with the functional API (pypomp.functional).

Returns:

The compiled structural representation of the model.

Return type:

PompStruct

See also

pypomp.functional.pfilter

Functional particle filter.

pypomp.functional.mif

Functional iterated filter.