All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.meliorbis.numerics.generic.impl.IndexedReduction Maven / Gradle / Ivy

Go to download

A library for working with large multi-dimensional arrays and the functions they represent

There is a newer version: 1.2
Show newest version
/**
 * 
 */
package com.meliorbis.numerics.generic.impl;

import com.meliorbis.numerics.generic.SubSpaceSplitIterator;

/**
 * Interface for reduction operations which also require access to the current index
 * 
 * @author Tobias Grasl
 * 
 * @param  The type iterated over and returned
 * @param  The Exception that may be thrown by the operation
 */
public interface IndexedReduction extends ReductionBase, E>
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy