[33] | 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: Class Members - Functions</title> |
---|
[290] | 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
[33] | 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
[290] | 7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
[271] | 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> |
---|
[91] | 49 | <div class="navigation" id="top"> |
---|
| 50 | <div class="tabs"> |
---|
| 51 | <ul> |
---|
[271] | 52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
[91] | 53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
[219] | 54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
[290] | 55 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
[91] | 56 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 57 | </ul> |
---|
| 58 | </div> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
| 61 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
[290] | 62 | <li><a href="classes.html"><span>Class Index</span></a></li> |
---|
[91] | 63 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 64 | <li class="current"><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 65 | </ul> |
---|
| 66 | </div> |
---|
| 67 | <div class="tabs"> |
---|
| 68 | <ul> |
---|
| 69 | <li><a href="functions.html"><span>All</span></a></li> |
---|
| 70 | <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> |
---|
| 71 | <li><a href="functions_vars.html"><span>Variables</span></a></li> |
---|
[353] | 72 | <li><a href="functions_type.html"><span>Typedefs</span></a></li> |
---|
| 73 | <li><a href="functions_enum.html"><span>Enumerations</span></a></li> |
---|
| 74 | <li><a href="functions_eval.html"><span>Enumerator</span></a></li> |
---|
[91] | 75 | <li><a href="functions_rela.html"><span>Related Functions</span></a></li> |
---|
| 76 | </ul> |
---|
| 77 | </div> |
---|
| 78 | <div class="tabs"> |
---|
| 79 | <ul> |
---|
| 80 | <li><a href="functions_func.html#index__"><span>_</span></a></li> |
---|
| 81 | <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> |
---|
| 82 | <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> |
---|
| 83 | <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> |
---|
| 84 | <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> |
---|
| 85 | <li class="current"><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> |
---|
| 86 | <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> |
---|
| 87 | <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> |
---|
[353] | 88 | <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> |
---|
[91] | 89 | <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> |
---|
[353] | 90 | <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li> |
---|
[91] | 91 | <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li> |
---|
| 92 | <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> |
---|
| 93 | <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> |
---|
[287] | 94 | <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li> |
---|
[91] | 95 | <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> |
---|
| 96 | <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> |
---|
| 97 | <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li> |
---|
| 98 | <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> |
---|
| 99 | <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> |
---|
| 100 | <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> |
---|
| 101 | <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> |
---|
[234] | 102 | <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> |
---|
[91] | 103 | <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> |
---|
[353] | 104 | <li><a href="functions_func_0x7a.html#index_z"><span>z</span></a></li> |
---|
[91] | 105 | <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li> |
---|
| 106 | </ul> |
---|
| 107 | </div> |
---|
| 108 | </div> |
---|
| 109 | <div class="contents"> |
---|
[33] | 110 | |
---|
| 111 | <p> |
---|
| 112 | <h3><a class="anchor" name="index_e">- e -</a></h3><ul> |
---|
| 113 | <li>eEF() |
---|
[270] | 114 | : <a class="el" href="classbdm_1_1eEF.html#d5459d472d0feca7cf1fb5f65c4b9ef4">bdm::eEF</a> |
---|
[353] | 115 | <li>egiwmix() |
---|
| 116 | : <a class="el" href="classbdm_1_1egiwmix.html#41f4cf7baf554e0a70bf495457179dbb">bdm::egiwmix</a> |
---|
[33] | 117 | <li>EKF() |
---|
[255] | 118 | : <a class="el" href="classbdm_1_1EKF.html#d087a8bb408d26ac4f5c542746b81059">bdm::EKF< sq_T ></a> |
---|
[280] | 119 | <li>EKFfixed() |
---|
| 120 | : <a class="el" href="classEKFfixed.html#05d1f11bd56305420b56fe83ada6e586">EKFfixed</a> |
---|
[79] | 121 | <li>EKFfull() |
---|
[270] | 122 | : <a class="el" href="classbdm_1_1EKFfull.html#6939c345389abb8b2481457b4cfe1165">bdm::EKFfull</a> |
---|
[106] | 123 | <li>emix() |
---|
[270] | 124 | : <a class="el" href="classbdm_1_1emix.html#4838f3a376ee0bd3c658bfb8f4ea4a3d">bdm::emix</a> |
---|
[353] | 125 | <li>enable_c_access() |
---|
| 126 | : <a class="el" href="classitpp_1_1MOG__diag.html#499409f431c085b02803aa3ab651297d">itpp::MOG_diag</a> |
---|
| 127 | <li>enable_trace() |
---|
| 128 | : <a class="el" href="classitpp_1_1Newton__Search.html#d1d1d137bab656d6e5ef827d640bcd7f">itpp::Newton_Search</a> |
---|
| 129 | , <a class="el" href="classitpp_1_1Line__Search.html#677864b4dec3305b193ca0f73701caa3">itpp::Line_Search</a> |
---|
| 130 | <li>encode() |
---|
| 131 | : <a class="el" href="classitpp_1_1Channel__Code.html#8c7564272c52e3721154c6ab60a04a41">itpp::Channel_Code</a> |
---|
| 132 | , <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#52a8335d94b8e4b0777a09afcb47445c">itpp::Punctured_Convolutional_Code</a> |
---|
| 133 | , <a class="el" href="classitpp_1_1Dummy__Code.html#e4a4f181a584013a415ba0c61ef3a248">itpp::Dummy_Code</a> |
---|
| 134 | , <a class="el" href="classitpp_1_1Rec__Syst__Conv__Code.html#2c0878dc5b23f28baa52ac56f55db444">itpp::Rec_Syst_Conv_Code</a> |
---|
| 135 | , <a class="el" href="classitpp_1_1Reed__Solomon.html#24719bb3f2e49213b5f7ff67ac126a22">itpp::Reed_Solomon</a> |
---|
| 136 | , <a class="el" href="classitpp_1_1Dummy__Code.html#bf5d03d35174e395f89fb58c82b11079">itpp::Dummy_Code</a> |
---|
| 137 | , <a class="el" href="classitpp_1_1Reed__Solomon.html#24311c9cdd1f958f5e55ebe571d1d4ba">itpp::Reed_Solomon</a> |
---|
| 138 | , <a class="el" href="classitpp_1_1Turbo__Codec.html#1d60ee8b4c48a768850e2915b6193fc8">itpp::Turbo_Codec</a> |
---|
| 139 | , <a class="el" href="classitpp_1_1Convolutional__Code.html#f9d5354b5ea7f2a090a488b383e995ef">itpp::Convolutional_Code</a> |
---|
| 140 | , <a class="el" href="classitpp_1_1Vector__Quantizer.html#4a51a14da06c9738abd6a27a24c7071c">itpp::Vector_Quantizer</a> |
---|
| 141 | , <a class="el" href="classitpp_1_1Convolutional__Code.html#fbed8d23cbffca2d0802234592b034b4">itpp::Convolutional_Code</a> |
---|
| 142 | , <a class="el" href="classitpp_1_1Scalar__Quantizer.html#993310523150d96f08e1946f250fd6c8">itpp::Scalar_Quantizer</a> |
---|
| 143 | , <a class="el" href="classitpp_1_1CRC__Code.html#e0724db13cfb7f8880299825fba59a25">itpp::CRC_Code</a> |
---|
| 144 | , <a class="el" href="classitpp_1_1Extended__Golay.html#5ac3d9d36ea970ad2236129370d2ebaf">itpp::Extended_Golay</a> |
---|
| 145 | , <a class="el" href="classitpp_1_1Hamming__Code.html#0ba41d4af1fffdb67dfd027c7f0fe667">itpp::Hamming_Code</a> |
---|
| 146 | , <a class="el" href="classitpp_1_1BCH.html#d4afca904108624cff06356b084ed0d0">itpp::BCH</a> |
---|
| 147 | , <a class="el" href="classitpp_1_1Hamming__Code.html#c93ab1e395e02bcd685f6fae3ebf333d">itpp::Hamming_Code</a> |
---|
| 148 | , <a class="el" href="classitpp_1_1LDPC__Generator.html#c0b88b84513103f2d1c19d62284648c2">itpp::LDPC_Generator</a> |
---|
| 149 | , <a class="el" href="classitpp_1_1BCH.html#5f371eef585940bbca6c963ddbbda6dd">itpp::BCH</a> |
---|
| 150 | , <a class="el" href="classitpp_1_1LDPC__Generator__Systematic.html#9d76bceeb0ce1dc6fda83abacd5583a1">itpp::LDPC_Generator_Systematic</a> |
---|
| 151 | , <a class="el" href="classitpp_1_1BLDPC__Generator.html#f6fdf4df53cb36c1753c5a37d205aaff">itpp::BLDPC_Generator</a> |
---|
| 152 | , <a class="el" href="classitpp_1_1Channel__Code.html#8e151b53b207d644598360537dacaf91">itpp::Channel_Code</a> |
---|
| 153 | , <a class="el" href="classitpp_1_1LDPC__Code.html#640c68e85d0df3b607b96f7d3787e5a8">itpp::LDPC_Code</a> |
---|
| 154 | <li>encode_bit() |
---|
| 155 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#a6884e3f60678177fbf60e22d2447a5b">itpp::Convolutional_Code</a> |
---|
| 156 | <li>encode_block() |
---|
| 157 | : <a class="el" href="classitpp_1_1Turbo__Codec.html#dba243060d5bbf6076173e6d48589f7b">itpp::Turbo_Codec</a> |
---|
| 158 | <li>encode_tail() |
---|
| 159 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#47230acfea5aa32cb31e63abca1d222e">itpp::Convolutional_Code</a> |
---|
| 160 | , <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#eda7709de1cff7c6211884f9acfae470">itpp::Punctured_Convolutional_Code</a> |
---|
| 161 | , <a class="el" href="classitpp_1_1Rec__Syst__Conv__Code.html#472b5db0388ab3670860f942a756f92b">itpp::Rec_Syst_Conv_Code</a> |
---|
| 162 | <li>encode_tailbite() |
---|
| 163 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#34e2691d01bc0b35d81f109f27bedfa2">itpp::Convolutional_Code</a> |
---|
| 164 | , <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#60feaefdc4f8b62884268f7cc0ea8296">itpp::Punctured_Convolutional_Code</a> |
---|
| 165 | <li>encode_trunc() |
---|
| 166 | : <a class="el" href="classitpp_1_1Convolutional__Code.html#b2acc3b632782ff035fa1b5b2b122153">itpp::Convolutional_Code</a> |
---|
| 167 | , <a class="el" href="classitpp_1_1Punctured__Convolutional__Code.html#49dbb58e8a99c89502140e8f2d527503">itpp::Punctured_Convolutional_Code</a> |
---|
| 168 | <li>encoding() |
---|
| 169 | : <a class="el" href="classitpp_1_1SND__Format.html#4844d5f06f5b141e64c9f54a39a6fae8">itpp::SND_Format</a> |
---|
| 170 | <li>end() |
---|
| 171 | : <a class="el" href="classitpp_1_1TCP__Segment.html#ddbd28a0830ed97af204c28322731be3">itpp::TCP_Segment</a> |
---|
[270] | 172 | <li>epredictor() |
---|
[353] | 173 | : <a class="el" href="classbdm_1_1ARX.html#749827323c034f11bec61b6e2fc3d42a">bdm::ARX</a> |
---|
[271] | 174 | , <a class="el" href="classbdm_1_1MixEF.html#edc50e9640f049b846084748b18469a2">bdm::MixEF</a> |
---|
[270] | 175 | , <a class="el" href="classbdm_1_1BM.html#688d7a2aced1e06aa1c468d73a9e5eba">bdm::BM</a> |
---|
[106] | 176 | <li>equal() |
---|
[255] | 177 | : <a class="el" href="classbdm_1_1RV.html#3bb011af88ae98f5c97955bb2c95cfee">bdm::RV</a> |
---|
[353] | 178 | <li>est_theta() |
---|
| 179 | : <a class="el" href="classbdm_1_1egiw.html#66d2ba9295c306012b309efcc9e516f0">bdm::egiw</a> |
---|
| 180 | <li>est_theta_cov() |
---|
| 181 | : <a class="el" href="classbdm_1_1egiw.html#88c321a2051d1afdbb31a098896a717b">bdm::egiw</a> |
---|
| 182 | <li>estimate_delay() |
---|
| 183 | : <a class="el" href="classitpp_1_1BERC.html#7ccf4100e2b7b26ed8fac21fcf4aa8d6">itpp::BERC</a> |
---|
[33] | 184 | <li>eval() |
---|
[353] | 185 | : <a class="el" href="classIMk1.html#8957f00622352dcacd64518136c7da33">IMk1</a> |
---|
| 186 | , <a class="el" href="classOMk1.html#7c12aa1b56f298cc21b22e0dde84ef8f">OMk1</a> |
---|
| 187 | , <a class="el" href="classIMpmsm.html#45785869d978dda42828a072ec2caebe">IMpmsm</a> |
---|
| 188 | , <a class="el" href="classIMpmsm2o.html#86e04b5118e567ea7a2540059f553f41">IMpmsm2o</a> |
---|
| 189 | , <a class="el" href="classIMpmsmStat.html#5ed3582c2c0edb0753387a82598f8d21">IMpmsmStat</a> |
---|
| 190 | , <a class="el" href="classIMpmsmMz.html#c9a6825b8683ad125e3bf7edec2df7e7">IMpmsmMz</a> |
---|
| 191 | , <a class="el" href="classIMpmsmStatMz.html#757c6be06a948c840a57e4d32f30214e">IMpmsmStatMz</a> |
---|
| 192 | , <a class="el" href="classOMpmsm4.html#77f43dbd2aa19f65f8e2b7be551b81a4">OMpmsm4</a> |
---|
[271] | 193 | , <a class="el" href="classbdm_1_1fnc.html#6277b11d7fffc7ef8a2fa3e84ae5bad4">bdm::fnc</a> |
---|
[287] | 194 | , <a class="el" href="classbdm_1_1constfn.html#33c2631ddcad9e81ef4b743d83eed4d4">bdm::constfn</a> |
---|
[312] | 195 | , <a class="el" href="classbdm_1_1diffbifn.html#188f31066bd72e1bf0ddacd1eb0e6af3">bdm::diffbifn</a> |
---|
[323] | 196 | , <a class="el" href="classbdm_1_1bilinfn.html#846c21e8e8d41555eb7c075f5ff86ffd">bdm::bilinfn</a> |
---|
[353] | 197 | , <a class="el" href="classOMpmsm.html#8e32392c9c635584606287b8c0e8c9da">OMpmsm</a> |
---|
| 198 | , <a class="el" href="classbdm_1_1linfn.html#b8063094a2aa210dcf7ae73e2b85e09c">bdm::linfn</a> |
---|
[280] | 199 | <li>eval2o() |
---|
| 200 | : <a class="el" href="classIMpmsm2o.html#cf66e75d9e532b0a1c2135b34ac57c89">IMpmsm2o</a> |
---|
[219] | 201 | <li>evallog() |
---|
[323] | 202 | : <a class="el" href="classbdm_1_1eprod.html#a5a91e67d2f74ff2b0b8eecde2fa42e2">bdm::eprod</a> |
---|
[353] | 203 | , <a class="el" href="classbdm_1_1eEF.html#79a7c8ea8c02e45d410bd1d7ffd72b41">bdm::eEF</a> |
---|
[323] | 204 | , <a class="el" href="classbdm_1_1egamma.html#a8e11e5a580ff42a1b205974c60768c6">bdm::egamma</a> |
---|
[280] | 205 | , <a class="el" href="classbdm_1_1merger.html#c47543661897638cab9f506c76a1f92f">bdm::merger</a> |
---|
[287] | 206 | , <a class="el" href="classbdm_1_1emix.html#0f3db99f730bde6b7953931594537e8e">bdm::emix</a> |
---|
[353] | 207 | , <a class="el" href="classbdm_1_1eEF.html#a36d06ecdd6f4c79dc122510eaccc692">bdm::eEF</a> |
---|
| 208 | , <a class="el" href="classbdm_1_1eEmp.html#01654c014d3aa068f8d4ecba4be86d09">bdm::eEmp</a> |
---|
| 209 | , <a class="el" href="classbdm_1_1euni.html#caa07b8307bd793d5339d6583e0aba81">bdm::euni</a> |
---|
[287] | 210 | , <a class="el" href="classbdm_1_1epdf.html#deab266d63c236c277538867d5c3f249">bdm::epdf</a> |
---|
[323] | 211 | <li>evallog_m() |
---|
| 212 | : <a class="el" href="classbdm_1_1emix.html#23af1986e2afcbc8c7e1c30f610e703b">bdm::emix</a> |
---|
[312] | 213 | <li>evallog_M() |
---|
| 214 | : <a class="el" href="classbdm_1_1emix.html#e64c1d5a73f541e469792e23d4677af2">bdm::emix</a> |
---|
[353] | 215 | <li>evallog_m() |
---|
| 216 | : <a class="el" href="classbdm_1_1epdf.html#34956d4dd3176eeb5937cf48a1546b62">bdm::epdf</a> |
---|
[219] | 217 | <li>evallog_nn() |
---|
[353] | 218 | : <a class="el" href="classbdm_1_1egiwmix.html#5713da45d66410382d6eca4e1b05a132">bdm::egiwmix</a> |
---|
[312] | 219 | , <a class="el" href="classbdm_1_1eEF.html#a4135778ecd9ab774762936c82a097c6">bdm::eEF</a> |
---|
[353] | 220 | , <a class="el" href="classbdm_1_1eDirich.html#e09a24938e80c3d94b0ee842d1552318">bdm::eDirich</a> |
---|
| 221 | , <a class="el" href="classbdm_1_1enorm.html#e13aeed5b543b2179bacdc4fa2ae47a3">bdm::enorm< sq_T ></a> |
---|
[312] | 222 | , <a class="el" href="classbdm_1_1egiw.html#bfb8e7c619b34ad804a73bff71742b5e">bdm::egiw</a> |
---|
[219] | 223 | <li>evallogcond() |
---|
[323] | 224 | : <a class="el" href="classbdm_1_1mpdf.html#6336a8a72462e2a56a3989a220f18b1b">bdm::mpdf</a> |
---|
[312] | 225 | , <a class="el" href="classbdm_1_1mprod.html#800f21d94c919137608a2fd5c88719e2">bdm::mprod</a> |
---|
[323] | 226 | , <a class="el" href="classbdm_1_1mratio.html#3a2cbce8c61ca9f592d9c2220f7c1204">bdm::mratio</a> |
---|
[219] | 227 | <li>evallogcond_m() |
---|
[255] | 228 | : <a class="el" href="classbdm_1_1mpdf.html#0b0ed1ed663071bb7cf4a1349eb94fcb">bdm::mpdf</a> |
---|
[353] | 229 | <li>Event() |
---|
| 230 | : <a class="el" href="classitpp_1_1Event.html#bbade1e1f52c8189e2de5652064c3a29">itpp::Event< ObjectType ></a> |
---|
| 231 | <li>Event_Queue() |
---|
| 232 | : <a class="el" href="classitpp_1_1Event__Queue.html#6f7fdf62d13e0590f27bab0fa9b7948d">itpp::Event_Queue</a> |
---|
| 233 | <li>exec() |
---|
| 234 | : <a class="el" href="classitpp_1_1Base__Event.html#d7b8e2d54a4a8f31c86dbaf8a39ad74d">itpp::Base_Event</a> |
---|
| 235 | , <a class="el" href="classitpp_1_1Event.html#e4a29630c0fc9befe3575b3b8a3b3553">itpp::Event< ObjectType ></a> |
---|
| 236 | , <a class="el" href="classitpp_1_1Data__Event.html#671907a19eb43c5aa0b7b007adc44168">itpp::Data_Event< ObjectType, DataType ></a> |
---|
| 237 | <li>exist() |
---|
| 238 | : <a class="el" href="classitpp_1_1Parser.html#c0045afbb4d7003f282f810774eb7c4c">itpp::Parser</a> |
---|
| 239 | <li>exists() |
---|
| 240 | : <a class="el" href="classitpp_1_1it__file.html#a646809d5d70c5abdd12f19fa8a3ca31">itpp::it_file</a> |
---|
| 241 | , <a class="el" href="classitpp_1_1it__file__old.html#450b647401b53b7173684b86916d2224">itpp::it_file_old</a> |
---|
| 242 | <li>expand_base() |
---|
| 243 | : <a class="el" href="classitpp_1_1BLDPC__Parity.html#a1edcf49d02cacb3bdaf54f601c47669">itpp::BLDPC_Parity</a> |
---|
| 244 | <li>ExpirationTime() |
---|
| 245 | : <a class="el" href="classitpp_1_1TTimer.html#db22a58e770b0381ac024b801ea17ce5">itpp::TTimer< THandler ></a> |
---|
| 246 | <li>Exponential_RNG() |
---|
| 247 | : <a class="el" href="classitpp_1_1Exponential__RNG.html#9c6696d92e75aa69937b566d888555aa">itpp::Exponential_RNG</a> |
---|
| 248 | <li>export_alist() |
---|
| 249 | : <a class="el" href="classitpp_1_1LDPC__Parity.html#811f5be45f91edf337d1ec48a125f2a7">itpp::LDPC_Parity</a> |
---|
| 250 | <li>Extended_Golay() |
---|
| 251 | : <a class="el" href="classitpp_1_1Extended__Golay.html#122575a88fc60b28892ca444e3af80ed">itpp::Extended_Golay</a> |
---|
[33] | 252 | </ul> |
---|
[91] | 253 | </div> |
---|
[353] | 254 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by |
---|
[33] | 255 | <a href="http://www.doxygen.org/index.html"> |
---|
[290] | 256 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
[33] | 257 | </body> |
---|
| 258 | </html> |
---|