| [8] | 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: Hierarchical Index</title> | 
|---|
| [290] | 4 | <link href="tabs.css" rel="stylesheet" type="text/css"> | 
|---|
| [8] | 5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> | 
|---|
 | 6 | </head><body> | 
|---|
| [538] | 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> | 
|---|
| [290] | 54 |       <li class="current"><a href="annotated.html"><span>Classes</span></a></li> | 
|---|
| [91] | 55 |       <li><a href="files.html"><span>Files</span></a></li> | 
|---|
 | 56 |     </ul> | 
|---|
 | 57 |   </div> | 
|---|
 | 58 |   <div class="tabs"> | 
|---|
 | 59 |     <ul> | 
|---|
 | 60 |       <li><a href="annotated.html"><span>Class List</span></a></li> | 
|---|
| [290] | 61 |       <li><a href="classes.html"><span>Class Index</span></a></li> | 
|---|
| [91] | 62 |       <li class="current"><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> | 
|---|
 | 63 |       <li><a href="functions.html"><span>Class Members</span></a></li> | 
|---|
 | 64 |     </ul> | 
|---|
 | 65 |   </div> | 
|---|
| [8] | 66 | </div> | 
|---|
| [91] | 67 | <div class="contents"> | 
|---|
 | 68 | <h1>Class Hierarchy</h1><a href="inherits.html">Go to the graphical class hierarchy</a> | 
|---|
| [19] | 69 | <p> | 
|---|
| [271] | 70 | This inheritance list is sorted roughly, but not completely, alphabetically:    <script type="text/javascript"> | 
|---|
 | 71 |     <!-- // Hide script from old browsers | 
|---|
 | 72 |      | 
|---|
 | 73 |     function toggleFolder(id, imageNode)  | 
|---|
 | 74 |     { | 
|---|
 | 75 |       var folder = document.getElementById(id); | 
|---|
 | 76 |       var l = imageNode.src.length; | 
|---|
 | 77 |       if (imageNode.src.substring(l-20,l)=="ftv2folderclosed.png" ||  | 
|---|
 | 78 |           imageNode.src.substring(l-18,l)=="ftv2folderopen.png") | 
|---|
 | 79 |       { | 
|---|
 | 80 |         imageNode = imageNode.previousSibling; | 
|---|
 | 81 |         l = imageNode.src.length; | 
|---|
 | 82 |       } | 
|---|
 | 83 |       if (folder == null)  | 
|---|
 | 84 |       { | 
|---|
 | 85 |       }  | 
|---|
 | 86 |       else if (folder.style.display == "block")  | 
|---|
 | 87 |       { | 
|---|
 | 88 |         if (imageNode != null)  | 
|---|
 | 89 |         { | 
|---|
 | 90 |           imageNode.nextSibling.src = "ftv2folderclosed.png"; | 
|---|
 | 91 |           if (imageNode.src.substring(l-13,l) == "ftv2mnode.png") | 
|---|
 | 92 |           { | 
|---|
 | 93 |             imageNode.src = "ftv2pnode.png"; | 
|---|
 | 94 |           } | 
|---|
 | 95 |           else if (imageNode.src.substring(l-17,l) == "ftv2mlastnode.png") | 
|---|
 | 96 |           { | 
|---|
 | 97 |             imageNode.src = "ftv2plastnode.png"; | 
|---|
 | 98 |           } | 
|---|
 | 99 |         } | 
|---|
 | 100 |         folder.style.display = "none"; | 
|---|
 | 101 |       }  | 
|---|
 | 102 |       else  | 
|---|
 | 103 |       { | 
|---|
 | 104 |         if (imageNode != null)  | 
|---|
 | 105 |         { | 
|---|
 | 106 |           imageNode.nextSibling.src = "ftv2folderopen.png"; | 
|---|
 | 107 |           if (imageNode.src.substring(l-13,l) == "ftv2pnode.png") | 
|---|
 | 108 |           { | 
|---|
 | 109 |             imageNode.src = "ftv2mnode.png"; | 
|---|
 | 110 |           } | 
|---|
 | 111 |           else if (imageNode.src.substring(l-17,l) == "ftv2plastnode.png") | 
|---|
 | 112 |           { | 
|---|
 | 113 |             imageNode.src = "ftv2mlastnode.png"; | 
|---|
 | 114 |           } | 
|---|
 | 115 |         } | 
|---|
 | 116 |         folder.style.display = "block"; | 
|---|
 | 117 |       } | 
|---|
 | 118 |     } | 
|---|
 | 119 |  | 
|---|
 | 120 |     // End script hiding -->         | 
|---|
 | 121 |     </script> | 
|---|
 | 122 |     <div class="directory-alt"> | 
|---|
 | 123 |       <br> | 
|---|
 | 124 |       <div style="display: block;"> | 
|---|
| [538] | 125 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="classbdm_1_1datalink.html" target="_self">bdm::datalink</a></p> | 
|---|
| [354] | 126 |         <div id="folder1"> | 
|---|
| [538] | 127 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="classbdm_1_1datalink__m2e.html" target="_self">bdm::datalink_m2e</a></p> | 
|---|
 | 128 |           <div id="folder2"> | 
|---|
| [396] | 129 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1datalink__m2m.html" target="_self">bdm::datalink_m2m</a></p> | 
|---|
 | 130 |           </div> | 
|---|
 | 131 |         </div> | 
|---|
| [590] | 132 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder3', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder3', this)"/><a class="el" href="classbdm_1_1Designer.html" target="_self">bdm::Designer</a></p> | 
|---|
| [538] | 133 |         <div id="folder3"> | 
|---|
| [590] | 134 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1LQG.html" target="_self">bdm::LQG</a></p> | 
|---|
| [396] | 135 |         </div> | 
|---|
| [590] | 136 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder4', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder4', this)"/><a class="el" href="classbdm_1_1root.html" target="_self">bdm::root</a></p> | 
|---|
 | 137 |         <div id="folder4"> | 
|---|
 | 138 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder5', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder5', this)"/><a class="el" href="classbdm_1_1BM.html" target="_self">bdm::BM</a></p> | 
|---|
 | 139 |           <div id="folder5"> | 
|---|
 | 140 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder6', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder6', this)"/><a class="el" href="classbdm_1_1BMEF.html" target="_self">bdm::BMEF</a></p> | 
|---|
 | 141 |             <div id="folder6"> | 
|---|
| [271] | 142 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1ARX.html" target="_self">bdm::ARX</a></p> | 
|---|
 | 143 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1MixEF.html" target="_self">bdm::MixEF</a></p> | 
|---|
 | 144 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1multiBM.html" target="_self">bdm::multiBM</a></p> | 
|---|
 | 145 |             </div> | 
|---|
| [290] | 146 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1Kalman.html" target="_self">bdm::Kalman< sq_T ></a></p> | 
|---|
| [353] | 147 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1MultiModel.html" target="_self">bdm::MultiModel</a></p> | 
|---|
| [590] | 148 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder7', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder7', this)"/><a class="el" href="classbdm_1_1PF.html" target="_self">bdm::PF</a></p> | 
|---|
 | 149 |             <div id="folder7"> | 
|---|
| [290] | 150 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1MPF.html" target="_self">bdm::MPF< BM_T ></a></p> | 
|---|
| [271] | 151 |             </div> | 
|---|
| [590] | 152 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder8', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder8', this)"/><a class="el" href="classbdm_1_1Kalman.html" target="_self">bdm::Kalman< chmat ></a></p> | 
|---|
 | 153 |             <div id="folder8"> | 
|---|
 | 154 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder9', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder9', this)"/><a class="el" href="classbdm_1_1KalmanCh.html" target="_self">bdm::KalmanCh</a></p> | 
|---|
 | 155 |               <div id="folder9"> | 
|---|
 | 156 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder10', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder10', this)"/><a class="el" href="classbdm_1_1EKFCh.html" target="_self">bdm::EKFCh</a></p> | 
|---|
 | 157 |                 <div id="folder10"> | 
|---|
| [296] | 158 |                   <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1EKFCh__chQ.html" target="_self">bdm::EKFCh_chQ</a></p> | 
|---|
| [271] | 159 |                   <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1EKFCh__cond.html" target="_self">bdm::EKFCh_cond</a></p> | 
|---|
| [353] | 160 |                   <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1EKFCh__dQ.html" target="_self">bdm::EKFCh_dQ</a></p> | 
|---|
| [271] | 161 |                 </div> | 
|---|
 | 162 |               </div> | 
|---|
 | 163 |             </div> | 
|---|
| [590] | 164 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder11', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder11', this)"/><a class="el" href="classbdm_1_1Kalman.html" target="_self">bdm::Kalman< fsqmat ></a></p> | 
|---|
 | 165 |             <div id="folder11"> | 
|---|
 | 166 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder12', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder12', this)"/><a class="el" href="classbdm_1_1KalmanFull.html" target="_self">bdm::KalmanFull</a></p> | 
|---|
 | 167 |               <div id="folder12"> | 
|---|
 | 168 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder13', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder13', this)"/><a class="el" href="classbdm_1_1EKFfull.html" target="_self">bdm::EKFfull</a></p> | 
|---|
 | 169 |                 <div id="folder13"> | 
|---|
 | 170 |                   <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1EKFful__unQR.html" target="_self">bdm::EKFful_unQR</a></p> | 
|---|
 | 171 |                 </div> | 
|---|
 | 172 |               </div> | 
|---|
| [271] | 173 |             </div> | 
|---|
 | 174 |           </div> | 
|---|
| [590] | 175 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder14', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder14', this)"/><a class="el" href="classbdm_1_1Controller.html" target="_self">bdm::Controller</a></p> | 
|---|
| [538] | 176 |           <div id="folder14"> | 
|---|
| [590] | 177 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1LQG__ARX.html" target="_self">bdm::LQG_ARX</a></p> | 
|---|
| [538] | 178 |           </div> | 
|---|
| [590] | 179 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1discrete__support.html" target="_self">bdm::discrete_support</a></p> | 
|---|
| [396] | 180 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder15', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder15', this)"/><a class="el" href="classbdm_1_1DS.html" target="_self">bdm::DS</a></p> | 
|---|
 | 181 |           <div id="folder15"> | 
|---|
| [271] | 182 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1ArxDS.html" target="_self">bdm::ArxDS</a></p> | 
|---|
| [396] | 183 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder16', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder16', this)"/><a class="el" href="classbdm_1_1MemDS.html" target="_self">bdm::MemDS</a></p> | 
|---|
 | 184 |             <div id="folder16"> | 
|---|
 | 185 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder17', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder17', this)"/><a class="el" href="classbdm_1_1FileDS.html" target="_self">bdm::FileDS</a></p> | 
|---|
 | 186 |               <div id="folder17"> | 
|---|
 | 187 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1CsvFileDS.html" target="_self">bdm::CsvFileDS</a></p> | 
|---|
 | 188 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1ITppFileDS.html" target="_self">bdm::ITppFileDS</a></p> | 
|---|
| [312] | 189 |               </div> | 
|---|
| [396] | 190 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1MexDS.html" target="_self">bdm::MexDS</a></p> | 
|---|
| [287] | 191 |             </div> | 
|---|
| [271] | 192 |           </div> | 
|---|
| [396] | 193 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder18', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder18', this)"/><a class="el" href="classbdm_1_1epdf.html" target="_self">bdm::epdf</a></p> | 
|---|
 | 194 |           <div id="folder18"> | 
|---|
 | 195 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder19', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder19', this)"/><a class="el" href="classbdm_1_1eEF.html" target="_self">bdm::eEF</a></p> | 
|---|
 | 196 |             <div id="folder19"> | 
|---|
| [271] | 197 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1eDirich.html" target="_self">bdm::eDirich</a></p> | 
|---|
| [396] | 198 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder20', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder20', this)"/><a class="el" href="classbdm_1_1egamma.html" target="_self">bdm::egamma</a></p> | 
|---|
 | 199 |               <div id="folder20"> | 
|---|
| [287] | 200 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1eigamma.html" target="_self">bdm::eigamma</a></p> | 
|---|
 | 201 |               </div> | 
|---|
| [396] | 202 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder21', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder21', this)"/><a class="el" href="classbdm_1_1egiw.html" target="_self">bdm::egiw</a></p> | 
|---|
 | 203 |               <div id="folder21"> | 
