diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-01-15 13:20:59 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-01-15 13:20:59 -0600 |
commit | d8fa39a062846b33a12641b67b1b8b256a0dc2ef (patch) | |
tree | 3364f2aa3e71354a81acc85faf9cab898258ea6d /libraries/eigen3/README | |
parent | 11bbd00fa4bcfb26f7824da9f067df54883ce5a3 (diff) |
libraries/eigen3: Added (c++ math library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/eigen3/README')
-rw-r--r-- | libraries/eigen3/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/eigen3/README b/libraries/eigen3/README new file mode 100644 index 000000000000..151c65ee8394 --- /dev/null +++ b/libraries/eigen3/README @@ -0,0 +1,4 @@ +Eigen is a C++ template library for linear algebra: matrices, vectors, +numerical solvers, and related algorithms. + +Eigen3 can coexist without problems with Eigen2 included in Slackware. |