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