Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuemingl committed May 9, 2015
1 parent baf5dc6 commit b19e995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SymJava
SymJava is a Java library for symbolic mathematics.
SymJava is a Java library for symbolic-numeric computation.

There are two interesting features:

1. Operator Overloading is implemented by using https://github.com/amelentev/java-oo

2. Lambdify in sympy is implemented in SymJava by using BCEL library. The java Bytecode are generated in runtime for the math expressions.
2. "Lambdify" in sympy is implemented in SymJava by using BCEL library. The java Bytecode are generated in runtime for the symbolic expressions. Fast numerical evaluation is achieved.

SymJava is developed under Java 7 and Eclipse-Kepler (SR2 4.3.2, https://www.eclipse.org/downloads/packages/release/kepler/sr2)

Expand Down

0 comments on commit b19e995

Please sign in to comment.