Library OrganizationΒΆ

The library consists of five distinct modules:

  • ifstype.ifs: core functionality of iterated function systems

  • ifstype.generations: compute children of net intervals and other depedency relationships; generate transition graph

  • ifstype.graph: the transition graph class and related methods

  • algorithms: some easy-to-use algorithms as examples and common use cases

  • examples: example iterated function systems of various types

  • info: write information about the IFS and TransitionGraph objects