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

com.github.drstefanfriedrich.f2blib.package-info Maven / Gradle / Ivy

Go to download

Parse mathematical function expressions, convert them to Java bytecode, and evaluate them very quickly

There is a newer version: 1.1.0
Show newest version
/**
 * This package is the main entry point. It contains a factory {@link com.github.drstefanfriedrich.f2blib.FunctionEvaluationFactory}
 * for obtaining a {@link com.github.drstefanfriedrich.f2blib.FunctionEvaluationProvider} provider which, in turn, can be used to
 * obtain an implementation of a {@link com.github.drstefanfriedrich.f2blib.FunctionEvaluationKernel}.
 * The {@link com.github.drstefanfriedrich.f2blib.FunctionEvaluationKernel} is the main interface used to load function definitions into
 * the kernel and to evaluate them.
 */
package com.github.drstefanfriedrich.f2blib;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy