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

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

/**
 * Factory interface for creating 1-dimensional arrays of generic types
 */
@FunctionalInterface
public interface ArrayFactory1D
{
    T[] createArray(int size_);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy