root/doc/html/lapack_8h.html @ 353

Revision 353, 20.9 kB (checked in by smidl, 16 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: lapack.h File Reference</title>
4<link href="tabs.css" rel="stylesheet" type="text/css">
5<link href="doxygen.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.8 -->
8<script type="text/javascript">
9<!--
10function changeDisplayState (e){
11  var num=this.id.replace(/[^[0-9]/g,'');
12  var button=this.firstChild;
13  var sectionDiv=document.getElementById('dynsection'+num);
14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
15    sectionDiv.style.display='block';
16    button.src='open.gif';
17  }else{
18    sectionDiv.style.display='none';
19    button.src='closed.gif';
20  }
21}
22function initDynSections(){
23  var divs=document.getElementsByTagName('div');
24  var sectionCounter=1;
25  for(var i=0;i<divs.length-1;i++){
26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
27      var header=divs[i];
28      var section=divs[i+1];
29      var button=header.firstChild;
30      if (button!='IMG'){
31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
32        button=document.createElement('img');
33        divs[i].insertBefore(button,divs[i].firstChild);
34      }
35      header.style.cursor='pointer';
36      header.onclick=changeDisplayState;
37      header.id='dynheader'+sectionCounter;
38      button.src='closed.gif';
39      section.id='dynsection'+sectionCounter;
40      section.style.display='none';
41      section.style.marginLeft='14px';
42      sectionCounter++;
43    }
44  }
45}
46window.onload = initDynSections;
47-->
48</script>
49<div class="navigation" id="top">
50  <div class="tabs">
51    <ul>
52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li><a href="annotated.html"><span>Classes</span></a></li>
56      <li class="current"><a href="files.html"><span>Files</span></a></li>
57    </ul>
58  </div>
59  <div class="tabs">
60    <ul>
61      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
62      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
63    </ul>
64  </div>
65</div>
66<div class="contents">
67<h1>lapack.h File Reference</h1>Lapack header functions. For internal use only. 
68<a href="#_details">More...</a>
69<p>
70<code>#include &lt;itpp/config.h&gt;</code><br>
71<code>#include &lt;complex&gt;</code><br>
72
73<p>
74<a href="lapack_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
75<tr><td></td></tr>
76<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
77<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e56e8f1e7103728e3bc7c17b82868a81"></a><!-- doxytag: member="lapack.h::dgetrf_" ref="e56e8f1e7103728e3bc7c17b82868a81" args="(int *m, int *n, double *a, int *lda, int *ipiv, int *info)" -->
78void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgetrf_</b> (int *m, int *n, double *a, int *lda, int *ipiv, int *info)</td></tr>
79
80<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c00882dcf83ad8588ed42bcab4abeaa3"></a><!-- doxytag: member="lapack.h::zgetrf_" ref="c00882dcf83ad8588ed42bcab4abeaa3" args="(int *m, int *n, std::complex&lt; double &gt; *a, int *lda, int *ipiv, int *info)" -->
81void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgetrf_</b> (int *m, int *n, std::complex&lt; double &gt; *a, int *lda, int *ipiv, int *info)</td></tr>
82
83<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d45051b902d2f7e6f8f15c930b593291"></a><!-- doxytag: member="lapack.h::dgetri_" ref="d45051b902d2f7e6f8f15c930b593291" args="(int *n, double *a, int *lda, int *ipiv, double *work, int *lwork, int *info)" -->
84void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgetri_</b> (int *n, double *a, int *lda, int *ipiv, double *work, int *lwork, int *info)</td></tr>
85
86<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="62531aa78b342fc06c46f762bb18b2b5"></a><!-- doxytag: member="lapack.h::zgetri_" ref="62531aa78b342fc06c46f762bb18b2b5" args="(int *n, std::complex&lt; double &gt; *a, int *lda, int *ipiv, std::complex&lt; double &gt; *work, int *lwork, int *info)" -->
87void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgetri_</b> (int *n, std::complex&lt; double &gt; *a, int *lda, int *ipiv, std::complex&lt; double &gt; *work, int *lwork, int *info)</td></tr>
88
89<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3e45f8d4a4bf16793e31a81771f2f69d"></a><!-- doxytag: member="lapack.h::dgesvd_" ref="3e45f8d4a4bf16793e31a81771f2f69d" args="(char *jobu, char *jobvt, int *m, int *n, double *a, int *lda, double *s, double *u, int *ldu, double *vt, int *ldvt, double *work, int *lwork, int *info)" -->
90void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgesvd_</b> (char *jobu, char *jobvt, int *m, int *n, double *a, int *lda, double *s, double *u, int *ldu, double *vt, int *ldvt, double *work, int *lwork, int *info)</td></tr>
91
92<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9dece66bf3a35caeddbe8fa87b5aa1be"></a><!-- doxytag: member="lapack.h::zgesvd_" ref="9dece66bf3a35caeddbe8fa87b5aa1be" args="(char *jobu, char *jobvt, int *m, int *n, std::complex&lt; double &gt; *a, int *lda, double *s, std::complex&lt; double &gt; *u, int *ldu, std::complex&lt; double &gt; *vt, int *ldvt, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)" -->
93void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgesvd_</b> (char *jobu, char *jobvt, int *m, int *n, std::complex&lt; double &gt; *a, int *lda, double *s, std::complex&lt; double &gt; *u, int *ldu, std::complex&lt; double &gt; *vt, int *ldvt, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)</td></tr>
94
95<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6a370bd26cf656f8c3fa2f13d4c0956c"></a><!-- doxytag: member="lapack.h::dsyev_" ref="6a370bd26cf656f8c3fa2f13d4c0956c" args="(char *jobz, char *uplo, int *n, double *a, int *lda, double *w, double *work, int *lwork, int *info)" -->
96void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dsyev_</b> (char *jobz, char *uplo, int *n, double *a, int *lda, double *w, double *work, int *lwork, int *info)</td></tr>
97
98<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3209ca31a0aa5d63f8c4cb6a519e6683"></a><!-- doxytag: member="lapack.h::zheev_" ref="3209ca31a0aa5d63f8c4cb6a519e6683" args="(char *jobz, char *uplo, int *n, std::complex&lt; double &gt; *a, int *lda, double *w, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)" -->
99void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zheev_</b> (char *jobz, char *uplo, int *n, std::complex&lt; double &gt; *a, int *lda, double *w, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)</td></tr>
100
101<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ff2cf3abcfbf8f70b24b369ee3392b12"></a><!-- doxytag: member="lapack.h::dgeev_" ref="ff2cf3abcfbf8f70b24b369ee3392b12" args="(char *jobvl, char *jobvr, int *n, double *a, int *lda, double *wr, double *wi, double *vl, int *ldvl, double *vr, int *ldvr, double *work, int *lwork, int *info)" -->
102void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgeev_</b> (char *jobvl, char *jobvr, int *n, double *a, int *lda, double *wr, double *wi, double *vl, int *ldvl, double *vr, int *ldvr, double *work, int *lwork, int *info)</td></tr>
103
104<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b7e822437c582cce444c5a718e863832"></a><!-- doxytag: member="lapack.h::zgeev_" ref="b7e822437c582cce444c5a718e863832" args="(char *jobvl, char *jobvr, int *n, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *w, std::complex&lt; double &gt; *vl, int *ldvl, std::complex&lt; double &gt; *vr, int *ldvr, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)" -->
105void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgeev_</b> (char *jobvl, char *jobvr, int *n, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *w, std::complex&lt; double &gt; *vl, int *ldvl, std::complex&lt; double &gt; *vr, int *ldvr, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)</td></tr>
106
107<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="00aa88fec61da4c2c7748c594ce5b2cd"></a><!-- doxytag: member="lapack.h::dpotrf_" ref="00aa88fec61da4c2c7748c594ce5b2cd" args="(char *uplo, int *n, double *a, int *lda, int *info)" -->
108void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dpotrf_</b> (char *uplo, int *n, double *a, int *lda, int *info)</td></tr>
109
110<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="79559df8b71d0439af4460d0f6ff9936"></a><!-- doxytag: member="lapack.h::zpotrf_" ref="79559df8b71d0439af4460d0f6ff9936" args="(char *uplo, int *n, std::complex&lt; double &gt; *a, int *lda, int *info)" -->
111void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zpotrf_</b> (char *uplo, int *n, std::complex&lt; double &gt; *a, int *lda, int *info)</td></tr>
112
113<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="aa72db0a37eb6b2147942b3007de54fa"></a><!-- doxytag: member="lapack.h::dgeqrf_" ref="aa72db0a37eb6b2147942b3007de54fa" args="(int *m, int *n, double *a, int *lda, double *tau, double *work, int *lwork, int *info)" -->
114void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgeqrf_</b> (int *m, int *n, double *a, int *lda, double *tau, double *work, int *lwork, int *info)</td></tr>
115
116<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f222dae3b586bcd68b3d6f3539f73e4c"></a><!-- doxytag: member="lapack.h::zgeqrf_" ref="f222dae3b586bcd68b3d6f3539f73e4c" args="(int *m, int *n, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *work, int *lwork, int *info)" -->
117void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgeqrf_</b> (int *m, int *n, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *work, int *lwork, int *info)</td></tr>
118
119<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0fc738d2e92870f8615c6ec3460428fc"></a><!-- doxytag: member="lapack.h::dgeqp3_" ref="0fc738d2e92870f8615c6ec3460428fc" args="(int *m, int *n, double *a, int *lda, int *jpvt, double *tau, double *work, int *lwork, int *info)" -->
120void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgeqp3_</b> (int *m, int *n, double *a, int *lda, int *jpvt, double *tau, double *work, int *lwork, int *info)</td></tr>
121
122<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2789e14fa7d88db701bc026eb46c2b43"></a><!-- doxytag: member="lapack.h::zgeqp3_" ref="2789e14fa7d88db701bc026eb46c2b43" args="(int *m, int *n, std::complex&lt; double &gt; *a, int *lda, int *jpvt, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)" -->
123void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgeqp3_</b> (int *m, int *n, std::complex&lt; double &gt; *a, int *lda, int *jpvt, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *info)</td></tr>
124
125<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b3579a02e437f3c8e3f7be42edfc3283"></a><!-- doxytag: member="lapack.h::dorgqr_" ref="b3579a02e437f3c8e3f7be42edfc3283" args="(int *m, int *n, int *k, double *a, int *lda, double *tau, double *work, int *lwork, int *info)" -->
126void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dorgqr_</b> (int *m, int *n, int *k, double *a, int *lda, double *tau, double *work, int *lwork, int *info)</td></tr>
127
128<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5d77a07e54e4b05d6476e8ee217f0804"></a><!-- doxytag: member="lapack.h::zungqr_" ref="5d77a07e54e4b05d6476e8ee217f0804" args="(int *m, int *n, int *k, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *work, int *lwork, int *info)" -->
129void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zungqr_</b> (int *m, int *n, int *k, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *work, int *lwork, int *info)</td></tr>
130
131<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="05666eeddafc84be9b1cecef5d32f090"></a><!-- doxytag: member="lapack.h::dormqr_" ref="05666eeddafc84be9b1cecef5d32f090" args="(char *side, char *trans, int *m, int *n, int *k, double *a, int *lda, double *tau, double *c, int *ldc, double *work, int *lwork, int *info)" -->
132void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dormqr_</b> (char *side, char *trans, int *m, int *n, int *k, double *a, int *lda, double *tau, double *c, int *ldc, double *work, int *lwork, int *info)</td></tr>
133
134<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="95c10fa449f115ba9f104569fc66f2fe"></a><!-- doxytag: member="lapack.h::zunmqr_" ref="95c10fa449f115ba9f104569fc66f2fe" args="(char *side, char *trans, int *m, int *n, int *k, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *c, int *ldc, std::complex&lt; double &gt; *work, int *lwork, int *info)" -->
135void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zunmqr_</b> (char *side, char *trans, int *m, int *n, int *k, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *tau, std::complex&lt; double &gt; *c, int *ldc, std::complex&lt; double &gt; *work, int *lwork, int *info)</td></tr>
136
137<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="62e4cccaef9c8f1716249e55a42a0e66"></a><!-- doxytag: member="lapack.h::dgesv_" ref="62e4cccaef9c8f1716249e55a42a0e66" args="(int *n, int *nrhs, double *a, int *lda, int *ipiv, double *b, int *ldb, int *info)" -->
138void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgesv_</b> (int *n, int *nrhs, double *a, int *lda, int *ipiv, double *b, int *ldb, int *info)</td></tr>
139
140<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ef1261984cf4fbfd90fa7d9f0f027a70"></a><!-- doxytag: member="lapack.h::zgesv_" ref="ef1261984cf4fbfd90fa7d9f0f027a70" args="(int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, int *ipiv, std::complex&lt; double &gt; *b, int *ldb, int *info)" -->
141void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgesv_</b> (int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, int *ipiv, std::complex&lt; double &gt; *b, int *ldb, int *info)</td></tr>
142
143<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c9fe022dd825c3bd86d3b175d0a1c02b"></a><!-- doxytag: member="lapack.h::dposv_" ref="c9fe022dd825c3bd86d3b175d0a1c02b" args="(char *uplo, int *n, int *nrhs, double *a, int *lda, double *b, int *ldb, int *info)" -->
144void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dposv_</b> (char *uplo, int *n, int *nrhs, double *a, int *lda, double *b, int *ldb, int *info)</td></tr>
145
146<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="de9942a5742e82ca0d519a53624e6aed"></a><!-- doxytag: member="lapack.h::zposv_" ref="de9942a5742e82ca0d519a53624e6aed" args="(char *uplo, int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *b, int *ldb, int *info)" -->
147void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zposv_</b> (char *uplo, int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *b, int *ldb, int *info)</td></tr>
148
149<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="aff146f7d4524cac18f116018bb8d32c"></a><!-- doxytag: member="lapack.h::dtrtrs_" ref="aff146f7d4524cac18f116018bb8d32c" args="(char *uplo, char *trans, char *diag, int *n, int *nrhs, double *a, int *lda, double *b, int *ldb, int *info)" -->
150void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dtrtrs_</b> (char *uplo, char *trans, char *diag, int *n, int *nrhs, double *a, int *lda, double *b, int *ldb, int *info)</td></tr>
151
152<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ee226861041e3ca37b95f73107632bc9"></a><!-- doxytag: member="lapack.h::ztrtrs_" ref="ee226861041e3ca37b95f73107632bc9" args="(char *uplo, char *trans, char *diag, int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *b, int *ldb, int *info)" -->
153void&nbsp;</td><td class="memItemRight" valign="bottom"><b>ztrtrs_</b> (char *uplo, char *trans, char *diag, int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *b, int *ldb, int *info)</td></tr>
154
155<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cbefc499e6cdb5ed5c68f7c53c493137"></a><!-- doxytag: member="lapack.h::dgels_" ref="cbefc499e6cdb5ed5c68f7c53c493137" args="(char *trans, int *m, int *n, int *nrhs, double *a, int *lda, double *b, int *ldb, double *work, int *lwork, int *info)" -->
156void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgels_</b> (char *trans, int *m, int *n, int *nrhs, double *a, int *lda, double *b, int *ldb, double *work, int *lwork, int *info)</td></tr>
157
158<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f6322d5e5880d2c39c29f8e46884273d"></a><!-- doxytag: member="lapack.h::zgels_" ref="f6322d5e5880d2c39c29f8e46884273d" args="(char *trans, int *m, int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *b, int *ldb, std::complex&lt; double &gt; *work, int *lwork, int *info)" -->
159void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgels_</b> (char *trans, int *m, int *n, int *nrhs, std::complex&lt; double &gt; *a, int *lda, std::complex&lt; double &gt; *b, int *ldb, std::complex&lt; double &gt; *work, int *lwork, int *info)</td></tr>
160
161<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e71359ee8378ba6137a0dba2d755c012"></a><!-- doxytag: member="lapack.h::dgees_" ref="e71359ee8378ba6137a0dba2d755c012" args="(char *jobvs, char *sort, int *select, int *n, double *a, int *lda, int *sdim, double *wr, double *wi, double *vs, int *ldvs, double *work, int *lwork, int *bwork, int *info)" -->
162void&nbsp;</td><td class="memItemRight" valign="bottom"><b>dgees_</b> (char *jobvs, char *sort, int *select, int *n, double *a, int *lda, int *sdim, double *wr, double *wi, double *vs, int *ldvs, double *work, int *lwork, int *bwork, int *info)</td></tr>
163
164<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="331fd230c5117720fc7b76a53c3c1de0"></a><!-- doxytag: member="lapack.h::zgees_" ref="331fd230c5117720fc7b76a53c3c1de0" args="(char *jobvs, char *sort, int *select, int *n, std::complex&lt; double &gt; *a, int *lda, int *sdim, std::complex&lt; double &gt; *w, std::complex&lt; double &gt; *vs, int *ldvs, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *bwork, int *info)" -->
165void&nbsp;</td><td class="memItemRight" valign="bottom"><b>zgees_</b> (char *jobvs, char *sort, int *select, int *n, std::complex&lt; double &gt; *a, int *lda, int *sdim, std::complex&lt; double &gt; *w, std::complex&lt; double &gt; *vs, int *ldvs, std::complex&lt; double &gt; *work, int *lwork, double *rwork, int *bwork, int *info)</td></tr>
166
167</table>
168<hr><a name="_details"></a><h2>Detailed Description</h2>
169Lapack header functions. For internal use only.
170<p>
171<dl class="author" compact><dt><b>Author:</b></dt><dd>Tony Ottosson</dd></dl>
172-------------------------------------------------------------------------<p>
173Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p>
174This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p>
175IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<p>
176IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<p>
177You should have received a copy of the GNU General Public License along with IT++. If not, see &lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.<p>
178------------------------------------------------------------------------- </div>
179<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:13 2009 for mixpp by&nbsp;
180<a href="http://www.doxygen.org/index.html">
181<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
182</body>
183</html>
Note: See TracBrowser for help on using the browser.