|---|
| [353] | 204 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1egiwmix.html" target="_self">bdm::egiwmix</a></p> | 
|---|
 | 205 |               </div> | 
|---|
| [290] | 206 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1enorm.html" target="_self">bdm::enorm< sq_T ></a></p> | 
|---|
 | 207 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1enorm.html" target="_self">bdm::enorm< chmat ></a></p> | 
|---|
 | 208 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1enorm.html" target="_self">bdm::enorm< fsqmat ></a></p> | 
|---|
| [396] | 209 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder22', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder22', this)"/><a class="el" href="classbdm_1_1enorm.html" target="_self">bdm::enorm< ldmat ></a></p> | 
|---|
 | 210 |               <div id="folder22"> | 
|---|
| [287] | 211 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1elognorm.html" target="_self">bdm::elognorm</a></p> | 
|---|
 | 212 |               </div> | 
|---|
| [271] | 213 |             </div> | 
|---|
 | 214 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1eEmp.html" target="_self">bdm::eEmp</a></p> | 
|---|
| [590] | 215 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1egrid.html" target="_self">bdm::egrid</a></p> | 
|---|
| [538] | 216 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1eiWishartCh.html" target="_self">bdm::eiWishartCh</a></p> | 
|---|
| [271] | 217 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1emix.html" target="_self">bdm::emix</a></p> | 
|---|
 | 218 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1eprod.html" target="_self">bdm::eprod</a></p> | 
|---|
 | 219 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1euni.html" target="_self">bdm::euni</a></p> | 
|---|
| [296] | 220 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1eWishartCh.html" target="_self">bdm::eWishartCh</a></p> | 
|---|
| [538] | 221 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder23', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder23', this)"/><a class="el" href="classbdm_1_1merger__base.html" target="_self">bdm::merger_base</a></p> | 
|---|
 | 222 |             <div id="folder23"> | 
|---|
 | 223 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1merger__mix.html" target="_self">bdm::merger_mix</a></p> | 
|---|
 | 224 |             </div> | 
|---|
| [271] | 225 |           </div> | 
|---|
| [538] | 226 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder24', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder24', this)"/><a class="el" href="classbdm_1_1fnc.html" target="_self">bdm::fnc</a></p> | 
|---|
 | 227 |           <div id="folder24"> | 
|---|
| [271] | 228 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1constfn.html" target="_self">bdm::constfn</a></p> | 
|---|
| [538] | 229 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder25', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder25', this)"/><a class="el" href="classbdm_1_1diffbifn.html" target="_self">bdm::diffbifn</a></p> | 
|---|
 | 230 |             <div id="folder25"> | 
|---|
| [354] | 231 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1bilinfn.html" target="_self">bdm::bilinfn</a></p> | 
|---|
| [271] | 232 |             </div> | 
|---|
 | 233 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1linfn.html" target="_self">bdm::linfn</a></p> | 
|---|
 | 234 |           </div> | 
|---|
| [538] | 235 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder26', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder26', this)"/><a class="el" href="classbdm_1_1logger.html" target="_self">bdm::logger</a></p> | 
|---|
 | 236 |           <div id="folder26"> | 
|---|
 | 237 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder27', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder27', this)"/><a class="el" href="classbdm_1_1memlog.html" target="_self">bdm::memlog</a></p> | 
|---|
 | 238 |             <div id="folder27"> | 
|---|
 | 239 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1dirfilelog.html" target="_self">bdm::dirfilelog</a></p> | 
|---|
 | 240 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mexlog.html" target="_self">bdm::mexlog</a></p> | 
|---|
| [271] | 241 |             </div> | 
|---|
 | 242 |           </div> | 
|---|
| [538] | 243 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder28', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder28', this)"/><a class="el" href="classbdm_1_1mpdf.html" target="_self">bdm::mpdf</a></p> | 
|---|
 | 244 |           <div id="folder28"> | 
|---|
 | 245 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mepdf.html" target="_self">bdm::mepdf</a></p> | 
|---|
 | 246 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mmix.html" target="_self">bdm::mmix</a></p> | 
|---|
 | 247 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< EPDF ></a></p> | 
|---|
 | 248 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mprod.html" target="_self">bdm::mprod</a></p> | 
|---|
 | 249 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mratio.html" target="_self">bdm::mratio</a></p> | 
|---|
 | 250 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder29', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder29', this)"/><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< egamma ></a></p> | 
|---|
 | 251 |             <div id="folder29"> | 
|---|
 | 252 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder30', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder30', this)"/><a class="el" href="classbdm_1_1mgamma.html" target="_self">bdm::mgamma</a></p> | 
|---|
| [396] | 253 |               <div id="folder30"> | 
|---|
| [538] | 254 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mgamma__fix.html" target="_self">bdm::mgamma_fix</a></p> | 
|---|
| [271] | 255 |               </div> | 
|---|
| [538] | 256 |             </div> | 
|---|
 | 257 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder31', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder31', this)"/><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< eigamma ></a></p> | 
|---|
 | 258 |             <div id="folder31"> | 
|---|
 | 259 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder32', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder32', this)"/><a class="el" href="classbdm_1_1migamma.html" target="_self">bdm::migamma</a></p> | 
|---|
 | 260 |               <div id="folder32"> | 
|---|
 | 261 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1migamma__ref.html" target="_self">bdm::migamma_ref</a></p> | 
|---|
 | 262 |               </div> | 
|---|
 | 263 |             </div> | 
|---|
 | 264 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder33', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder33', this)"/><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< eiWishartCh ></a></p> | 
|---|
 | 265 |             <div id="folder33"> | 
|---|
 | 266 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1rwiWishartCh.html" target="_self">bdm::rwiWishartCh</a></p> | 
|---|
 | 267 |             </div> | 
|---|
 | 268 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder34', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder34', this)"/><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< elognorm ></a></p> | 
|---|
 | 269 |             <div id="folder34"> | 
|---|
 | 270 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mlognorm.html" target="_self">bdm::mlognorm</a></p> | 
|---|
 | 271 |             </div> | 
|---|
 | 272 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder35', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder35', this)"/><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< enorm< ldmat > ></a></p> | 
|---|
 | 273 |             <div id="folder35"> | 
|---|
 | 274 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder36', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder36', this)"/><a class="el" href="classbdm_1_1mlnorm.html" target="_self">bdm::mlnorm< ldmat, enorm ></a></p> | 
|---|
 | 275 |               <div id="folder36"> | 
|---|
| [271] | 276 |                 <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mlstudent.html" target="_self">bdm::mlstudent</a></p> | 
|---|
 | 277 |               </div> | 
|---|
 | 278 |             </div> | 
|---|
| [538] | 279 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder37', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder37', this)"/><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< enorm< sq_T > ></a></p> | 
|---|
 | 280 |             <div id="folder37"> | 
|---|
 | 281 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mgnorm.html" target="_self">bdm::mgnorm< sq_T ></a></p> | 
|---|
 | 282 |             </div> | 
|---|
 | 283 |             <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder38', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder38', this)"/><a class="el" href="classbdm_1_1mpdf__internal.html" target="_self">bdm::mpdf_internal< TEpdf< sq_T > ></a></p> | 
|---|
 | 284 |             <div id="folder38"> | 
|---|
 | 285 |               <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt=" " width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1mlnorm.html" target="_self">bdm::mlnorm< sq_T, TEpdf ></a></p> | 
|---|
 | 286 |             </div> | 
|---|
| [271] | 287 |           </div> | 
|---|
| [538] | 288 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1Participant.html" target="_self">bdm::Participant</a></p> | 
|---|
| [590] | 289 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1rectangular__support.html" target="_self">bdm::rectangular_support</a></p> | 
|---|
| [396] | 290 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1RV.html" target="_self">bdm::RV</a></p> | 
|---|
| [538] | 291 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1SettingResolver.html" target="_self">bdm::SettingResolver</a></p> | 
|---|
| [271] | 292 |         </div> | 
|---|
| [472] | 293 |         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1shared__ptr.html" target="_self">bdm::shared_ptr< T ></a></p> | 
|---|
| [590] | 294 |         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1shared__ptr.html" target="_self">bdm::shared_ptr< enorm< chmat > ></a></p> | 
|---|
 | 295 |         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1shared__ptr.html" target="_self">bdm::shared_ptr< enorm< fsqmat > ></a></p> | 
