Skip to content

Commit 6fe9d59

Browse files
authored
Update README.md
1 parent b965d69 commit 6fe9d59

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SymJava
1+
### SymJava ###
22
SymJava is a Java library for symbolic-numeric computation.
33

44
There are two interesting features:
@@ -13,13 +13,16 @@ Install java-oo Eclipse plugin for Java Operator Overloading support (https://gi
1313
Click in menu: Help -> Install New Software. Enter in "Work with" field:
1414
http://amelentev.github.io/eclipse.jdt-oo-site/
1515

16-
#Citing SymJava
17-
If you use SymJava for academic research, you are encouraged to cite the following paper:
16+
### Citing Our Papers ###
1817

19-
Yueming Liu, Peng Zhang, Meikang Qiu, "Fast Numerical Evaluation for Symbolic Expressions in Java", 17th IEEE International Conference on High Performance and Communications (HPCC 2015), New York, USA, August 24-26, 2015
20-
. (In Press)
18+
If you were using Futureye_JIT for academic research, you are encouraged to cite the following papers:
2119

22-
#Examples:
20+
[Y. Liu, P. Zhang, M. Qiu, "Fast Numerical Evaluation for Symbolic Expressions in Java", 17th IEEE International Conference on High Performance and Communications (HPCC 2015), New York, USA, August 24-26, 2015.](http://ieeexplore.ieee.org/document/7336223/)
21+
22+
[Y. Liu, P. Zhang, M. Qiu, "SNC: A Cloud Service Platform for Symbolic-Numeric Computation using Just-In-Time Compilation", IEEE Transactions on Cloud Computing, 2017](http://ieeexplore.ieee.org/abstract/document/7828007/)
23+
24+
25+
### Examples ###
2326

2427
```Java
2528
package symjava.examples;

0 commit comments

Comments
 (0)