com.meliorbis.numerics.io.NumericsWriterFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Numerics Show documentation
Show all versions of Numerics Show documentation
A library for working with large multi-dimensional arrays and the functions they represent
package com.meliorbis.numerics.io;
/**
* Implementing classes provide writer classes which can be used to read from a backing store
*
* @author Tobias Grasl
*/
public interface NumericsWriterFactory extends NumericsIOFactory
{
}