|---|
| [538] | 296 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder39', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder39', this)"/><a class="el" href="classbdm_1_1shared__ptr.html" target="_self">bdm::shared_ptr< T ></a></p> | 
|---|
 | 297 |         <div id="folder39"> | 
|---|
 | 298 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1object__ptr.html" target="_self">bdm::object_ptr< T ></a></p> | 
|---|
| [271] | 299 |         </div> | 
|---|
| [538] | 300 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder40', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder40', this)"/><a class="el" href="classbdm_1_1sqmat.html" target="_self">bdm::sqmat</a></p> | 
|---|
 | 301 |         <div id="folder40"> | 
|---|
 | 302 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1chmat.html" target="_self">bdm::chmat</a></p> | 
|---|
 | 303 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1fsqmat.html" target="_self">bdm::fsqmat</a></p> | 
|---|
 | 304 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1ldmat.html" target="_self">bdm::ldmat</a></p> | 
|---|
 | 305 |         </div> | 
|---|
| [590] | 306 |         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1StateSpace.html" target="_self">bdm::StateSpace< sq_T ></a></p> | 
|---|
 | 307 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder41', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder41', this)"/><a class="el" href="classbdm_1_1StateSpace.html" target="_self">bdm::StateSpace< chmat ></a></p> | 
|---|
 | 308 |         <div id="folder41"> | 
|---|
 | 309 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1Kalman.html" target="_self">bdm::Kalman< chmat ></a></p> | 
|---|
 | 310 |         </div> | 
|---|
 | 311 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder42', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder42', this)"/><a class="el" href="classbdm_1_1StateSpace.html" target="_self">bdm::StateSpace< fsqmat ></a></p> | 
|---|
 | 312 |         <div id="folder42"> | 
|---|
 | 313 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1Kalman.html" target="_self">bdm::Kalman< fsqmat ></a></p> | 
|---|
 | 314 |         </div> | 
|---|
 | 315 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder43', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder43', this)"/><a class="el" href="classbdm_1_1StateSpace.html" target="_self">bdm::StateSpace< sq_T ></a></p> | 
|---|
 | 316 |         <div id="folder43"> | 
|---|
 | 317 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1Kalman.html" target="_self">bdm::Kalman< sq_T ></a></p> | 
|---|
 | 318 |         </div> | 
|---|
| [271] | 319 |         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1str.html" target="_self">bdm::str</a></p> | 
|---|
| [590] | 320 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder44', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder44', this)"/><a class="el" href="classbdm_1_1UI.html" target="_self">bdm::UI</a></p> | 
|---|
 | 321 |         <div id="folder44"> | 
|---|
| [396] | 322 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1ParticularUI.html" target="_self">bdm::ParticularUI< T ></a></p> | 
|---|
| [353] | 323 |         </div> | 
|---|
| [590] | 324 |         <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder45', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder45', this)"/><a class="el" href="classbdm_1_1UIException.html" target="_self">bdm::UIException</a></p> | 
|---|
 | 325 |         <div id="folder45"> | 
|---|
 | 326 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1UIClassException.html" target="_self">bdm::UIClassException</a></p> | 
|---|
 | 327 |           <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1UISettingException.html" target="_self">bdm::UISettingException</a></p> | 
|---|
 | 328 |         </div> | 
|---|
| [538] | 329 |         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classbdm_1_1UIFile.html" target="_self">bdm::UIFile</a></p> | 
|---|
 | 330 |         <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classUImxArray.html" target="_self">UImxArray</a></p> | 
|---|
 | 331 |         <p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classUImxConfig.html" target="_self">UImxConfig</a></p> | 
|---|
| [271] | 332 |       </div> | 
|---|
 | 333 |     </div> | 
|---|
 | 334 |   </body> | 
|---|
 | 335 | </html> | 
|---|
| [91] | 336 | </div> | 
|---|
| [590] | 337 | <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:43 2009 for mixpp by  | 
|---|
| [8] | 338 | <a href="http://www.doxygen.org/index.html"> | 
|---|
| [538] | 339 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> | 
|---|
| [8] | 340 | </body> | 
|---|
 | 341 | </html> | 
|---|