File: control

package info (click to toggle)
lapackpp 2024.10.26-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,500 kB
  • sloc: cpp: 80,181; ansic: 27,660; python: 4,838; xml: 182; perl: 99; makefile: 53; sh: 23
file content (33 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download
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
Source: lapackpp
Section: libdevel
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends: cmake,
               debhelper (>= 11),
               libblaspp-dev,
               liblapack-dev
Standards-Version: 4.5.1
Homepage: https://github.com/icl-utk-edu/lapackpp
Vcs-Browser: https://salsa.debian.org/debichem-team/lapackpp
Vcs-Git: https://salsa.debian.org/debichem-team/lapackpp.git

Package: liblapackpp-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ API for the Linear Algebra PACKage (development files)
 The Linear Algebra PACKage (LAPACK) is a standard software library for
 numerical linear algebra. It provides routines for solving systems of linear
 equations and linear least squares problems, eigenvalue problems, and singular
 value decomposition. It also includes routines to implement the associated
 matrix factorizations such as LU, QR, Cholesky, etc. LAPACK was originally
 written in FORTRAN 77, and moved to Fortran 90 in version 3.2 (2008). LAPACK
 provides routines for handling both real and complex matrices in both single
 and double precision.
 .
 The objective of LAPACK++ is to provide a convenient, performance oriented API
 for development in the C++ language, that, for the most part, preserves
 established conventions, while, at the same time, takes advantages of modern
 C++ features, such as: namespaces, templates, exceptions, etc.
 .
 This package contains the static libraries and the header files.