﻿pystencils.AssignmentCollection
===============================

.. currentmodule:: pystencils

.. autoclass:: AssignmentCollection

   

   
   .. rubric:: Methods

   .. autosummary::
      :toctree:
   
      ~AssignmentCollection.__init__
      ~AssignmentCollection.add_simplification_hint
      ~AssignmentCollection.add_subexpression
      ~AssignmentCollection.atoms
      ~AssignmentCollection.copy
      ~AssignmentCollection.dependent_symbols
      ~AssignmentCollection.find
      ~AssignmentCollection.lambdify
      ~AssignmentCollection.match
      ~AssignmentCollection.new_filtered
      ~AssignmentCollection.new_merged
      ~AssignmentCollection.new_with_inserted_subexpression
      ~AssignmentCollection.new_with_substitutions
      ~AssignmentCollection.new_without_subexpressions
      ~AssignmentCollection.new_without_unused_subexpressions
      ~AssignmentCollection.replace
      ~AssignmentCollection.set_main_assignments_from_dict
      ~AssignmentCollection.set_sub_expressions_from_dict
      ~AssignmentCollection.subs
      ~AssignmentCollection.topological_sort
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
      :toctree:
   
      ~AssignmentCollection.all_assignments
      ~AssignmentCollection.bound_fields
      ~AssignmentCollection.bound_symbols
      ~AssignmentCollection.defined_symbols
      ~AssignmentCollection.free_fields
      ~AssignmentCollection.free_symbols
      ~AssignmentCollection.main_assignments_dict
      ~AssignmentCollection.operation_count
      ~AssignmentCollection.rhs_fields
      ~AssignmentCollection.rhs_symbols
      ~AssignmentCollection.subexpressions_dict
   
   