Update README.md

This commit is contained in:
Steffen Vogel 2016-06-04 09:32:13 +02:00
parent 5e1440dc65
commit c55a67469e
1 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,26 @@
# collision-probability
#### Usage
Compile
make collision_probability
Produce data file
make samples.dat
Plot results
make plot
#### Dependencies
- [Gnuplot](http://www.gnuplot.info)
- [Eigen](http://eigen.tuxfamily.org/)
Modify `Makefile` to fix include directory for Eigen and library linking path.
#### Animation
![Gnuplot Animation](Animation.gif)