Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4bc66056a634db26a1f4d0845dc41ca6 > files > 6635

mrpt-doc-0.9.5-0.1.20110925svn2670.fc16.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Global array typedefs</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
          <div class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </div><div class="right"></div>
        </div>
      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">Global array typedefs</div>  </div>
<div class="ingroups"><a class="el" href="group__eigen__grp.html">The Eigen3 library</a> &#124; <a class="el" href="group___core___module.html">Core module</a></div></div>
<div class="contents">
<p><a class="el" href="namespace_eigen.html" title="Namespace containing all symbols from the Eigen library.">Eigen</a> defines several typedef shortcuts for most common 1D and 2D array types. </p>
<p>The general patterns are the following:</p>
<p><code>ArrayRowsColsType</code> where <code>Rows</code> and <code>Cols</code> can be <code>2</code>,<code>3</code>,<code>4</code> for fixed size square matrices or <code>X</code> for dynamic size, and where <code>Type</code> can be <code>i</code> for integer, <code>f</code> for float, <code>d</code> for double, <code>cf</code> for complex float, <code>cd</code> for complex double.</p>
<p>For example, <code>Array33d</code> is a fixed-size 3x3 array type of doubles, and <code>ArrayXXf</code> is a dynamic-size matrix of floats.</p>
<p>There are also <code>ArraySizeType</code> which are self-explanatory. For example, <code>Array4cf</code> is a fixed-size 1D array of 4 complex floats.</p>
<dl class="see"><dt><b>See also:</b></dt><dd>class <a class="el" href="class_eigen_1_1_array.html" title="General-purpose arrays with easy API for coefficient-wise operations.">Array</a> </dd></dl>
<div class="dynheader">
Collaboration diagram for Global array typedefs:</div>
<div class="dyncontent">
<center><table><tr><td><img src="group__arraytypedefs.png" border="0" alt="" usemap="#group____arraytypedefs"/>
<map name="group____arraytypedefs" id="group____arraytypedefs">
<area shape="rect" id="node1" href="group___core___module.html" title="This is the main module of Eigen providing dense matrix and vector support (both fixed and dynamic si..." alt="" coords="21,5,117,32"/><area shape="rect" id="node2" href="group__eigen__grp.html" title="The Eigen3 library" alt="" coords="6,56,133,83"/></map>
</td></tr></table></center>
</div>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.5</a> for MRPT 0.9.5 SVN: at Sun Sep 25 17:20:18 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table>  </body></html>