[651] | 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"> |
---|
[323] | 3 | <title>mixpp: Todo List</title> |
---|
[651] | 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.9 --> |
---|
[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> |
---|
[261] | 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> |
---|
[290] | 53 | <li class="current"><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 54 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
[261] | 55 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 56 | </ul> |
---|
| 57 | </div> |
---|
| 58 | </div> |
---|
| 59 | <div class="contents"> |
---|
[651] | 60 | <h1><a class="anchor" name="todo">Todo List </a></h1><a class="anchor" name="_todo000001"></a> <dl> |
---|
[396] | 61 | <dt>Class <a class="el" href="classbdm_1_1ARX.html">bdm::ARX</a> </dt> |
---|
| 62 | <dd>sort out constant terms - bayes should accept vec without additional 1s </dd> |
---|
[323] | 63 | </dl> |
---|
[651] | 64 | <p> |
---|
| 65 | <a class="anchor" name="_todo000005"></a> <dl> |
---|
| 66 | <dt>Member <a class="el" href="classbdm_1_1mmix.html#77f4e69ba18e685bdd1cb92e256a2ea2">bdm::mmix::set_parameters</a> (const vec &w0, const Array< <a class="el" href="classbdm_1_1shared__ptr.html">shared_ptr< mpdf ></a> > &Coms0) </dt> |
---|
[538] | 67 | <dd>check if all components are OK </dd> |
---|
[396] | 68 | </dl> |
---|
[651] | 69 | <p> |
---|
| 70 | <a class="anchor" name="_todo000004"></a> <dl> |
---|
| 71 | <dt>Member <a class="el" href="classbdm_1_1rectangular__support.html#cfd542382bc959fce9c117b8df5f6e9f">bdm::rectangular_support::_steps</a> () const </dt> |
---|
| 72 | <dd>opet pouze do potomka.. </dd> |
---|
| 73 | </dl> |
---|
| 74 | <p> |
---|
| 75 | <a class="anchor" name="_todo000003"></a> <dl> |
---|
| 76 | <dt>Member <a class="el" href="classbdm_1_1rectangular__support.html#0ea90fd6ba65251683c04599b6d094b7">bdm::rectangular_support::nearest_point</a> (const vec &val) </dt> |
---|
| 77 | <dd>to je asi navic .. v predkovi! </dd> |
---|
| 78 | </dl> |
---|
| 79 | <p> |
---|
| 80 | <a class="anchor" name="_todo000002"></a> <dl> |
---|
| 81 | <dt>Member <a class="el" href="classbdm_1_1rectangular__support.html#0ea90fd6ba65251683c04599b6d094b7">bdm::rectangular_support::nearest_point</a> (const vec &val) </dt> |
---|
| 82 | <dd>GRIDSIZES prejmenovat.. </dd> |
---|
| 83 | </dl> |
---|
| 84 | <p> |
---|
| 85 | <a class="anchor" name="_todo000007"></a> <dl> |
---|
[608] | 86 | <dt>Page <a class="el" href="library_structure.html">Library structure</a> </dt> |
---|
[651] | 87 | <dd>it is necessary to fill in the missing descriptions of the directories below<p> |
---|
[608] | 88 | </dd> |
---|
| 89 | </dl> |
---|
[651] | 90 | <p> |
---|
| 91 | <a class="anchor" name="_todo000008"></a> <dl> |
---|
[608] | 92 | <dt>Page <a class="el" href="ui_page.html">User Infos and their use</a> </dt> |
---|
[651] | 93 | <dd>it will be good to create a more detailed paragraph about the intraction with Matlab<p> |
---|
[608] | 94 | </dd> |
---|
| 95 | </dl> |
---|
[261] | 96 | </div> |
---|
[651] | 97 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:45 2009 for mixpp by |
---|
[261] | 98 | <a href="http://www.doxygen.org/index.html"> |
---|
[651] | 99 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
---|
[261] | 100 | </body> |
---|
| 101 | </html> |
---|