blob: cfb88d0513556f1b0d4783eb76946b76c2e784fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<use>
<flag name="adolc">
Enable automatic differentiation using <pkg>sci-libs/adolc</pkg>
</flag>
<flag name="metis">
Enable matrix partitioning using <pkg>sci-libs/metis</pkg></flag>
<flag name="mkl">
Use propertary intel blas/lapack implementation through <pkg>sci-libs/mkl</pkg>
</flag>
<flag name="pastix">
Enable large scale direct solver with using <pkg>sci-libs/pastix</pkg>
</flag>
<flag name="sparse">
Enable use for extra sparse matrix with <pkg>sci-libs/umfpack</pkg>, <pkg>sci-libs/cholmod</pkg>, <pkg>sci-libs/superlu</pkg> and <pkg>dev-cpp/sparsehash</pkg>
</flag>
</use>
<upstream>
<remote-id type="bitbucket">eigen/eigen</remote-id>
</upstream>
</pkgmetadata>
|