File: control

package info (click to toggle)
arpack%2B%2B 2.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,216 kB
  • ctags: 2,349
  • sloc: cpp: 19,093; ansic: 2,201; makefile: 508
file content (17 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: arpack++
Section: math
Priority: optional
Build-Depends: debhelper, g++ ( >> 2.95 )
Maintainer: Christophe Prud'homme <prudhomm@mit.edu>
Standards-Version: 3.2.1

Package: arpack++
Architecture: any
Depends: arpack2-dev
Description: object-oriented version of the ARPACK package.
 ARPACK++ is an object-oriented version of the ARPACK package. It consists a
 collection of classes that offers c++ programmers an interface to ARPACK. It
 preserves the full capability, performance, accuracy and low memory
 requirements of the FORTRAN package, but takes advantage of the c++
 object-oriented programming environment.