aboutsummaryrefslogtreecommitdiff
blob: 43983ab28259291ee3af2cb3fd3860e43bef3ede (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci</herd>
  <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>
</pkgmetadata>