⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 namespacebayesian__filter__matrix_1_1lapack.html

📁 Bayes滤波器算法C++类说明文档,源码见Bayes滤波器算法
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Bayes++ Bayesian Filtering Classes: Bayesian_filter_matrix::LAPACK Namespace Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.2 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>Bayesian_filter_matrix::LAPACK Namespace Reference</h1><p><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Typedefs</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef boost::numeric::ublas::vector&lt;<br> int &gt;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a0">pivot_t</a></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef <a class="el" href="namespaceBayesian__filter__matrix.html#a9">Bayesian_filter_matrix::DenseVec</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a1">vector_t</a></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef <a class="el" href="namespaceBayesian__filter__matrix.html#a12">Bayesian_filter_matrix::DenseColMatrix</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a2">matrix_t</a></td></tr><tr><td colspan=2><br><h2>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a3">geqrf</a> (<a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a2">matrix_t</a> &amp;a, <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a1">vector_t</a> &amp;tau)</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a4">getrf</a> (<a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a2">matrix_t</a> &amp;a, <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a0">pivot_t</a> &amp;ipivot)</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a5">getrs</a> (char transa, <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a2">matrix_t</a> &amp;a, <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a0">pivot_t</a> &amp;ipivot, <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a2">matrix_t</a> &amp;b)</td></tr></table><hr><h2>Typedef Documentation</h2><a name="a2" doxytag="Bayesian_filter_matrix::LAPACK::matrix_t"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> typedef <a class="el" href="namespaceBayesian__filter__matrix.html#a12">Bayesian_filter_matrix::DenseColMatrix</a> <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a2">Bayesian_filter_matrix::LAPACK::matrix_t</a>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="a0" doxytag="Bayesian_filter_matrix::LAPACK::pivot_t"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> typedef boost::numeric::ublas::vector&lt;int&gt; <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a0">Bayesian_filter_matrix::LAPACK::pivot_t</a>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="a1" doxytag="Bayesian_filter_matrix::LAPACK::vector_t"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> typedef <a class="el" href="namespaceBayesian__filter__matrix.html#a9">Bayesian_filter_matrix::DenseVec</a> <a class="el" href="namespaceBayesian__filter__matrix_1_1LAPACK.html#a1">Bayesian_filter_matrix::LAPACK::vector_t</a>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><hr><h2>Function Documentation</h2><a name="a3" doxytag="Bayesian_filter_matrix::LAPACK::geqrf"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> int geqrf </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">matrix_t &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>a</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>vector_t &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>tau</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="a4" doxytag="Bayesian_filter_matrix::LAPACK::getrf"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> int getrf </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">matrix_t &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>a</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>pivot_t &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>ipivot</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="a5" doxytag="Bayesian_filter_matrix::LAPACK::getrs"></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> int getrs </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">char&nbsp;</td>          <td class="mdname" nowrap> <em>transa</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>matrix_t &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>a</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>pivot_t &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>ipivot</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>matrix_t &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>b</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 16 11:21:17 2004 for Bayes++ Bayesian Filtering Classes by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -