=============== Input Parameter =============== The input parameter is the discretization of the input function. This should be an array :math:`[u(t_0), u(t_1), \dots, u(t_K)]`. The :py:class:`~nopec.parameters.Input` class can create such an array from a selection of typical functions, if initialized with the array of time values. .. autoclass:: nopec.parameters::Input() :members: