Skip to content

Commit

Permalink
README: change hyphen to m-dash; edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Jul 3, 2011
1 parent 2651bed commit c2ff789
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 @@ -26,8 +26,8 @@ For a more in-depth discussion of the rationale and advantages of Julia over oth
- **[gcc, g++, gfortran][gcc]** — compiling and linking C, C++ and Fortran code.
- **[curl][]** — to automatically download external libraries:
- **[fdlibm][]** — a portable implementation of much of the system-dependent libm math library's functionality.
- **[MT][]** - Mersenne Twister is a fast pseudorandom number generator
- **[OpenBLAS][]** — a fast, open, and maintained [basic linear algebar subprograms (BLAS)](http:https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](http:https://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](http:https://www.tacc.utexas.edu/tacc-projects/gotoblas2/).
- **[MT][]** a fast Mersenne Twister pseudorandom number generator library.
- **[OpenBLAS][]** — a fast, open, and maintained [basic linear algebar subprograms (BLAS)].(http:https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) library, based on [Kazushige Goto's](http:https://en.wikipedia.org/wiki/Kazushige_Goto) famous [GotoBLAS](http:https://www.tacc.utexas.edu/tacc-projects/gotoblas2/).
- **[LAPACK][]** — library of linear algebra routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.
- **[ARPACK][]** — a collection of subroutines designed to solve large, sparse eigenvalue problems.
- **[FFTW][]** — library for computing fast Fourier transforms very quickly and efficiently.
Expand Down

0 comments on commit c2ff789

Please sign in to comment.