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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: eigen3
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libdevel
Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
gfortran,
pkg-config
Build-Depends-Indep: doxygen-latex,
ghostscript,
graphviz,
libjs-jquery,
libjs-mathjax,
fonts-freefont-ttf
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/eigen3
Vcs-Git: https://salsa.debian.org/science-team/eigen3.git
Homepage: http://eigen.tuxfamily.org
Package: libeigen3-dev
Architecture: all
Multi-Arch: foreign
Depends: pkg-config,
${misc:Depends}
Suggests: libeigen3-doc,
libmpfrc++-dev
Description: lightweight C++ template library for linear algebra
Eigen 3 is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra.
.
Unlike most other linear algebra libraries, Eigen 3 focuses on the simple
mathematical needs of applications: games and other OpenGL apps, spreadsheets
and other office apps, etc. Eigen 3 is dedicated to providing optimal speed
with GCC. A lot of improvements since 2-nd version of Eigen.
Package: libeigen3-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
libjs-mathjax,
fonts-freefont-ttf,
${misc:Depends}
Suggests: libeigen3-dev
Description: eigen3 API documentation
Eigen 3 is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra.
.
This package provides the complete eigen3 API documentation in HTML format.
|