Interface DiscreteMap

All Superinterfaces:
DynamicalMap<double[]>
All Known Implementing Classes:
HenonMap, LogisticMap

public interface DiscreteMap extends DynamicalMap<double[]>
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the dimension of the state space.
    double
    Returns the Hausdorff dimension (fractal dimension) of the attractor, if known.

    Methods inherited from interface DynamicalMap

    iterate, map
  • Method Details

    • dimensions

      int dimensions()
      Returns the dimension of the state space.
      Returns:
      the dimension
    • hausdorffDimension

      double hausdorffDimension()
      Returns the Hausdorff dimension (fractal dimension) of the attractor, if known.
      Returns:
      the Hausdorff dimension