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

org.matheclipse.generic.interfaces.IArrayFunction Maven / Gradle / Ivy

The newest version!
package org.matheclipse.generic.interfaces;

public interface IArrayFunction {
	T evaluate(Object[] index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy