Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 99cb5ede6a5329071fbeecc8218deb35 > files > 1104

eigen3-doc-3.2-3.mga4.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Eigen: Flags</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css"   rel="stylesheet" type="text/css" />
<link href="eigendoxy.css" rel="stylesheet" type="text/css">
<!--  -->
<script type="text/javascript" src="eigen_navtree_hacks.js"></script>
<!-- <script type="text/javascript"> -->
<!-- </script> -->
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- <a name="top"></a> -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="Eigen_Silly_Professor_64x64.png"/></td>
  <td style="padding-left: 0.5em;">
   <div id="projectname"><a href="http://eigen.tuxfamily.org">Eigen</a>
   &#160;<span id="projectnumber">3.2.0</span>
   </div>
  </td>
   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
</td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('group__flags.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="summary">
<a href="#var-members">Variables</a>  </div>
  <div class="headertitle">
<div class="title">Flags<div class="ingroups"><a class="el" href="group__Core__Module.html">Core module</a></div></div>  </div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>These are the possible bits which can be OR'ed to constitute the flags of a matrix or expression.</p>
<p>It is important to note that these flags are a purely compile-time notion. They are a compile-time property of an expression type, implemented as enum's. They are not stored in memory at runtime, and they do not incur any runtime overhead.</p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="classEigen_1_1DenseBase.html#a1be3860693af99a6c1da72580097294ca96296863b401484bc191339414c90e6b">MatrixBase::Flags</a> </dd></dl>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:gaafbee24aed0aa204db61f7fce3334329"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#gaafbee24aed0aa204db61f7fce3334329">ActualPacketAccessBit</a></td></tr>
<tr class="separator:gaafbee24aed0aa204db61f7fce3334329"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga972a2dcb6603215fa53e0b9e82051426"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#ga972a2dcb6603215fa53e0b9e82051426">AlignedBit</a></td></tr>
<tr class="separator:ga972a2dcb6603215fa53e0b9e82051426"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga54c3b872f5a14e7e0d3d6539b704ea67"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#ga54c3b872f5a14e7e0d3d6539b704ea67">DirectAccessBit</a></td></tr>
<tr class="separator:ga54c3b872f5a14e7e0d3d6539b704ea67"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gadc8925e67a5a54bd479d6f587112e19a"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#gadc8925e67a5a54bd479d6f587112e19a">EvalBeforeAssigningBit</a></td></tr>
<tr class="separator:gadc8925e67a5a54bd479d6f587112e19a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaf8ad6e2956f7368b8e3f7407e2319e63"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#gaf8ad6e2956f7368b8e3f7407e2319e63">EvalBeforeNestingBit</a></td></tr>
<tr class="separator:gaf8ad6e2956f7368b8e3f7407e2319e63"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gab9799bf6feed77fc9fce0136ee55b99c"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#gab9799bf6feed77fc9fce0136ee55b99c">LinearAccessBit</a></td></tr>
<tr class="separator:gab9799bf6feed77fc9fce0136ee55b99c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga64e21b7543bdedce27f013512a4403a3"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#ga64e21b7543bdedce27f013512a4403a3">LvalueBit</a></td></tr>
<tr class="separator:ga64e21b7543bdedce27f013512a4403a3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaa780614dc11271c147db56e9c1524e76"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#gaa780614dc11271c147db56e9c1524e76">PacketAccessBit</a></td></tr>
<tr class="separator:gaa780614dc11271c147db56e9c1524e76"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga7bd49e7b260e869e10fb9dc4fd081a85"><td class="memItemLeft" align="right" valign="top">const unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__flags.html#ga7bd49e7b260e869e10fb9dc4fd081a85">RowMajorBit</a></td></tr>
<tr class="separator:ga7bd49e7b260e869e10fb9dc4fd081a85"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Variable Documentation</h2>
<a class="anchor" id="gaafbee24aed0aa204db61f7fce3334329"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int ActualPacketAccessBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>If vectorization is enabled (EIGEN_VECTORIZE is defined) this constant is set to the value <em>PacketAccessBit</em>.</p>
<p>If vectorization is not enabled (EIGEN_VECTORIZE is not defined) this constant is set to the value 0. </p>

</div>
</div>
<a class="anchor" id="ga972a2dcb6603215fa53e0b9e82051426"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int AlignedBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>means the first coefficient packet is guaranteed to be aligned </p>

<p>Referenced by <a class="el" href="classEigen_1_1MatrixBase.html#a8cdb3143143e8df89dfb4c58977ea811">MatrixBase&lt; Derived &gt;::stableNorm()</a>.</p>

</div>
</div>
<a class="anchor" id="ga54c3b872f5a14e7e0d3d6539b704ea67"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int DirectAccessBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Means that the underlying array of coefficients can be directly accessed as a plain strided array. The memory layout of the array of coefficients must be exactly the natural one suggested by rows(), cols(), outerStride(), innerStride(), and the RowMajorBit. This rules out expressions such as <a class="el" href="classEigen_1_1Diagonal.html" title="Expression of a diagonal/subdiagonal/superdiagonal in a matrix. ">Diagonal</a>, whose coefficients, though referencable, do not have such a regular memory layout.</p>
<p>See the comment on LvalueBit for an explanation of how LvalueBit and DirectAccessBit are mutually orthogonal. </p>

<p>Referenced by <a class="el" href="classEigen_1_1MatrixBase.html#a8cdb3143143e8df89dfb4c58977ea811">MatrixBase&lt; Derived &gt;::stableNorm()</a>.</p>

</div>
</div>
<a class="anchor" id="gadc8925e67a5a54bd479d6f587112e19a"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int EvalBeforeAssigningBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>means the expression should be evaluated before any assignment </p>

<p>Referenced by <a class="el" href="classEigen_1_1PlainObjectBase.html#a3cbc7e8bccd9a8736af1a9968dec74d9">PlainObjectBase&lt; Matrix&lt; _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols &gt; &gt;::_set()</a>.</p>

</div>
</div>
<a class="anchor" id="gaf8ad6e2956f7368b8e3f7407e2319e63"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int EvalBeforeNestingBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>means the expression should be evaluated by the calling expression </p>

</div>
</div>
<a class="anchor" id="gab9799bf6feed77fc9fce0136ee55b99c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int LinearAccessBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Short version: means the expression can be seen as 1D vector.</p>
<p>Long version: means that one can access the coefficients of this expression by coeff(int), and coeffRef(int) in the case of a lvalue expression. These index-based access methods are guaranteed to not have to do any runtime computation of a (row, col)-pair from the index, so that it is guaranteed that whenever it is available, index-based access is at least as fast as (row,col)-based access. Expressions for which that isn't possible don't have the LinearAccessBit.</p>
<p>If both PacketAccessBit and LinearAccessBit are set, then the packets of this expression can be accessed by packet(int), and writePacket(int) in the case of a lvalue expression.</p>
<p>Typically, all vector expressions have the LinearAccessBit, but there is one exception: Product expressions don't have it, because it would be troublesome for vectorization, even when the Product is a vector expression. Thus, vector Product expressions allow index-based coefficient access but not index-based packet access, so they don't have the LinearAccessBit. </p>

</div>
</div>
<a class="anchor" id="ga64e21b7543bdedce27f013512a4403a3"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int LvalueBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Means the expression has a coeffRef() method, i.e. is writable as its individual coefficients are directly addressable. This rules out read-only expressions.</p>
<p>Note that DirectAccessBit and LvalueBit are mutually orthogonal, as there are examples of expression having one but note the other: </p>
<ul>
<li>writable expressions that don't have a very simple memory layout as a strided array, have LvalueBit but not DirectAccessBit </li>
<li>Map-to-const expressions, for example Map&lt;const Matrix&gt;, have DirectAccessBit but not LvalueBit</li>
</ul>
<p>Expressions having LvalueBit also have their coeff() method returning a const reference instead of returning a new value. </p>

</div>
</div>
<a class="anchor" id="gaa780614dc11271c147db56e9c1524e76"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int PacketAccessBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Short version: means the expression might be vectorized</p>
<p>Long version: means that the coefficients can be handled by packets and start at a memory location whose alignment meets the requirements of the present CPU architecture for optimized packet access. In the fixed-size case, there is the additional condition that it be possible to access all the coefficients by packets (this implies the requirement that the size be a multiple of 16 bytes, and that any nontrivial strides don't break the alignment). In the dynamic-size case, there is no such condition on the total size and strides, so it might not be possible to access all coeffs by packets.</p>
<dl class="section note"><dt>Note</dt><dd>This bit can be set regardless of whether vectorization is actually enabled. To check for actual vectorizability, see <em>ActualPacketAccessBit</em>. </dd></dl>

</div>
</div>
<a class="anchor" id="ga7bd49e7b260e869e10fb9dc4fd081a85"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const unsigned int RowMajorBit</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>for a matrix, this means that the storage order is row-major. If this bit is not set, the storage order is column-major. For an expression, this determines the storage order of the matrix created by evaluation of that expression. </p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="group__TopicStorageOrders.html">Storage orders</a> </dd></dl>

<p>Referenced by <a class="el" href="classEigen_1_1SparseMatrixBase.html#a26cfa9c974065fc714cdaf7a5fdbe1ed">SparseMatrixBase&lt; CwiseBinaryOp&lt; BinaryOp, Lhs, Rhs &gt; &gt;::bottomRightCorner()</a>, <a class="el" href="classEigen_1_1SparseMatrixBase.html#acd9791e1914ad8761992e16032d49c54">SparseMatrixBase&lt; CwiseBinaryOp&lt; BinaryOp, Lhs, Rhs &gt; &gt;::innerSize()</a>, <a class="el" href="classEigen_1_1SparseMatrixBase.html#af080d3d3f82e0d4391f19af22a5eedb8">SparseMatrixBase&lt; CwiseBinaryOp&lt; BinaryOp, Lhs, Rhs &gt; &gt;::outerSize()</a>, and <a class="el" href="namespaceEigen.html#a92fe7b595099051fa1d1c443641a6de3">Eigen::viewAsCholmod()</a>.</p>

</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Mon Oct 28 2013 11:04:27 for Eigen by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
  </ul>
</div>
<!-- Piwik --> 
<!--
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.sylphide-consulting.com/piwik/" : "http://stats.sylphide-consulting.com/piwik/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 20);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://stats.sylphide-consulting.com/piwik/piwik.php?idsite=20" style="border:0" alt="" /></p></noscript>
-->
<!-- End Piwik Tracking Code -->
</body>
</html>