File: control

package info (click to toggle)
eigen 1.0.5-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 452 kB
  • ctags: 476
  • sloc: cpp: 4,012; ansic: 224; sh: 17; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: eigen
Section: libdevel
Priority: extra
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sune Vuorela <debian@pusling.com>
Build-Depends: debhelper (>= 6), cdbs (>= 0.4.51), quilt, cmake
Standards-Version: 3.7.3
Homepage: http://eigen.tuxfamily.org

Package: libeigen-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lightweight C++ template library for linear algebra
 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.