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

com.meliorbis.numerics.generic.primitives.DoubleSubspaceSplitIterator 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.primitives;

import com.meliorbis.numerics.generic.SubSpaceSplitIterator;

/**
 * Specialisation of ISubspaceSlitIterator for primitive doubles
 * 
 * @author Tobias Grasl
 */
public interface DoubleSubspaceSplitIterator extends DoubleSettableIndexedIterator, SubSpaceSplitIterator
{
	/**
	 * Return type conversion
	 */
	DoubleSubspaceSplitIterator getOrthogonalIterator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy