You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ SymJava is a Java library for symbolic-numeric computation.
3
3
4
4
There are two interesting features:
5
5
6
-
1. Operator Overloading is implemented by using https://github.com/amelentev/java-oo
6
+
1. Operator Overloading is implemented by using Java-OO (https://github.com/amelentev/java-oo)
7
7
8
-
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.
8
+
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.
9
9
10
10
SymJava is developed under Java 7 and Eclipse-Kepler (SR2 4.3.2, https://www.eclipse.org/downloads/packages/release/kepler/sr2)
0 commit comments