diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-08 20:23:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-08 20:23:45 +0000 |
commit | ef1b3d107105075700da0844ac072acae2de7726 (patch) | |
tree | 14d3f35f7d5dc26e8e8feed96c01af49bd9e4d3d /math/eigen3/pkg-descr | |
parent | a71e0ff08b3f1acf82cd96524c18b3a653ed1954 (diff) |
Notes
Diffstat (limited to 'math/eigen3/pkg-descr')
-rw-r--r-- | math/eigen3/pkg-descr | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/math/eigen3/pkg-descr b/math/eigen3/pkg-descr index 2ff2b3b7e356..8171998d5740 100644 --- a/math/eigen3/pkg-descr +++ b/math/eigen3/pkg-descr @@ -1,15 +1,4 @@ -Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. -linear algebra. -Unlike most other linear algebra libraries, Eigen focuses on the simple -mathematical needs of applications: games and other OpenGL apps, spreadsheets -and other office apps, etc. Eigen is dedicated to providing optimal speed with -GCC. -Its fixed-size classes are specially optimized for small sizes up to 4, -although it is theoretically possible to specialize them to any size. They -never cause dynamic memory applications and the simple operations on them are -as fast as is possible at least for sizes up to 4 (see below). -Its dynamic-size classes are more flexible and suitable for larger sizes. -Both fixed-size and dynamic-size classes use the same underlying C++ code, -thanks to a curiously recurring template pattern. +Eigen 2 is a C++ template library for linear algebra (vectors, +matrices, and related algorithms). WWW: http://eigen.tuxfamily.org/ |