Class UnitGrid

    • Constructor Detail

      • UnitGrid

        public UnitGrid​(int T)
        Construct a sequence of time points [0, 1, ..., T].
        Parameters:
        T - the grid size
      • UnitGrid

        public UnitGrid()
        Construct a sequence of time points [0, 1, ..., ∞].
    • Method Detail

      • size

        public int size()
        Description copied from interface: TimeGrid
        Get the number of time points.
        Specified by:
        size in interface TimeGrid
        Returns:
        the number of time points