NPV\_ExternalFunctionExpression =============================== (class from :py:mod:`pyomo.core.expr.numeric_expr`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.expr.numeric_expr import * try: from pyomo.core.expr.numeric_expr import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.expr.numeric_expr .. autoclass:: pyomo.core.expr.numeric_expr::NPV_ExternalFunctionExpression :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~NPV_ExternalFunctionExpression.__init__ ~NPV_ExternalFunctionExpression.arg ~NPV_ExternalFunctionExpression.clone ~NPV_ExternalFunctionExpression.create_node_with_local_data ~NPV_ExternalFunctionExpression.create_potentially_variable_object ~NPV_ExternalFunctionExpression.get_arg_units ~NPV_ExternalFunctionExpression.get_units ~NPV_ExternalFunctionExpression.getname ~NPV_ExternalFunctionExpression.is_component_type ~NPV_ExternalFunctionExpression.is_constant ~NPV_ExternalFunctionExpression.is_expression_type ~NPV_ExternalFunctionExpression.is_fixed ~NPV_ExternalFunctionExpression.is_indexed ~NPV_ExternalFunctionExpression.is_logical_type ~NPV_ExternalFunctionExpression.is_named_expression_type ~NPV_ExternalFunctionExpression.is_numeric_type ~NPV_ExternalFunctionExpression.is_parameter_type ~NPV_ExternalFunctionExpression.is_potentially_variable ~NPV_ExternalFunctionExpression.is_reference ~NPV_ExternalFunctionExpression.is_relational ~NPV_ExternalFunctionExpression.is_variable_type ~NPV_ExternalFunctionExpression.nargs ~NPV_ExternalFunctionExpression.polynomial_degree ~NPV_ExternalFunctionExpression.potentially_variable_base_class ~NPV_ExternalFunctionExpression.size ~NPV_ExternalFunctionExpression.to_string .. rubric:: Attributes .. autosummary:: ~NPV_ExternalFunctionExpression.PRECEDENCE ~NPV_ExternalFunctionExpression.args ~NPV_ExternalFunctionExpression.local_name ~NPV_ExternalFunctionExpression.name .. rubric:: Member Documentation