[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 class="current"><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><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_a">- a -</a></h3><ul> |
---|
[353] | 113 | <li>abs() |
---|
| 114 | : <a class="el" href="classitpp_1_1bin.html#eef4249965bf7e458f1b509fad5d1486">itpp::bin</a> |
---|
| 115 | <li>ACK() |
---|
| 116 | : <a class="el" href="classitpp_1_1ACK.html#4f486d812af0e8717fb683a271772a57">itpp::ACK</a> |
---|
| 117 | <li>ACK_Channel() |
---|
| 118 | : <a class="el" href="classitpp_1_1ACK__Channel.html#126284a32805e8da0eb24454d4c635a1">itpp::ACK_Channel</a> |
---|
[33] | 119 | <li>add() |
---|
[353] | 120 | : <a class="el" href="classbdm_1_1RV.html#87841b5ee43997b79789c0c22047e224">bdm::RV</a> |
---|
| 121 | , <a class="el" href="classbdm_1_1logger.html#47aa3b098a81d02a8ffaea2c9fa09ac7">bdm::logger</a> |
---|
| 122 | , <a class="el" href="classchmat.html#f3921e3e5e31337cdbda40a3a5467257">chmat</a> |
---|
| 123 | , <a class="el" href="classitpp_1_1Sparse__Vec.html#9f3ef93cf84c3fc402e9303ff9fced8e">itpp::Sparse_Vec< T ></a> |
---|
| 124 | , <a class="el" href="classitpp_1_1Event__Queue.html#9d01b44e3979d76865d1fee69733a97e">itpp::Event_Queue</a> |
---|
[99] | 125 | , <a class="el" href="classfsqmat.html#a2e0bf7dbbbbe1d3358064c4ad455f1f">fsqmat</a> |
---|
[91] | 126 | , <a class="el" href="classldmat.html#a60f2c7e4f3c6a7738eaaaab81ffad20">ldmat</a> |
---|
[353] | 127 | <li>add_elem() |
---|
| 128 | : <a class="el" href="classitpp_1_1Sparse__Mat.html#ddb256b1bc9bdf0a57b56c019ab2b1f5">itpp::Sparse_Mat< T ></a> |
---|
| 129 | , <a class="el" href="classitpp_1_1Sparse__Vec.html#63b4e493346887db93f25b40f7352b91">itpp::Sparse_Vec< T ></a> |
---|
| 130 | <li>add_LOS() |
---|
| 131 | : <a class="el" href="classitpp_1_1Correlated__Fading__Generator.html#c9eee8d72cf7d8fbbb0a646cd5dfbc11">itpp::Correlated_Fading_Generator</a> |
---|
| 132 | <li>add_rows() |
---|
| 133 | : <a class="el" href="classitpp_1_1GF2mat.html#3c73516894e748568b0821bdff3509e6">itpp::GF2mat</a> |
---|
| 134 | <li>addto_element() |
---|
| 135 | : <a class="el" href="classitpp_1_1GF2mat.html#29311e8786dcfee8133ddb7c4acd86a9">itpp::GF2mat</a> |
---|
| 136 | <li>alloc() |
---|
| 137 | : <a class="el" href="classitpp_1_1Array.html#11d3a25f034298549ecd36f2d997f303">itpp::Array< T ></a> |
---|
| 138 | , <a class="el" href="classitpp_1_1Mat.html#c7d51b109b5fb0e73f37a6fa534416d4">itpp::Mat< Num_T ></a> |
---|
| 139 | , <a class="el" href="classitpp_1_1Vec.html#d4bb88e1449b76782493f7cb2abd8a00">itpp::Vec< Num_T ></a> |
---|
| 140 | <li>append_col() |
---|
| 141 | : <a class="el" href="classitpp_1_1Mat.html#afc302718319dbd3bb6e35b442a07cd8">itpp::Mat< Num_T ></a> |
---|
| 142 | <li>append_row() |
---|
| 143 | : <a class="el" href="classitpp_1_1Mat.html#30a3c0aa4d253527e94f0f539db0e720">itpp::Mat< Num_T ></a> |
---|
| 144 | <li>apply_o_mode() |
---|
| 145 | : <a class="el" href="classitpp_1_1Fix__Base.html#d5793faefe33b344b0d74a21ceca81a4">itpp::Fix_Base</a> |
---|
| 146 | <li>approx() |
---|
| 147 | : <a class="el" href="classbdm_1_1egiwmix.html#10894d50e82130cc5b93d3cbc30b2e4d">bdm::egiwmix</a> |
---|
| 148 | <li>AR1_Normal_RNG() |
---|
| 149 | : <a class="el" href="classitpp_1_1AR1__Normal__RNG.html#3c4779b5210d4fdeb2378098937503fa">itpp::AR1_Normal_RNG</a> |
---|
| 150 | <li>AR_Filter() |
---|
| 151 | : <a class="el" href="classitpp_1_1AR__Filter.html#d4bbbb9c68dbcdb1d2acb27591d3478f">itpp::AR_Filter< T1, T2, T3 ></a> |
---|
| 152 | <li>ARMA_Filter() |
---|
| 153 | : <a class="el" href="classitpp_1_1ARMA__Filter.html#98c0f3de4b9f6d38953fb57ef2b4c26e">itpp::ARMA_Filter< T1, T2, T3 ></a> |
---|
| 154 | <li>Array() |
---|
| 155 | : <a class="el" href="classitpp_1_1Array.html#d3ab6c8eb0e5ead62180f87f46b35165">itpp::Array< T ></a> |
---|
[261] | 156 | <li>ArxDS() |
---|
[270] | 157 | : <a class="el" href="classbdm_1_1ArxDS.html#7c8b418677a48041adacac8e8e9c9849">bdm::ArxDS</a> |
---|
[353] | 158 | <li>assign_to_means() |
---|
| 159 | : <a class="el" href="classitpp_1_1MOG__diag__kmeans__sup.html#7a626a8e78484aac6bca5e9b936ae24a">itpp::MOG_diag_kmeans_sup</a> |
---|
| 160 | <li>Audio_File() |
---|
| 161 | : <a class="el" href="classitpp_1_1Audio__File.html#5f02141b060ce1dc9363d604d451935c">itpp::Audio_File</a> |
---|
| 162 | <li>avg() |
---|
| 163 | : <a class="el" href="classitpp_1_1Stat.html#bb3230950e8f30d323f198b3fa064551">itpp::Stat</a> |
---|
| 164 | <li>avg_log_lhood() |
---|
| 165 | : <a class="el" href="classitpp_1_1MOG__generic.html#42bd3f8f0a54e2957279c24b40719b08">itpp::MOG_generic</a> |
---|
| 166 | , <a class="el" href="classitpp_1_1MOG__diag.html#b892301061b8d1b418eb3ff058633da3">itpp::MOG_diag</a> |
---|
| 167 | <li>AWGN_Channel() |
---|
| 168 | : <a class="el" href="classitpp_1_1AWGN__Channel.html#7894594d815d194c44b191162289e764">itpp::AWGN_Channel</a> |
---|
[33] | 169 | </ul> |
---|
[91] | 170 | </div> |
---|
[353] | 171 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:14 2009 for mixpp by |
---|
[33] | 172 | <a href="http://www.doxygen.org/index.html"> |
---|
[290] | 173 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
[33] | 174 | </body> |
---|
| 175 | </html> |
---|