软件包: jel-java (2.1.2-1)
jel-java 的相关链接
Trisquel 的资源:
下载源码包 jel:
维护者:
Original Maintainers:
- Debian Science Team (Mail Archive)
- Ole Streicher
外部的资源:
- 主页 [www.gnu.org]
相似软件包:
Library for evaluating algebraic expressions in Java
The JEL library enables users to enter algebraic expressions into their program. Since JEL converts expressions directly into Java bytecode, it significantly speeds up their evaluation time. If the user's Java virtual machine has a JIT compiler, expressions are transparently compiled into native machine code.
JEL may be a very useful tool for a variety of applications in science involving user-defined functions, e.g. to create plots, to apply fits to a data set and to solve integrals or differential equations. Another relevant use case for JEL is given by algebraic operations between two or more columns of a database table.