
org.matheclipse.generic.interfaces.IIndexFunction Maven / Gradle / Ivy
The newest version!
package org.matheclipse.generic.interfaces;
public interface IIndexFunction {
T evaluate(int[] index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy