x3cflux.StationaryCumomerSystemBuilder

class x3cflux.StationaryCumomerSystemBuilder

Bases: pybind11_object

Cascade system builder

Attributes

derivative_solver

solver

Methods

build(self, params, numpy.float64, ])

Builds cascade system from metabolic parameters.

set_solver(self, solver)

build(self: x3cflux.lib.core.StationaryCumomerSystemBuilder, params: Annotated[numpy.typing.ArrayLike, numpy.float64, '[m, 1]']) x3cflux::LabelingSystem<x3cflux::CumomerMethod, true, false, true>

Builds cascade system from metabolic parameters.

Parameters:

params (np.ndarray) – vector of all metabolic parameters (e.g. from compute_parameters)

Returns:

cascade system

set_solver(self: x3cflux.lib.core.StationaryCumomerSystemBuilder, solver: x3cflux.lib.core.VectorLESSolver) None