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

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

/**
 * An operation that works across some dimensions, successively
 * performed across the orthogonal ones.
 * 
 * @author Tobias Grasl
 *
 * @param  The type of array this operation operates on
 */
public interface IndexedSubSpaceOperation extends IteratedOperation
{
	default void initialise(SubSpaceSplitIterator orthogonal_) throws E
    {
        // Do nothing by default
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy