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

com.meliorbis.numerics.generic.ArrayFactory2D Maven / Gradle / Ivy

package com.meliorbis.numerics.generic;

/**
 * Factory for creating double arrays of generic type
 */
@FunctionalInterface
public interface ArrayFactory2D
{
    T[][] createArray(int size_);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy