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

com.meliorbis.numerics.generic.impl.Reduction 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.SettableIterator;

/**
 * Implementing classes process an iterator and return a value, thereby
 * reducing the values the iterator provides
 * 
 * @author Tobias Grasl
 * 
 * @param  The type iterated over and returned
 * @param  The Exception that may be thrown by the operation
 */
public interface Reduction extends ReductionBase, E>
{
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy