com.meliorbis.numerics.fixedpoint.FixedPointState 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.fixedpoint;
/**
* A marker interface to mark an object as a state object for fixed point
* calculations.
*
* @author Tobias Grasl
*/
public interface FixedPointState
{
}