Show
Ignore:
Timestamp:
10/12/09 13:49:39 (15 years ago)
Author:
mido
Message:

\doc directory cleaned a bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/bdmerror_8h.html

    r641 r651  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    2 <html xmlns="http://www.w3.org/1999/xhtml"> 
    3 <head> 
    4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-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"> 
    53<title>mixpp: bdmerror.h File Reference</title> 
    6 <link href="tabs.css" rel="stylesheet" type="text/css"/> 
    7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> 
    8 </head> 
    9 <body> 
    10 <!-- Generated by Doxygen 1.6.1 --> 
     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 --> 
    118<script type="text/javascript"> 
    129<!-- 
     
    6764</div> 
    6865<div class="contents"> 
    69 <h1>bdmerror.h File Reference</h1> 
    70 <p>BDM's exception-throwing macros.   
    71 <a href="#_details">More...</a></p> 
    72 <code>#include &lt;sstream&gt;</code><br/> 
    73 <code>#include &lt;string&gt;</code><br/> 
    74  
    75 <p><a href="bdmerror_8h_source.html">Go to the source code of this file.</a></p> 
    76 <table border="0" cellpadding="0" cellspacing="0"> 
    77 <tr><td colspan="2"><h2>Defines</h2></td></tr> 
    78 <tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#a7a3399d182b8e3065532596e76f84849">bdm_assert</a>(t, s)</td></tr> 
    79 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Throw std::runtime_exception if <code>t</code> is not true.  <a href="#a7a3399d182b8e3065532596e76f84849"></a><br/></td></tr> 
    80 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a89a0f906b242b79c5d3d342291b2cab4"></a><!-- doxytag: member="bdmerror.h::bdm_assert_debug" ref="a89a0f906b242b79c5d3d342291b2cab4" args="(t, s)" --> 
    81 #define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#a89a0f906b242b79c5d3d342291b2cab4">bdm_assert_debug</a>(t, s)&nbsp;&nbsp;&nbsp;bdm_assert(t, s)</td></tr> 
    82 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Throw std::runtime_exception if <code>t</code> is not true and NDEBUG is not defined. <br/></td></tr> 
    83 <tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#a7c43f3a72afe68ab0c85663a1bb3521a">bdm_error</a>(s)</td></tr> 
    84 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unconditionally throw std::runtime_error.  <a href="#a7c43f3a72afe68ab0c85663a1bb3521a"></a><br/></td></tr> 
    85 <tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#a59c5a63b3878ebcd6cc952fc2b47191c">bdm_warning</a>(s)</td></tr> 
    86 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Display a warning message.  <a href="#a59c5a63b3878ebcd6cc952fc2b47191c"></a><br/></td></tr> 
    87 <tr><td colspan="2"><h2>Functions</h2></td></tr> 
    88 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a390920d0fe065ba8f3b5dc294bc6b8ef"></a><!-- doxytag: member="bdmerror.h::bdm_assert_f" ref="a390920d0fe065ba8f3b5dc294bc6b8ef" args="(const std::string &amp;ass, const std::string &amp;msg, const std::string &amp;file, int line)" --> 
    89 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacebdm.html#a390920d0fe065ba8f3b5dc294bc6b8ef">bdm::bdm_assert_f</a> (const std::string &amp;ass, const std::string &amp;msg, const std::string &amp;file, int line)</td></tr> 
    90 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Helper function for the <code>bdm_assert</code> and <code>bdm_assert_debug</code> macros. <br/></td></tr> 
    91 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac957bac1f6a211cd4880f6230e40fcf9"></a><!-- doxytag: member="bdmerror.h::bdm_error_f" ref="ac957bac1f6a211cd4880f6230e40fcf9" args="(const std::string &amp;msg, const std::string &amp;file, int line)" --> 
    92 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacebdm.html#ac957bac1f6a211cd4880f6230e40fcf9">bdm::bdm_error_f</a> (const std::string &amp;msg, const std::string &amp;file, int line)</td></tr> 
    93 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Helper function for the <code>bdm_error</code> macro. <br/></td></tr> 
    94 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3bce5d74b6efd46263ad2acc488ae961"></a><!-- doxytag: member="bdmerror.h::bdm_warning_f" ref="a3bce5d74b6efd46263ad2acc488ae961" args="(const std::string &amp;msg, const std::string &amp;file, int line)" --> 
    95 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacebdm.html#a3bce5d74b6efd46263ad2acc488ae961">bdm::bdm_warning_f</a> (const std::string &amp;msg, const std::string &amp;file, int line)</td></tr> 
    96 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Helper function for the <code>bdm_warning</code> macro. <br/></td></tr> 
     66<h1>bdmerror.h File Reference</h1>BDM's exception-throwing macros.   
     67<a href="#_details">More...</a> 
     68<p> 
     69<code>#include &lt;sstream&gt;</code><br> 
     70<code>#include &lt;string&gt;</code><br> 
     71 
     72<p> 
     73<a href="bdmerror_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 
     74<tr><td></td></tr> 
     75<tr><td colspan="2"><br><h2>Defines</h2></td></tr> 
     76<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#7a3399d182b8e3065532596e76f84849">bdm_assert</a>(t, s)</td></tr> 
     77 
     78<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Throw std::runtime_exception if <code>t</code> is not true.  <a href="#7a3399d182b8e3065532596e76f84849"></a><br></td></tr> 
     79<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="89a0f906b242b79c5d3d342291b2cab4"></a><!-- doxytag: member="bdmerror.h::bdm_assert_debug" ref="89a0f906b242b79c5d3d342291b2cab4" args="(t, s)" --> 
     80#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#89a0f906b242b79c5d3d342291b2cab4">bdm_assert_debug</a>(t, s)&nbsp;&nbsp;&nbsp;bdm_assert(t, s)</td></tr> 
     81 
     82<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Throw std::runtime_exception if <code>t</code> is not true and NDEBUG is not defined. <br></td></tr> 
     83<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#7c43f3a72afe68ab0c85663a1bb3521a">bdm_error</a>(s)</td></tr> 
     84 
     85<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Unconditionally throw std::runtime_error.  <a href="#7c43f3a72afe68ab0c85663a1bb3521a"></a><br></td></tr> 
     86<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="bdmerror_8h.html#59c5a63b3878ebcd6cc952fc2b47191c">bdm_warning</a>(s)</td></tr> 
     87 
     88<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Display a warning message.  <a href="#59c5a63b3878ebcd6cc952fc2b47191c"></a><br></td></tr> 
     89<tr><td colspan="2"><br><h2>Functions</h2></td></tr> 
     90<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="390920d0fe065ba8f3b5dc294bc6b8ef"></a><!-- doxytag: member="bdmerror.h::bdm_assert_f" ref="390920d0fe065ba8f3b5dc294bc6b8ef" args="(const std::string &amp;ass, const std::string &amp;msg, const std::string &amp;file, int line)" --> 
     91void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacebdm.html#390920d0fe065ba8f3b5dc294bc6b8ef">bdm::bdm_assert_f</a> (const std::string &amp;ass, const std::string &amp;msg, const std::string &amp;file, int line)</td></tr> 
     92 
     93<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Helper function for the <code>bdm_assert</code> and <code>bdm_assert_debug</code> macros. <br></td></tr> 
     94<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c957bac1f6a211cd4880f6230e40fcf9"></a><!-- doxytag: member="bdmerror.h::bdm_error_f" ref="c957bac1f6a211cd4880f6230e40fcf9" args="(const std::string &amp;msg, const std::string &amp;file, int line)" --> 
     95void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacebdm.html#c957bac1f6a211cd4880f6230e40fcf9">bdm::bdm_error_f</a> (const std::string &amp;msg, const std::string &amp;file, int line)</td></tr> 
     96 
     97<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Helper function for the <code>bdm_error</code> macro. <br></td></tr> 
     98<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3bce5d74b6efd46263ad2acc488ae961"></a><!-- doxytag: member="bdmerror.h::bdm_warning_f" ref="3bce5d74b6efd46263ad2acc488ae961" args="(const std::string &amp;msg, const std::string &amp;file, int line)" --> 
     99void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacebdm.html#3bce5d74b6efd46263ad2acc488ae961">bdm::bdm_warning_f</a> (const std::string &amp;msg, const std::string &amp;file, int line)</td></tr> 
     100 
     101<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Helper function for the <code>bdm_warning</code> macro. <br></td></tr> 
    97102</table> 
    98 <hr/><a name="_details"></a><h2>Detailed Description</h2> 
    99 <p>BDM's exception-throwing macros. </p> 
    100 <dl class="author"><dt><b>Author:</b></dt><dd>Vaclav Barta.</dd></dl> 
    101 <p>----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty</p> 
    102 <p>Using IT++ for numerical operations ----------------------------------- </p> 
    103 <hr/><h2>Define Documentation</h2> 
    104 <a class="anchor" id="a7a3399d182b8e3065532596e76f84849"></a><!-- doxytag: member="bdmerror.h::bdm_assert" ref="a7a3399d182b8e3065532596e76f84849" args="(t, s)" --> 
     103<hr><h2>Detailed Description</h2> 
     104BDM's exception-throwing macros.  
     105<p> 
     106<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Barta.</dd></dl> 
     107----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 
     108Using IT++ for numerical operations ----------------------------------- <hr><h2>Define Documentation</h2> 
     109<a class="anchor" name="7a3399d182b8e3065532596e76f84849"></a><!-- doxytag: member="bdmerror.h::bdm_assert" ref="7a3399d182b8e3065532596e76f84849" args="(t, s)" --> 
    105110<div class="memitem"> 
    106111<div class="memproto"> 
    107112      <table class="memname"> 
    108113        <tr> 
    109           <td class="memname">#define bdm_assert</td> 
     114          <td class="memname">#define bdm_assert          </td> 
    110115          <td>(</td> 
    111           <td class="paramtype">t, </td> 
    112         </tr> 
    113         <tr> 
     116          <td class="paramtype">t,         <tr> 
    114117          <td class="paramkey"></td> 
    115118          <td></td> 
    116119          <td class="paramtype">s&nbsp;</td> 
    117           <td class="paramname"></td> 
     120          <td class="paramname">          </td> 
    118121          <td>&nbsp;)&nbsp;</td> 
    119122          <td></td> 
     
    122125</div> 
    123126<div class="memdoc"> 
     127 
     128<p> 
    124129<b>Value:</b><div class="fragment"><pre class="fragment"><span class="keywordflow">if</span> (!(t)) { \ 
    125130                std::ostringstream bdm_out; \ 
     
    127132                bdm::bdm_assert_f(#t, bdm_out.str(), __FILE__, __LINE__); \ 
    128133        } <span class="keywordflow">else</span> ((<span class="keywordtype">void</span>) 0) 
    129 </pre></div> 
    130 <p>Throw std::runtime_exception if <code>t</code> is not true. </p> 
    131  
    132 <p>Referenced by <a class="el" href="emix_8cpp_source.html#l00056">bdm::emix::condition()</a>, <a class="el" href="kalman_8h_source.html#l00380">bdm::StateCanonical::connect_mlnorm()</a>, <a class="el" href="datasources_8h_source.html#l00127">bdm::EpdfDS::from_setting()</a>, <a class="el" href="discrete_8h_source.html#l00055">bdm::rectangular_support::initialize()</a>, <a class="el" href="bdmbase_8h_source.html#l00998">bdm::DS::log_add()</a>, <a class="el" href="loggers_8h_source.html#l00050">bdm::memlog::logit()</a>, <a class="el" href="emix_8cpp_source.html#l00045">bdm::emix::marginal()</a>, <a class="el" href="bdmbase_8h_source.html#l00184">bdm::RV::scalarname()</a>, <a class="el" href="bdmbase_8h_source.html#l00754">bdm::datalink_buffered::set_history()</a>, <a class="el" href="functions_8h_source.html#l00125">bdm::bilinfn::set_parameters()</a>, <a class="el" href="exp__family_8h_source.html#l01246">bdm::eEmp::set_parameters()</a>, <a class="el" href="emix_8cpp_source.html#l00005">bdm::emix::set_parameters()</a>, <a class="el" href="bdmbase_8h_source.html#l00036">bdm::str::str()</a>, <a class="el" href="particles_8h_source.html#l00181">bdm::PF::validate()</a>, <a class="el" href="merger_8h_source.html#l00283">bdm::merger_base::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00810">bdm::mlstudent::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00761">bdm::mgnorm&lt; sq_T &gt;::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00700">bdm::mlnorm&lt; chmat &gt;::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00625">bdm::euni::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00511">bdm::egamma::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00397">bdm::mDirich::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00146">bdm::enorm&lt; fsqmat &gt;::validate()</a>, and <a class="el" href="arx_8h_source.html#l00173">bdm::ARX::validate()</a>.</p> 
    133  
    134 </div> 
    135 </div> 
    136 <a class="anchor" id="a7c43f3a72afe68ab0c85663a1bb3521a"></a><!-- doxytag: member="bdmerror.h::bdm_error" ref="a7c43f3a72afe68ab0c85663a1bb3521a" args="(s)" --> 
     134</pre></div>Throw std::runtime_exception if <code>t</code> is not true.  
     135<p> 
     136 
     137<p>Referenced by <a class="el" href="emix_8cpp_source.html#l00056">bdm::emix::condition()</a>, <a class="el" href="kalman_8h_source.html#l00380">bdm::StateCanonical::connect_mlnorm()</a>, <a class="el" href="datasources_8h_source.html#l00127">bdm::EpdfDS::from_setting()</a>, <a class="el" href="bdmbase_8h_source.html#l00998">bdm::DS::log_add()</a>, <a class="el" href="loggers_8h_source.html#l00050">bdm::memlog::logit()</a>, <a class="el" href="emix_8cpp_source.html#l00045">bdm::emix::marginal()</a>, <a class="el" href="bdmbase_8h_source.html#l00184">bdm::RV::scalarname()</a>, <a class="el" href="bdmbase_8h_source.html#l00754">bdm::datalink_buffered::set_history()</a>, <a class="el" href="functions_8h_source.html#l00125">bdm::bilinfn::set_parameters()</a>, <a class="el" href="exp__family_8h_source.html#l01247">bdm::eEmp::set_parameters()</a>, <a class="el" href="emix_8cpp_source.html#l00005">bdm::emix::set_parameters()</a>, <a class="el" href="bdmbase_8h_source.html#l00036">bdm::str::str()</a>, <a class="el" href="particles_8h_source.html#l00181">bdm::PF::validate()</a>, <a class="el" href="merger_8h_source.html#l00283">bdm::merger_base::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00811">bdm::mlstudent::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00762">bdm::mgnorm&lt; sq_T &gt;::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00701">bdm::mlnorm&lt; ldmat, enorm &gt;::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00626">bdm::euni::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00512">bdm::egamma::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00398">bdm::mDirich::validate()</a>, <a class="el" href="exp__family_8h_source.html#l00146">bdm::enorm&lt; fsqmat &gt;::validate()</a>, and <a class="el" href="arx_8h_source.html#l00176">bdm::ARX::validate()</a>.</p> 
     138 
     139</div> 
     140</div><p> 
     141<a class="anchor" name="7c43f3a72afe68ab0c85663a1bb3521a"></a><!-- doxytag: member="bdmerror.h::bdm_error" ref="7c43f3a72afe68ab0c85663a1bb3521a" args="(s)" --> 
    137142<div class="memitem"> 
    138143<div class="memproto"> 
    139144      <table class="memname"> 
    140145        <tr> 
    141           <td class="memname">#define bdm_error</td> 
     146          <td class="memname">#define bdm_error          </td> 
    142147          <td>(</td> 
    143148          <td class="paramtype">s&nbsp;</td> 
    144           <td class="paramname"></td> 
     149          <td class="paramname">          </td> 
    145150          <td>&nbsp;)&nbsp;</td> 
    146151          <td></td> 
     
    149154</div> 
    150155<div class="memdoc"> 
     156 
     157<p> 
    151158<b>Value:</b><div class="fragment"><pre class="fragment"><span class="keywordflow">if</span> (<span class="keyword">true</span>) { \ 
    152159                std::ostringstream bdm_out; \ 
     
    154161                bdm::bdm_error_f(bdm_out.str(), __FILE__, __LINE__); \ 
    155162        } <span class="keywordflow">else</span> ((<span class="keywordtype">void</span>) 0) 
    156 </pre></div> 
    157 <p>Unconditionally throw std::runtime_error. </p> 
    158  
    159 <p>Referenced by <a class="el" href="exp__family_8h_source.html#l00107">bdm::BMEF::_copy_()</a>, <a class="el" href="ctrlbase_8h_source.html#l00028">bdm::Designer::apply()</a>, <a class="el" href="kalman_8h_source.html#l00313">bdm::MultiModel::bayes()</a>, <a class="el" href="particles_8cpp_source.html#l00015">bdm::PF::bayes_weights()</a>, <a class="el" href="chmat_8h_source.html#l00085">bdm::chmat::chmat()</a>, <a class="el" href="square__mat_8h_source.html#l00092">bdm::sqmat::clear()</a>, <a class="el" href="bdmbase_8h_source.html#l01131">bdm::BM::condition()</a>, <a class="el" href="bdmbase_8h_source.html#l00576">bdm::mpdf_internal&lt; enorm&lt; chmat &gt; &gt;::condition()</a>, <a class="el" href="bdmbase_8h_source.html#l01107">bdm::BM::epredictor()</a>, <a class="el" href="exp__family_8cpp_source.html#l00090">bdm::egiw::est_theta()</a>, <a class="el" href="exp__family_8cpp_source.html#l00106">bdm::egiw::est_theta_cov()</a>, <a class="el" href="exp__family_8h_source.html#l01277">bdm::eEmp::evallog()</a>, <a class="el" href="bdmbase_8h_source.html#l00369">bdm::epdf::evallog()</a>, <a class="el" href="exp__family_8h_source.html#l00048">bdm::eEF::evallog_nn()</a>, <a class="el" href="bdmbase_8h_source.html#l00498">bdm::mpdf::evallogcond()</a>, <a class="el" href="bdmbase_8h_source.html#l00513">bdm::mpdf::evallogcond_m()</a>, <a class="el" href="exp__family_8h_source.html#l00103">bdm::BMEF::flatten()</a>, <a class="el" href="datasources_8h_source.html#l00186">bdm::MpdfDS::from_setting()</a>, <a class="el" href="square__mat_8h_source.html#l00146">bdm::fsqmat::fsqmat()</a>, <a class="el" href="bdmbase_8h_source.html#l00973">bdm::DS::getdata()</a>, <a class="el" href="square__mat_8h_source.html#l00086">bdm::sqmat::invqform()</a>, <a class="el" href="square__mat_8h_source.html#l00067">bdm::sqmat::logdet()</a>, <a class="el" href="bdmbase_8h_source.html#l00875">bdm::logger::logit()</a>, <a class="el" href="bdmbase_8h_source.html#l01092">bdm::BM::logpred()</a>, <a class="el" href="bdmbase_8h_source.html#l00387">bdm::epdf::mean()</a>, <a class="el" href="merger_8h_source.html#l00182">bdm::merger_base::merge()</a>, <a class="el" href="emix_8h_source.html#l00054">bdm::mratio::mratio()</a>, <a class="el" href="square__mat_8h_source.html#l00055">bdm::sqmat::mult_sym()</a>, <a class="el" href="square__mat_8h_source.html#l00060">bdm::sqmat::mult_sym_t()</a>, <a class="el" href="square__mat_8h_source.html#l00045">bdm::sqmat::opupdt()</a>, <a class="el" href="exp__family_8h_source.html#l00073">bdm::eEF::pow()</a>, <a class="el" href="bdmbase_8h_source.html#l01112">bdm::BM::predictor()</a>, <a class="el" href="square__mat_8h_source.html#l00080">bdm::sqmat::qform()</a>, <a class="el" href="ctrlbase_8h_source.html#l00023">bdm::Designer::redesign()</a>, <a class="el" href="exp__family_8cpp_source.html#l00265">bdm::eEmp::resample()</a>, <a class="el" href="particles_8h_source.html#l00142">bdm::PF::resmethod_from_set()</a>, <a class="el" href="exp__family_8h_source.html#l01271">bdm::eEmp::sample()</a>, <a class="el" href="bdmbase_8h_source.html#l00359">bdm::epdf::sample()</a>, <a class="el" href="bdmbase_8h_source.html#l00489">bdm::mpdf::samplecond()</a>, <a class="el" href="user__info_8cpp_source.html#l00047">bdm::UIFile::save()</a>, <a class="el" href="emix_8cpp_source.html#l00062">bdm::egiwmix::set_parameters()</a>, <a class="el" href="exp__family_8h_source.html#l00093">bdm::BMEF::set_statistics()</a>, <a class="el" href="square__mat_8h_source.html#l00074">bdm::sqmat::sqrt_mult()</a>, <a class="el" href="loggers_8h_source.html#l00045">bdm::memlog::step()</a>, <a class="el" href="bdmbase_8h_source.html#l00992">bdm::DS::step()</a>, <a class="el" href="bdmbase_8h_source.html#l00884">bdm::logger::step()</a>, <a class="el" href="square__mat_8h_source.html#l00050">bdm::sqmat::to_mat()</a>, <a class="el" href="user__info_8cpp_source.html#l00029">bdm::UIFile::UIFile()</a>, <a class="el" href="bdmbase_8h_source.html#l00393">bdm::epdf::variance()</a>, <a class="el" href="datasources_8h_source.html#l00044">bdm::MemDS::write()</a>, and <a class="el" href="bdmbase_8h_source.html#l00982">bdm::DS::write()</a>.</p> 
    160  
    161 </div> 
    162 </div> 
    163 <a class="anchor" id="a59c5a63b3878ebcd6cc952fc2b47191c"></a><!-- doxytag: member="bdmerror.h::bdm_warning" ref="a59c5a63b3878ebcd6cc952fc2b47191c" args="(s)" --> 
     163</pre></div>Unconditionally throw std::runtime_error.  
     164<p> 
     165 
     166<p>Referenced by <a class="el" href="exp__family_8h_source.html#l00107">bdm::BMEF::_copy_()</a>, <a class="el" href="ctrlbase_8h_source.html#l00028">bdm::Designer::apply()</a>, <a class="el" href="kalman_8h_source.html#l00313">bdm::MultiModel::bayes()</a>, <a class="el" href="particles_8cpp_source.html#l00015">bdm::PF::bayes_weights()</a>, <a class="el" href="chmat_8h_source.html#l00085">bdm::chmat::chmat()</a>, <a class="el" href="square__mat_8h_source.html#l00092">bdm::sqmat::clear()</a>, <a class="el" href="bdmbase_8h_source.html#l01131">bdm::BM::condition()</a>, <a class="el" href="bdmbase_8h_source.html#l00576">bdm::mpdf_internal&lt; eDirich &gt;::condition()</a>, <a class="el" href="bdmbase_8h_source.html#l01107">bdm::BM::epredictor()</a>, <a class="el" href="exp__family_8cpp_source.html#l00090">bdm::egiw::est_theta()</a>, <a class="el" href="exp__family_8cpp_source.html#l00106">bdm::egiw::est_theta_cov()</a>, <a class="el" href="exp__family_8h_source.html#l01278">bdm::eEmp::evallog()</a>, <a class="el" href="bdmbase_8h_source.html#l00369">bdm::epdf::evallog()</a>, <a class="el" href="exp__family_8h_source.html#l00048">bdm::eEF::evallog_nn()</a>, <a class="el" href="bdmbase_8h_source.html#l00498">bdm::mpdf::evallogcond()</a>, <a class="el" href="bdmbase_8h_source.html#l00513">bdm::mpdf::evallogcond_m()</a>, <a class="el" href="exp__family_8h_source.html#l00103">bdm::BMEF::flatten()</a>, <a class="el" href="datasources_8h_source.html#l00186">bdm::MpdfDS::from_setting()</a>, <a class="el" href="square__mat_8h_source.html#l00146">bdm::fsqmat::fsqmat()</a>, <a class="el" href="bdmbase_8h_source.html#l00973">bdm::DS::getdata()</a>, <a class="el" href="square__mat_8h_source.html#l00086">bdm::sqmat::invqform()</a>, <a class="el" href="square__mat_8h_source.html#l00067">bdm::sqmat::logdet()</a>, <a class="el" href="bdmbase_8h_source.html#l00875">bdm::logger::logit()</a>, <a class="el" href="bdmbase_8h_source.html#l01092">bdm::BM::logpred()</a>, <a class="el" href="bdmbase_8h_source.html#l00387">bdm::epdf::mean()</a>, <a class="el" href="merger_8h_source.html#l00182">bdm::merger_base::merge()</a>, <a class="el" href="emix_8h_source.html#l00054">bdm::mratio::mratio()</a>, <a class="el" href="square__mat_8h_source.html#l00055">bdm::sqmat::mult_sym()</a>, <a class="el" href="square__mat_8h_source.html#l00060">bdm::sqmat::mult_sym_t()</a>, <a class="el" href="square__mat_8h_source.html#l00045">bdm::sqmat::opupdt()</a>, <a class="el" href="exp__family_8h_source.html#l00073">bdm::eEF::pow()</a>, <a class="el" href="bdmbase_8h_source.html#l01112">bdm::BM::predictor()</a>, <a class="el" href="square__mat_8h_source.html#l00080">bdm::sqmat::qform()</a>, <a class="el" href="ctrlbase_8h_source.html#l00023">bdm::Designer::redesign()</a>, <a class="el" href="exp__family_8cpp_source.html#l00265">bdm::eEmp::resample()</a>, <a class="el" href="particles_8h_source.html#l00142">bdm::PF::resmethod_from_set()</a>, <a class="el" href="exp__family_8h_source.html#l01272">bdm::eEmp::sample()</a>, <a class="el" href="bdmbase_8h_source.html#l00359">bdm::epdf::sample()</a>, <a class="el" href="bdmbase_8h_source.html#l00489">bdm::mpdf::samplecond()</a>, <a class="el" href="user__info_8cpp_source.html#l00047">bdm::UIFile::save()</a>, <a class="el" href="emix_8cpp_source.html#l00062">bdm::egiwmix::set_parameters()</a>, <a class="el" href="exp__family_8h_source.html#l00093">bdm::BMEF::set_statistics()</a>, <a class="el" href="square__mat_8h_source.html#l00074">bdm::sqmat::sqrt_mult()</a>, <a class="el" href="loggers_8h_source.html#l00045">bdm::memlog::step()</a>, <a class="el" href="bdmbase_8h_source.html#l00992">bdm::DS::step()</a>, <a class="el" href="bdmbase_8h_source.html#l00884">bdm::logger::step()</a>, <a class="el" href="square__mat_8h_source.html#l00050">bdm::sqmat::to_mat()</a>, <a class="el" href="user__info_8cpp_source.html#l00029">bdm::UIFile::UIFile()</a>, <a class="el" href="bdmbase_8h_source.html#l00393">bdm::epdf::variance()</a>, <a class="el" href="datasources_8h_source.html#l00044">bdm::MemDS::write()</a>, and <a class="el" href="bdmbase_8h_source.html#l00982">bdm::DS::write()</a>.</p> 
     167 
     168</div> 
     169</div><p> 
     170<a class="anchor" name="59c5a63b3878ebcd6cc952fc2b47191c"></a><!-- doxytag: member="bdmerror.h::bdm_warning" ref="59c5a63b3878ebcd6cc952fc2b47191c" args="(s)" --> 
    164171<div class="memitem"> 
    165172<div class="memproto"> 
    166173      <table class="memname"> 
    167174        <tr> 
    168           <td class="memname">#define bdm_warning</td> 
     175          <td class="memname">#define bdm_warning          </td> 
    169176          <td>(</td> 
    170177          <td class="paramtype">s&nbsp;</td> 
    171           <td class="paramname"></td> 
     178          <td class="paramname">          </td> 
    172179          <td>&nbsp;)&nbsp;</td> 
    173180          <td></td> 
     
    176183</div> 
    177184<div class="memdoc"> 
     185 
     186<p> 
    178187<b>Value:</b><div class="fragment"><pre class="fragment"><span class="keywordflow">if</span> (<span class="keyword">true</span>) { \ 
    179188                std::ostringstream bdm_out; \ 
     
    181190                bdm::bdm_warning_f(bdm_out.str(), __FILE__, __LINE__); \ 
    182191        } <span class="keywordflow">else</span> ((<span class="keywordtype">void</span>) 0) 
    183 </pre></div> 
    184 <p>Display a warning message. </p> 
     192</pre></div>Display a warning message.  
     193<p> 
    185194 
    186195<p>Referenced by <a class="el" href="chmat_8h_source.html#l00045">bdm::chmat::add()</a>, <a class="el" href="kalman_8cpp_source.html#l00182">bdm::EKFCh::bayes()</a>, <a class="el" href="kalman_8cpp_source.html#l00105">bdm::KalmanCh::bayes()</a>, <a class="el" href="bdmbase_8cpp_source.html#l00148">bdm::epdf::condition()</a>, <a class="el" href="bdmbase_8cpp_source.html#l00153">bdm::epdf::marginal()</a>, <a class="el" href="chmat_8cpp_source.html#l00025">bdm::chmat::mult_sym()</a>, <a class="el" href="chmat_8cpp_source.html#l00039">bdm::chmat::mult_sym_t()</a>, <a class="el" href="ctrlbase_8h_source.html#l00095">bdm::LQG::ricatti_step()</a>, and <a class="el" href="exp__family_8cpp_source.html#l00034">bdm::egiw::sample()</a>.</p> 
    187196 
    188197</div> 
    189 </div> 
    190 </div> 
    191 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:04 2009 for mixpp by&nbsp; 
     198</div><p> 
     199</div> 
     200<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:44 2009 for mixpp by&nbsp; 
    192201<a href="http://www.doxygen.org/index.html"> 
    193 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
     202<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
    194203</body> 
    195204</html>