Abstract Base Classes ===================== The module ``kernel_abc`` defines the base class for a hyperbolic graph and a hyperbolic tiling. It may serve as the starting point for the construction of new kernels. Please note that this module is abstract and its classes are intended to be subclassed in the application. It does not provide full implementations. Tiling Base Class ----------------- .. autoclass:: hypertiling.kernel_abc.Tiling :members: .. raw:: html
Graph Base Class ---------------- .. autoclass:: hypertiling.kernel_abc.Graph :members: