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: Inverse Matrix</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 | <!-- |
---|
10 | function 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 | } |
---|
22 | function 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 | } |
---|
46 | window.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 Page</span></a></li> |
---|
53 | <li><a href="pages.html"><span>Related 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><a href="files.html"><span>Files</span></a></li> |
---|
57 | </ul> |
---|
58 | </div> |
---|
59 | </div> |
---|
60 | <div class="contents"> |
---|
61 | <h1>Inverse Matrix<br> |
---|
62 | <small> |
---|
63 | [<a class="el" href="group__algebra.html">Linear Algebra</a>]</small> |
---|
64 | </h1><table border="0" cellpadding="0" cellspacing="0"> |
---|
65 | <tr><td></td></tr> |
---|
66 | <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
---|
67 | <tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__inverse.html#ge03240c214e525e2fea72b8e2c36bfdf">itpp::inv</a> (const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &X, <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &Y)</td></tr> |
---|
68 | |
---|
69 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Inverse of real square matrix.<p> |
---|
70 | Calculate the inverse of the real matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. <a href="#ge03240c214e525e2fea72b8e2c36bfdf"></a><br></td></tr> |
---|
71 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__inverse.html#g125b083397cc9450b8a67a485b545bc8">itpp::inv</a> (const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &X)</td></tr> |
---|
72 | |
---|
73 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Inverse of real square matrix.<p> |
---|
74 | Calculate the inverse of the real matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. <a href="#g125b083397cc9450b8a67a485b545bc8"></a><br></td></tr> |
---|
75 | <tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__inverse.html#gd363b8a1994ba9243c016538f4dbc6ea">itpp::inv</a> (const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &X, <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &Y)</td></tr> |
---|
76 | |
---|
77 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Inverse of complex square matrix.<p> |
---|
78 | Calculate the inverse of the complex matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. <a href="#gd363b8a1994ba9243c016538f4dbc6ea"></a><br></td></tr> |
---|
79 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__inverse.html#g78f6e7d44b92ef319518224e4ce187b8">itpp::inv</a> (const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &X)</td></tr> |
---|
80 | |
---|
81 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Inverse of real square matrix.<p> |
---|
82 | Calculate the inverse of the complex matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. <a href="#g78f6e7d44b92ef319518224e4ce187b8"></a><br></td></tr> |
---|
83 | </table> |
---|
84 | <hr><h2>Function Documentation</h2> |
---|
85 | <a class="anchor" name="g78f6e7d44b92ef319518224e4ce187b8"></a><!-- doxytag: member="itpp::inv" ref="g78f6e7d44b92ef319518224e4ce187b8" args="(const cmat &X)" --> |
---|
86 | <div class="memitem"> |
---|
87 | <div class="memproto"> |
---|
88 | <table class="memname"> |
---|
89 | <tr> |
---|
90 | <td class="memname"><a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> itpp::inv </td> |
---|
91 | <td>(</td> |
---|
92 | <td class="paramtype">const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> & </td> |
---|
93 | <td class="paramname"> <em>X</em> </td> |
---|
94 | <td> ) </td> |
---|
95 | <td></td> |
---|
96 | </tr> |
---|
97 | </table> |
---|
98 | </div> |
---|
99 | <div class="memdoc"> |
---|
100 | |
---|
101 | <p> |
---|
102 | Inverse of real square matrix.<p> |
---|
103 | Calculate the inverse of the complex matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. |
---|
104 | <p> |
---|
105 | Solves the equation system <img class="formulaInl" alt="$ \mathbf{Y} \mathbf{X} = \mathbf{I}$" src="form_136.png"> using LU-factorization. IT++ needs to be compiled with the LAPACK for the inverse to be available. |
---|
106 | <p>References <a class="el" href="inv_8cpp-source.html#l00109">itpp::inv()</a>.</p> |
---|
107 | |
---|
108 | </div> |
---|
109 | </div><p> |
---|
110 | <a class="anchor" name="gd363b8a1994ba9243c016538f4dbc6ea"></a><!-- doxytag: member="itpp::inv" ref="gd363b8a1994ba9243c016538f4dbc6ea" args="(const cmat &X, cmat &Y)" --> |
---|
111 | <div class="memitem"> |
---|
112 | <div class="memproto"> |
---|
113 | <table class="memname"> |
---|
114 | <tr> |
---|
115 | <td class="memname">bool itpp::inv </td> |
---|
116 | <td>(</td> |
---|
117 | <td class="paramtype">const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> & </td> |
---|
118 | <td class="paramname"> <em>X</em>, </td> |
---|
119 | </tr> |
---|
120 | <tr> |
---|
121 | <td class="paramkey"></td> |
---|
122 | <td></td> |
---|
123 | <td class="paramtype"><a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> & </td> |
---|
124 | <td class="paramname"> <em>Y</em></td><td> </td> |
---|
125 | </tr> |
---|
126 | <tr> |
---|
127 | <td></td> |
---|
128 | <td>)</td> |
---|
129 | <td></td><td></td><td></td> |
---|
130 | </tr> |
---|
131 | </table> |
---|
132 | </div> |
---|
133 | <div class="memdoc"> |
---|
134 | |
---|
135 | <p> |
---|
136 | Inverse of complex square matrix.<p> |
---|
137 | Calculate the inverse of the complex matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. |
---|
138 | <p> |
---|
139 | Solves the equation system <img class="formulaInl" alt="$ \mathbf{Y} \mathbf{X} = \mathbf{I}$" src="form_136.png"> using LU-factorization. IT++ needs to be compiled with LAPACK support for the inverse to be available. |
---|
140 | <p>References <a class="el" href="itassert_8h-source.html#l00126">it_error</a>.</p> |
---|
141 | |
---|
142 | </div> |
---|
143 | </div><p> |
---|
144 | <a class="anchor" name="g125b083397cc9450b8a67a485b545bc8"></a><!-- doxytag: member="itpp::inv" ref="g125b083397cc9450b8a67a485b545bc8" args="(const mat &X)" --> |
---|
145 | <div class="memitem"> |
---|
146 | <div class="memproto"> |
---|
147 | <table class="memname"> |
---|
148 | <tr> |
---|
149 | <td class="memname"><a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> itpp::inv </td> |
---|
150 | <td>(</td> |
---|
151 | <td class="paramtype">const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> & </td> |
---|
152 | <td class="paramname"> <em>X</em> </td> |
---|
153 | <td> ) </td> |
---|
154 | <td></td> |
---|
155 | </tr> |
---|
156 | </table> |
---|
157 | </div> |
---|
158 | <div class="memdoc"> |
---|
159 | |
---|
160 | <p> |
---|
161 | Inverse of real square matrix.<p> |
---|
162 | Calculate the inverse of the real matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. |
---|
163 | <p> |
---|
164 | Solves the equation system <img class="formulaInl" alt="$ \mathbf{Y} \mathbf{X} = \mathbf{I}$" src="form_136.png"> using LU-factorization. IT++ needs to be compiled with LAPACK support for the inverse to be available. |
---|
165 | <p>Referenced by <a class="el" href="emix_8cpp-source.html#l00114">bdm::egiwmix::approx()</a>, <a class="el" href="libKF_8cpp-source.html#l00199">bdm::EKFCh::bayes()</a>, <a class="el" href="libKF_8cpp-source.html#l00130">bdm::KalmanCh::bayes()</a>, <a class="el" href="libKF_8cpp-source.html#l00087">bdm::EKFfull::bayes()</a>, <a class="el" href="libKF_8cpp-source.html#l00033">bdm::KalmanFull::bayes()</a>, <a class="el" href="ekf__obj_8cpp-source.html#l00010">EKFfixed::bayes()</a>, <a class="el" href="libEF_8h-source.html#l01102">bdm::enorm< sq_T >::condition()</a>, <a class="el" href="modulator__nd_8cpp-source.html#l00370">itpp::Modulator_NCD::demodulate_soft_bits()</a>, <a class="el" href="modulator__nd_8cpp-source.html#l00150">itpp::Modulator_NRD::demodulate_soft_bits()</a>, <a class="el" href="libEF_8cpp-source.html#l00082">bdm::egiw::est_theta_cov()</a>, <a class="el" href="inv_8cpp-source.html#l00101">itpp::inv()</a>, <a class="el" href="chmat_8h-source.html#l00044">chmat::inv()</a>, <a class="el" href="libDC_8h-source.html#l00158">fsqmat::invqform()</a>, <a class="el" href="matfunc_8h-source.html#l00355">itpp::is_unitary()</a>, and <a class="el" href="mog__generic_8cpp-source.html#l00279">itpp::MOG_generic::setup_covs()</a>.</p> |
---|
166 | |
---|
167 | </div> |
---|
168 | </div><p> |
---|
169 | <a class="anchor" name="ge03240c214e525e2fea72b8e2c36bfdf"></a><!-- doxytag: member="itpp::inv" ref="ge03240c214e525e2fea72b8e2c36bfdf" args="(const mat &X, mat &Y)" --> |
---|
170 | <div class="memitem"> |
---|
171 | <div class="memproto"> |
---|
172 | <table class="memname"> |
---|
173 | <tr> |
---|
174 | <td class="memname">bool itpp::inv </td> |
---|
175 | <td>(</td> |
---|
176 | <td class="paramtype">const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> & </td> |
---|
177 | <td class="paramname"> <em>X</em>, </td> |
---|
178 | </tr> |
---|
179 | <tr> |
---|
180 | <td class="paramkey"></td> |
---|
181 | <td></td> |
---|
182 | <td class="paramtype"><a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> & </td> |
---|
183 | <td class="paramname"> <em>Y</em></td><td> </td> |
---|
184 | </tr> |
---|
185 | <tr> |
---|
186 | <td></td> |
---|
187 | <td>)</td> |
---|
188 | <td></td><td></td><td></td> |
---|
189 | </tr> |
---|
190 | </table> |
---|
191 | </div> |
---|
192 | <div class="memdoc"> |
---|
193 | |
---|
194 | <p> |
---|
195 | Inverse of real square matrix.<p> |
---|
196 | Calculate the inverse of the real matrix <img class="formulaInl" alt="$\mathbf{X}$" src="form_125.png">. |
---|
197 | <p> |
---|
198 | Solves the equation system <img class="formulaInl" alt="$ \mathbf{Y} \mathbf{X} = \mathbf{I}$" src="form_136.png"> using LU-factorization. IT++ needs to be compiled with the LAPACK for the inverse to be available. |
---|
199 | <p>References <a class="el" href="itassert_8h-source.html#l00126">it_error</a>.</p> |
---|
200 | |
---|
201 | </div> |
---|
202 | </div><p> |
---|
203 | </div> |
---|
204 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by |
---|
205 | <a href="http://www.doxygen.org/index.html"> |
---|
206 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
207 | </body> |
---|
208 | </html> |
---|