cspline\_parameters =================== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.cspline_external import * try: from pyomo.contrib.cspline_external import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.cspline_external .. automodule:: pyomo.contrib.cspline_external.cspline_parameters :undoc-members: .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst CsplineParameters CubicParametersModel CubicParametersModelData IndexedCubicParametersModel ScalarCubicParametersModel .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst add_concave_constraints add_convex_constraints add_decreasing_constraints add_increasing_constraints cubic_parameters_model