2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00
Files
ublas/doc/doxyfiles/html/a00158.html
David Bellot 11b1711474 new doxyfiles
[SVN r75573]
2011-11-20 14:50:03 +00:00

259 lines
16 KiB
HTML

<!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"/>
<title>Boost.uBlas: boost::numeric::ublas::index_manipulator&lt; TV &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<script type="text/javascript">
function hasClass(ele,cls) {
return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}
function addClass(ele,cls) {
if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}
function removeClass(ele,cls) {
if (hasClass(ele,cls)) {
var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
ele.className=ele.className.replace(reg,' ');
}
}
function toggleVisibility(linkObj) {
var base = linkObj.getAttribute('id');
var summary = document.getElementById(base + '-summary');
var content = document.getElementById(base + '-content');
var trigger = document.getElementById(base + '-trigger');
if ( hasClass(linkObj,'closed') ) {
summary.style.display = 'none';
content.style.display = 'block';
trigger.src = 'open.png';
removeClass(linkObj,'closed');
addClass(linkObj,'opened');
} else if ( hasClass(linkObj,'opened') ) {
summary.style.display = 'block';
content.style.display = 'none';
trigger.src = 'closed.png';
removeClass(linkObj,'opened');
addClass(linkObj,'closed');
}
return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo boost ublas.png"></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.uBlas&#160;<span id="projectnumber">1.49</span></div>
<div id="projectbrief">Linear Algebra in C++: matrices, vectors and numeric algorithms</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<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>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('a00158.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>boost::numeric::ublas::index_manipulator&lt; TV &gt; Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="boost::numeric::ublas::index_manipulator" -->
<p>A CRTP and Barton-Nackman trick index manipulator wrapper class.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="a00594_source.html">assignment.hpp</a>&gt;</code></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-0-trigger" src="closed.png"/> Inheritance diagram for boost::numeric::ublas::index_manipulator&lt; TV &gt;:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="a00981.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1index__manipulator_3_01_t_v_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="boost_1_1numeric_1_1ublas_1_1index__manipulator_3_01_t_v_01_4_inherit__map" id="boost_1_1numeric_1_1ublas_1_1index__manipulator_3_01_t_v_01_4_inherit__map">
<area shape="rect" id="node3" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; static_vector_move_manip\&lt; I \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="5,177,472,279"/><area shape="rect" id="node7" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; vector_move_to_manip\&lt; T \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="496,177,947,279"/><area shape="rect" id="node11" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; next_column_manip \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="971,177,1371,279"/><area shape="rect" id="node15" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; next_row_manip \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="1395,177,1773,279"/><area shape="rect" id="node19" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; static_vector_move_to_manip\&lt; I \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="1797,177,2283,279"/><area shape="rect" id="node23" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; static_matrix_move_manip\&lt; I, J \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="2307,177,2789,279"/><area shape="rect" id="node27" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; matrix_move_manip\&lt; T \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="2813,177,3245,279"/><area shape="rect" id="node31" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; begin2_manip \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="3269,177,3632,279"/><area shape="rect" id="node35" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; begin1_manip \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="3656,177,4019,279"/><area shape="rect" id="node39" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; vector_move_manip\&lt; T \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="4043,177,4475,279"/><area shape="rect" id="node43" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; matrix_move_to_manip\&lt; T \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="4499,177,4949,279"/><area shape="rect" id="node47" href="a00158.html" title="{boost::numeric::ublas::index_manipulator\&lt; static_matrix_move_to_manip\&lt; I, J \&gt; \&gt;\n||+ operator()()\l+ operator()()\l}" alt="" coords="4973,177,5475,279"/><area shape="rect" id="node5" href="a00415.html" title="A static move vector manipulator." alt="" coords="69,348,408,433"/><area shape="rect" id="node9" href="a00519.html" title="A move_to vector index manipulator." alt="" coords="560,339,883,442"/><area shape="rect" id="node13" href="a00355.html" title="A next column matrix manipulator." alt="" coords="1036,348,1305,433"/><area shape="rect" id="node17" href="a00356.html" title="A next row matrix manipulator." alt="" coords="1459,348,1709,433"/><area shape="rect" id="node21" href="a00416.html" title="A static move to vector manipulator." alt="" coords="1861,348,2219,433"/><area shape="rect" id="node25" href="a00413.html" title="A static move matrix index manipulator." alt="" coords="2371,348,2725,433"/><area shape="rect" id="node29" href="a00265.html" title="A move matrix index manipulator." alt="" coords="2877,331,3181,451"/><area shape="rect" id="node33" href="a00039.html" title="A begining of column manipulator." alt="" coords="3333,348,3568,433"/><area shape="rect" id="node37" href="a00038.html" title="A begining of row manipulator." alt="" coords="3720,348,3955,433"/><area shape="rect" id="node41" href="a00518.html" title="A move vector index manipulator." alt="" coords="4107,339,4411,442"/><area shape="rect" id="node45" href="a00266.html" title="A move_to matrix manipulator." alt="" coords="4563,331,4885,451"/><area shape="rect" id="node49" href="a00414.html" title="A static move_to matrix manipulator When member function traverse is called the referenced index will..." alt="" coords="5039,348,5409,433"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="a00982.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef TV&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#a93eb0c0eab1c1fca621ae16e315b5c8e">type</a></td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <a class="el" href="a00158.html#a93eb0c0eab1c1fca621ae16e315b5c8e">type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#ad516258af38fb74c7f7ce282b7ca46d9">operator()</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <a class="el" href="a00158.html#a93eb0c0eab1c1fca621ae16e315b5c8e">type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#ad41c0e3366bef4d7cb8a1c469479468d">operator()</a> ()</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;class TV&gt;<br/>
class boost::numeric::ublas::index_manipulator&lt; TV &gt;</h3>
<p>A CRTP and Barton-Nackman trick index manipulator wrapper class. </p>
<p>This class is not meant to be used directly. </p>
<p>Definition at line <a class="el" href="a00594_source.html#l00025">25</a> of file <a class="el" href="a00594_source.html">assignment.hpp</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a93eb0c0eab1c1fca621ae16e315b5c8e"></a><!-- doxytag: member="boost::numeric::ublas::index_manipulator::type" ref="a93eb0c0eab1c1fca621ae16e315b5c8e" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class TV&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef TV <a class="el" href="a00158.html">boost::numeric::ublas::index_manipulator</a>&lt; TV &gt;::<a class="el" href="a00158.html#a93eb0c0eab1c1fca621ae16e315b5c8e">type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00594_source.html#l00027">27</a> of file <a class="el" href="a00594_source.html">assignment.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ad516258af38fb74c7f7ce282b7ca46d9"></a><!-- doxytag: member="boost::numeric::ublas::index_manipulator::operator()" ref="ad516258af38fb74c7f7ce282b7ca46d9" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class TV&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE const <a class="el" href="a00158.html#a93eb0c0eab1c1fca621ae16e315b5c8e">type</a>&amp; <a class="el" href="a00158.html">boost::numeric::ublas::index_manipulator</a>&lt; TV &gt;::operator() </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00594_source.html#l00029">29</a> of file <a class="el" href="a00594_source.html">assignment.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ad41c0e3366bef4d7cb8a1c469479468d"></a><!-- doxytag: member="boost::numeric::ublas::index_manipulator::operator()" ref="ad41c0e3366bef4d7cb8a1c469479468d" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class TV&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00158.html#a93eb0c0eab1c1fca621ae16e315b5c8e">type</a>&amp; <a class="el" href="a00158.html">boost::numeric::ublas::index_manipulator</a>&lt; TV &gt;::operator() </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00594_source.html#l00033">33</a> of file <a class="el" href="a00594_source.html">assignment.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00594_source.html">assignment.hpp</a></li>
</ul>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00648.html">boost</a> </li>
<li class="navelem"><a class="el" href="a00649.html">numeric</a> </li>
<li class="navelem"><a class="el" href="a00595.html">ublas</a> </li>
<li class="navelem"><a class="el" href="a00158.html">index_manipulator</a> </li>
<!--- 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>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<small>
<small>
<small>
<table width="100%">
<tr>
<td align="right">
Copyright &#169; 2010-2011 David Bellot - Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">Boost Software License, Version 1.0.</a>
</td>
</tr>
</table>
</small>
</small>
</small>