Class SpecifiedIndex.SpecifiedIndexesGenerator

  • All Implemented Interfaces:
    net.ericaro.neoitertools.Generator<net.ericaro.neoitertools.Generator<List<Long>>>
    Enclosing class:
    SpecifiedIndex

    public static class SpecifiedIndex.SpecifiedIndexesGenerator
    extends Object
    implements net.ericaro.neoitertools.Generator<net.ericaro.neoitertools.Generator<List<Long>>>
    A generator for SpecifiedIndex for Itertools.product(Generator) to iterate over an array given a set of iterators
    • Constructor Detail

      • SpecifiedIndexesGenerator

        public SpecifiedIndexesGenerator​(INDArrayIndex[] indexes)
        The indexes to generate from
        Parameters:
        indexes - the indexes to generate from