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 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: umfpack
Section: math
Priority: optional
Build-Depends: debhelper ( >= 4 ), gcc( >> 2.95 ), blas-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev
Maintainer: Christophe Prud'homme <prudhomm@mit.edu>
Standards-Version: 3.6.1
Package: libumfpack4
Architecture: any
Section: libs
Replaces: umfpack4
Depends: blas | atlas3-base | atlas3-sse | atlas3-sse2 | atlas3-3dnow, ${shlibs:Depends}
Provides: libumfpack
Description: set of routines for solving unsymmetric sparse linear systems
UMFPACK is a set of routines for solving unsymmetric sparse linear systems,
Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with
a MATLAB (Version 6.0 and later) interface. It appears as a built-in routine
(for lu, backslash, and forward slash) in MATLAB 6.5.
.
The new code is typically faster than V2.2.1, uses dynamic memory
allocation, and has a symbolic preordering and analysis phase that also
reports the upper bounds on the nonzeros in L and U, flop count, and memory
usage in the numeric phase. It includes a Matlab interface. V4.0 is for real
and complex matrices, rectangular and square, and both non-singular and
singular.
Package: libumfpack4-dev
Architecture: any
Replaces: umfpack4-dev
Section: libdevel
Depends: libumfpack4, blas-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev, libc6-dev
Conflicts: umfpack3-dev
Recommends: libumfpack4-doc
Description: set of routines for solving unsymmetric sparse linear systems
UMFPACK is a set of routines for solving unsymmetric sparse linear systems,
Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with
a MATLAB (Version 6.0 and later) interface. It appears as a built-in routine
(for lu, backslash, and forward slash) in MATLAB 6.5.
.
The new code is typically faster than V2.2.1, uses dynamic memory
allocation, and has a symbolic preordering and analysis phase that also
reports the upper bounds on the nonzeros in L and U, flop count, and memory
usage in the numeric phase. It includes a Matlab interface. V4.0 is for real
and complex matrices, rectangular and square, and both non-singular and
singular.
Package: libumfpack4-doc
Architecture: all
Section: doc
Replaces: umfpack4-doc
Recommends: atlas3-doc, blas-doc, doc-central
Description: set of routines for solving unsymmetric sparse linear systems
UMFPACK is a set of routines for solving unsymmetric sparse linear systems,
Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with
a MATLAB (Version 6.0 and later) interface. It appears as a built-in routine
(for lu, backslash, and forward slash) in MATLAB 6.5.
.
The new code is typically faster than V2.2.1, uses dynamic memory
allocation, and has a symbolic preordering and analysis phase that also
reports the upper bounds on the nonzeros in L and U, flop count, and memory
usage in the numeric phase. It includes a Matlab interface. V4.0 is for real
and complex matrices, rectangular and square, and both non-singular and
singular.
|