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: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5 XSBC-Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
6 Uploaders: Sylvestre Ledru <sylvestre@debian.org>,
7  Sébastien Villemot <sebastien@debian.org>
8 Build-Depends: debhelper (>= 9), gfortran, libblas-dev (>= 1.2.20110419-3),
9  python
10 Build-Depends-Indep: doxygen, graphviz
11 Standards-Version: 3.9.5
12 Homepage: http://www.netlib.org/lapack/
13 Vcs-Git: git://anonscm.debian.org/debian-science/packages/lapack.git
14 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/lapack.git
15 XS-Testsuite: autopkgtest
16 
18 Architecture: any
19 Depends: ${misc:Depends}, ${shlibs:Depends}
20 Provides: liblapack.so.3gf, liblapack.so.3, liblapack3gf
21 Replaces: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
22 Breaks: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
23 Description: Library of linear algebra routines 3 - shared version
24  LAPACK version 3.X is a comprehensive FORTRAN library that does
25  linear algebra operations including matrix inversions, least
26  squared solutions to linear sets of equations, eigenvector
27  analysis, singular value decomposition, etc. It is a very
28  comprehensive and reputable package that has found extensive
29  use in the scientific community.
30 
32 Architecture: all
33 Section: oldlibs
35 Description: Transitional package for liblapack3
36  LAPACK version 3.X is a comprehensive FORTRAN library that does
37  linear algebra operations including matrix inversions, least
38  squared solutions to linear sets of equations, eigenvector
39  analysis, singular value decomposition, etc. It is a very
40  comprehensive and reputable package that has found extensive
41  use in the scientific community.
42 
43 Package: liblapacke
44 Architecture: any
45 Depends: ${misc:Depends}, ${shlibs:Depends}
46 Provides: liblapacke.so.3
47 Description: Library of linear algebra routines 3 - C lib shared version
48  LAPACK version 3.X is a comprehensive FORTRAN library that does
49  linear algebra operations including matrix inversions, least
50  squared solutions to linear sets of equations, eigenvector
51  analysis, singular value decomposition, etc. It is a very
52  comprehensive and reputable package that has found extensive
53  use in the scientific community.
54  .
55  This package contains the Standard C language library for LAPACK.
56 
57 Package: liblapacke-dev
58 Section: libdevel
59 Architecture: any
60 Depends: ${misc:Depends}, liblapacke (= ${binary:Version})
61 Description: Library of linear algebra routines 3 - Headers
62  LAPACK version 3.X is a comprehensive FORTRAN library that does
63  linear algebra operations including matrix inversions, least
64  squared solutions to linear sets of equations, eigenvector
65  analysis, singular value decomposition, etc. It is a very
66  comprehensive and reputable package that has found extensive
67  use in the scientific community.
68  .
69  This package contains the Standard C language headers for LAPACK.
70 
71 Package: liblapack-dev
72 Section: libdevel
73 Architecture: any
74 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
75  libblas-dev | libblas.so
76 Provides: liblapack.so
77 Description: Library of linear algebra routines 3 - static version
78  LAPACK version 3.X is a comprehensive FORTRAN library that does
79  linear algebra operations including matrix inversions, least
80  squared solutions to linear sets of equations, eigenvector
81  analysis, singular value decomposition, etc. It is a very
82  comprehensive and reputable package that has found extensive
83  use in the scientific community.
84 
85 Package: liblapack-pic
86 Section: libdevel
87 Architecture: any
88 Conflicts: lapack-pic, lapack3-pic
89 Replaces: lapack-pic, lapack3-pic
90 Depends: ${misc:Depends}, liblapack3 (= ${binary:Version})
91 Description: Library of linear algebra routines 3 - static PIC version
92  LAPACK version 3.X is a comprehensive FORTRAN library that does
93  linear algebra operations including matrix inversions, least
94  squared solutions to linear sets of equations, eigenvector
95  analysis, singular value decomposition, etc. It is a very
96  comprehensive and reputable package that has found extensive
97  use in the scientific community.
98  .
99  Normally one would want to use non-PIC code for static linking. In
100  this case, install liblapack-dev. This package is provided for other
101  packages, such as ATLAS, needing access to PIC versions of the lapack
102  objects in their own build process.
103 
104 Package: liblapack-test
105 Section: devel
106 Priority: extra
107 Architecture: any
108 Conflicts: lapack-test, lapack3-test
109 Replaces: lapack-test, lapack3-test
110 Depends: ${misc:Depends}, ${shlibs:Depends}
111 Description: Library of linear algebra routines 3 - testing programs
112  LAPACK version 3.X is a comprehensive FORTRAN library that does
113  linear algebra operations including matrix inversions, least
114  squared solutions to linear sets of equations, eigenvector
115  analysis, singular value decomposition, etc. It is a very
116  comprehensive and reputable package that has found extensive
117  use in the scientific community.
118  .
119  These testing programs have been run against the
120  shared library in the lapack package. The results have been
121  collected in the files test_results. These
122  programs are provided separately here so that the user can
123  test and compare alternate versions of the lapack libraries,
124  such as those provided by the ATLAS packages, and the lapack
125  package.
126 
127 Package: liblapack-doc
128 Section: doc
129 Architecture: all
130 Depends: ${misc:Depends}
131 Conflicts: lapack-doc, lapack3-doc
132 Replaces: lapack-doc, lapack3-doc
133 Description: Library of linear algebra routines 3 - documentation
134  LAPACK version 3.X is a comprehensive FORTRAN library that does
135  linear algebra operations including matrix inversions, least
136  squared solutions to linear sets of equations, eigenvector
137  analysis, singular value decomposition, etc. It is a very
138  comprehensive and reputable package that has found extensive
139  use in the scientific community.
140  .
141  This package contains the Lapack User's Guide manual in html format.
142  .
143  Since version 3.4.0, the HTML documentation is generated thanks to doxygen.
144 
145 Package: liblapack-doc-man
146 Section: doc
147 Architecture: all
148 Depends: ${misc:Depends}
149 Description: Library of linear algebra routines 3 - documentation (manual pages)
150  LAPACK version 3.X is a comprehensive FORTRAN library that does
151  linear algebra operations including matrix inversions, least
152  squared solutions to linear sets of equations, eigenvector
153  analysis, singular value decomposition, etc. It is a very
154  comprehensive and reputable package that has found extensive
155  use in the scientific community.
156  .
157  This package contains the Lapack User's Guide manual in man format.
liblapack3(=${binary:Version})
Definition: control:90
libblas dev libblas so Provides
Definition: control:79
these errors have not been linked to actual bugs in the library
Definition: changelog:476
liblapack3 least squared solutions to linear sets of eigenvector analysis
Definition: control:34
input scalars passed by value
Definition: README:21
Source Sébastien Villemot< sebastien @debian.org > Build gfortran
Definition: control:6
liblapack3 least squared solutions to linear sets of equations
Definition: control:34
Source Sébastien Villemot< sebastien @debian.org > Build libblas python Build Depends graphviz Standards liblapack liblapack3gf Replaces
Definition: control:19
liblapack3 Description
Definition: control:34
Source Sébastien Villemot< sebastien @debian.org > Build Depends
Definition: control:6
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:110
lapack
Definition: changelog:215
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:34
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:10
Source Sébastien Villemot< sebastien @debian.org > Build libblas python Build Depends graphviz Standards Version
Definition: control:10
Source Sébastien Villemot< sebastien @debian.org > Build libblas python Build Depends graphviz Standards liblapack liblapack3gf liblapack3gf(<< 3.4.1-1) Breaks
Definition: control:21
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:34