LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
control
Go to the documentation of this file.
1 Source: lapack
2 Section: libs
3 Priority: optional
4 Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
5 Uploaders: Sylvestre Ledru <sylvestre@debian.org>,
6  Sébastien Villemot <sebastien@debian.org>
7 Build-Depends: debhelper (>= 9), gfortran, libblas-dev (>= 1.2.20110419-3),
8  python
9 Build-Depends-Indep: doxygen, graphviz
10 Standards-Version: 3.9.5
11 Homepage: http://www.netlib.org/lapack/
12 Vcs-Git: git://anonscm.debian.org/debian-science/packages/lapack.git
13 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/lapack.git
14 XS-Testsuite: autopkgtest
15 
17 Architecture: any
18 Depends: ${misc:Depends}, ${shlibs:Depends}
19 Provides: liblapack.so.3gf, liblapack.so.3, liblapack3gf
20 Replaces: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
21 Breaks: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
22 Description: Library of linear algebra routines 3 - shared version
23  LAPACK version 3.X is a comprehensive FORTRAN library that does
24  linear algebra operations including matrix inversions, least
25  squared solutions to linear sets of equations, eigenvector
26  analysis, singular value decomposition, etc. It is a very
27  comprehensive and reputable package that has found extensive
28  use in the scientific community.
29 
31 Architecture: all
32 Section: oldlibs
34 Description: Transitional package for liblapack3
35  LAPACK version 3.X is a comprehensive FORTRAN library that does
36  linear algebra operations including matrix inversions, least
37  squared solutions to linear sets of equations, eigenvector
38  analysis, singular value decomposition, etc. It is a very
39  comprehensive and reputable package that has found extensive
40  use in the scientific community.
41 
42 Package: liblapacke
43 Architecture: any
44 Depends: ${misc:Depends}, ${shlibs:Depends}
45 Provides: liblapacke.so.3
46 Description: Library of linear algebra routines 3 - C lib shared version
47  LAPACK version 3.X is a comprehensive FORTRAN library that does
48  linear algebra operations including matrix inversions, least
49  squared solutions to linear sets of equations, eigenvector
50  analysis, singular value decomposition, etc. It is a very
51  comprehensive and reputable package that has found extensive
52  use in the scientific community.
53  .
54  This package contains the Standard C language library for LAPACK.
55 
56 Package: liblapacke-dev
57 Section: libdevel
58 Architecture: any
59 Depends: ${misc:Depends}, liblapacke (= ${binary:Version})
60 Description: Library of linear algebra routines 3 - Headers
61  LAPACK version 3.X is a comprehensive FORTRAN library that does
62  linear algebra operations including matrix inversions, least
63  squared solutions to linear sets of equations, eigenvector
64  analysis, singular value decomposition, etc. It is a very
65  comprehensive and reputable package that has found extensive
66  use in the scientific community.
67  .
68  This package contains the Standard C language headers for LAPACK.
69 
70 Package: liblapack-dev
71 Section: libdevel
72 Architecture: any
73 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
74  libblas-dev | libblas.so
75 Provides: liblapack.so
76 Description: Library of linear algebra routines 3 - static version
77  LAPACK version 3.X is a comprehensive FORTRAN library that does
78  linear algebra operations including matrix inversions, least
79  squared solutions to linear sets of equations, eigenvector
80  analysis, singular value decomposition, etc. It is a very
81  comprehensive and reputable package that has found extensive
82  use in the scientific community.
83 
84 Package: liblapack-pic
85 Section: libdevel
86 Architecture: any
87 Conflicts: lapack-pic, lapack3-pic
88 Replaces: lapack-pic, lapack3-pic
89 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version})
90 Description: Library of linear algebra routines 3 - static PIC version
91  LAPACK version 3.X is a comprehensive FORTRAN library that does
92  linear algebra operations including matrix inversions, least
93  squared solutions to linear sets of equations, eigenvector
94  analysis, singular value decomposition, etc. It is a very
95  comprehensive and reputable package that has found extensive
96  use in the scientific community.
97  .
98  Normally one would want to use non-PIC code for static linking. In
99  this case, install liblapack-dev. This package is provided for other
100  packages, such as ATLAS, needing access to PIC versions of the lapack
101  objects in their own build process.
102 
103 Package: liblapack-test
104 Section: devel
105 Priority: extra
106 Architecture: any
107 Conflicts: lapack-test, lapack3-test
108 Replaces: lapack-test, lapack3-test
109 Depends: ${misc:Depends}, ${shlibs:Depends}
110 Description: Library of linear algebra routines 3 - testing programs
111  LAPACK version 3.X is a comprehensive FORTRAN library that does
112  linear algebra operations including matrix inversions, least
113  squared solutions to linear sets of equations, eigenvector
114  analysis, singular value decomposition, etc. It is a very
115  comprehensive and reputable package that has found extensive
116  use in the scientific community.
117  .
118  These testing programs have been run against the
119  shared library in the lapack package. The results have been
120  collected in the files test_results. These
121  programs are provided separately here so that the user can
122  test and compare alternate versions of the lapack libraries,
123  such as those provided by the ATLAS packages, and the lapack
124  package.
125 
126 Package: liblapack-doc
127 Section: doc
128 Architecture: all
129 Depends: ${misc:Depends}
130 Conflicts: lapack-doc, lapack3-doc
131 Replaces: lapack-doc, lapack3-doc
132 Description: Library of linear algebra routines 3 - documentation
133  LAPACK version 3.X is a comprehensive FORTRAN library that does
134  linear algebra operations including matrix inversions, least
135  squared solutions to linear sets of equations, eigenvector
136  analysis, singular value decomposition, etc. It is a very
137  comprehensive and reputable package that has found extensive
138  use in the scientific community.
139  .
140  This package contains the Lapack User's Guide manual in html format.
141  .
142  Since version 3.4.0, the HTML documentation is generated thanks to doxygen.
143 
144 Package: liblapack-doc-man
145 Section: doc
146 Architecture: all
147 Depends: ${misc:Depends}
148 Description: Library of linear algebra routines 3 - documentation (manual pages)
149  LAPACK version 3.X is a comprehensive FORTRAN library that does
150  linear algebra operations including matrix inversions, least
151  squared solutions to linear sets of equations, eigenvector
152  analysis, singular value decomposition, etc. It is a very
153  comprehensive and reputable package that has found extensive
154  use in the scientific community.
155  .
156  This package contains the Lapack User's Guide manual in man format.
liblapack3(=${binary:Version})
Definition: control:89
libblas dev libblas so Provides
Definition: control:78
these errors have not been linked to actual bugs in the library
Definition: changelog:469
liblapack3 least squared solutions to linear sets of eigenvector analysis
Definition: control:33
input scalars passed by value
Definition: README:21
liblapack3 least squared solutions to linear sets of equations
Definition: control:33
Source Sébastien Villemot< sebastien @debian.org > Build libblas python Build Depends graphviz Standards liblapack liblapack3gf Replaces
Definition: control:18
liblapack3 Description
Definition: control:33
Source Sébastien Villemot< sebastien @debian.org > Build Depends
Definition: control:5
least squared solutions to linear sets of eigenvector singular value etc It is a very comprehensive and reputable package that has found extensive use in the scientific community These testing programs have been run against the shared library in the lapack package The results have been collected in the files test_results These programs are provided separately here so that the user can test and compare alternate versions of the lapack such as those provided by the ATLAS and the lapack package lapack3 doc lapack3 doc least squared solutions to linear sets of eigenvector singular value etc It is a very comprehensive and reputable package that has found extensive use in the scientific community This package contains the Lapack User s Guide manual in html format Since version
Definition: control:109
lapack
Definition: changelog:208
Source Sébastien Villemot< sebastien @debian.org > Build libblas dev(>=1.2.20110419-3)
liblapack3 least squared solutions to linear sets of eigenvector singular value decomposition
Definition: control:33
adapt the repackaging code *Remove recursive patch Replace it by the frecursive flag to gfortran
Definition: changelog:9
Choosing ILP64 Data Model To choose ILP64 data use the following const float *The purpose and format of these predicate functions are described in the LAPACK documentation This interface passes the pointer to the corresponding LAPACK routine as it is Be cautious with return values of the logical type if you link against LAPACK compiled with Fortran compiler Whereas all non zero values are treated as TRUE some Fortran compilers may rely on a certain TRUE so you will have to use the same TRUE value in the predicate function to be consistent with LAPACK implementation Implementation Details The current C interface implementation consists of wrappers to LAPACK routines The row major matrices are transposed on entry to and on exit from the LAPACK if needed Top level interfaces additionally allocate deallocate working space on entry to and on exit from the LAPACK routine Because of possible additional a routine called with this interface may require more memory space and run slower than the corresponding LAPACK routine Disclaimer and Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH EXPRESS OR BY ESTOPPEL OR TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT EXCEPT AS PROVIDED IN INTEL S TERMS AND CONDITIONS OF SALE FOR SUCH INTEL ASSUMES NO LIABILITY AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED RELATING TO SALE AND OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR OR INFRINGEMENT OF ANY COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT UNLESS OTHERWISE AGREED IN WRITING BY THE INTEL PRODUCTS ARE NOT DESIGNED NOR INTENDED FOR ANY APPLICATION IN WHICH THE FAILURE OF THE INTEL PRODUCT COULD CREATE A SITUATION WHERE PERSONAL INJURY OR DEATH MAY OCCUR Intel may make changes to specifications and product descriptions at any without notice Designers must not rely on the absence or characteristics of any features or instructions marked reserved or undefined Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them The information here is subject to change without notice Do not finalize a design with this information The products described in this document may contain design defects or errors known as errata which may cause the product to deviate from published specifications Current characterized errata are available on request Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order Copies of documents which have an order number and are referenced in this or other Intel may be obtained by or go to http
Definition: README:151
Source Sébastien Villemot< sebastien @debian.org > Build libblas python Build Depends Indep
Definition: control:9
Source Sébastien Villemot< sebastien @debian.org > Build libblas python Build Depends graphviz Standards Version
Definition: control:9
Source Sébastien Villemot< sebastien @debian.org > Build libblas python Build Depends graphviz Standards liblapack liblapack3gf liblapack3gf(<< 3.4.1-1) Breaks
Definition: control:20
liblapack3 least squared solutions to linear sets of eigenvector singular value etc It is a very comprehensive and reputable package that has found extensive use in the scientific community Package
Definition: control:33