Skip to content

Commit

Permalink
Update doc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min authored Apr 25, 2021
1 parent 87a026c commit 111e688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EigenRand/doc.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
You can install EigenRand by just downloading the source codes from [the repository](https://github.com/bab2min/EigenRand/releases).
Since EigenRand is a header-only library like Eigen, none of binaries needs to be installed.
All you need is [Eigen 3.3.4](http://eigen.tuxfamily.org/index.php?title=Main_Page) and C++11 compiler.
All you need is [Eigen 3.3.4](http://eigen.tuxfamily.org/index.php?title=Main_Page) or later and C++11 compiler.
@section getting_started_2 Simple Random Matrix Generators
@code
Expand Down Expand Up @@ -334,4 +334,4 @@
| Mersenne Twister(int64) | 5.1 | 3.9 | 3.9 | 3.3 |
*
*/
*/

0 comments on commit 111e688

Please sign in to comment.