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 b19e995 commit 5930e24
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
Expand Up @@ -3,9 +3,9 @@ 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
1. Operator Overloading is implemented by using Java-OO (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 symbolic expressions. Fast numerical evaluation is achieved.
2. "Lambdify" in sympy is implemented in SymJava by using BCEL library. The java bytecode is generated at runtime for a symbolic expression. 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 5930e24

Please sign in to comment.