mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
283 lines
30 KiB
HTML
283 lines
30 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: vector_proxy.hpp File 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 <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 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><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><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="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File 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('a00645.html','');
|
|
</script>
|
|
<div id="doc-content">
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#nested-classes">Classes</a> |
|
|
<a href="#namespaces">Namespaces</a> |
|
|
<a href="#func-members">Functions</a> </div>
|
|
<div class="headertitle">
|
|
<h1>vector_proxy.hpp File Reference</h1> </div>
|
|
</div>
|
|
<div class="contents">
|
|
<div class="textblock"><code>#include <boost/numeric/ublas/vector_expression.hpp></code><br/>
|
|
<code>#include <boost/numeric/ublas/detail/vector_assign.hpp></code><br/>
|
|
<code>#include <boost/numeric/ublas/detail/temporary.hpp></code><br/>
|
|
</div><div class="textblock"><div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
|
|
<img id="dynsection-0-trigger" src="closed.png"/> Include dependency graph for vector_proxy.hpp:</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="a00708.png" border="0" usemap="#vector__proxy_8hpp" alt=""/></div>
|
|
<map name="vector__proxy_8hpp" id="vector__proxy_8hpp">
|
|
</map>
|
|
</div>
|
|
</div>
|
|
<p><a href="a00645_source.html">Go to the source code of this file.</a></p>
|
|
<table class="memberdecls">
|
|
<tr><td colspan="2"><h2><a name="nested-classes"></a>
|
|
Classes</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00510.html">boost::numeric::ublas::vector_indirect< V, IA ></a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A vector referencing a non continuous subvector of elements given another vector of indices. <a href="a00510.html#_details">More...</a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00511.html">boost::numeric::ublas::vector_indirect< V, IA >::const_iterator</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00512.html">boost::numeric::ublas::vector_indirect< V, IA >::iterator</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00528.html">boost::numeric::ublas::vector_range< V ></a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A vector referencing a continuous subvector of elements of vector <code>v</code> containing all elements specified by <code>range</code>. <a href="a00528.html#_details">More...</a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00529.html">boost::numeric::ublas::vector_range< V >::const_iterator</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00530.html">boost::numeric::ublas::vector_range< V >::iterator</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00540.html">boost::numeric::ublas::vector_slice< V ></a></td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A vector referencing a non continuous subvector of elements of vector v containing all elements specified by <code>slice</code>. <a href="a00540.html#_details">More...</a><br/></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00541.html">boost::numeric::ublas::vector_slice< V >::const_iterator</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00542.html">boost::numeric::ublas::vector_slice< V >::iterator</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00562.html">boost::numeric::ublas::vector_temporary_traits< const vector_indirect< V > ></a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00563.html">boost::numeric::ublas::vector_temporary_traits< const vector_range< V > ></a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00564.html">boost::numeric::ublas::vector_temporary_traits< const vector_slice< V > ></a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00576.html">boost::numeric::ublas::vector_temporary_traits< vector_indirect< V > ></a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00577.html">boost::numeric::ublas::vector_temporary_traits< vector_range< V > ></a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00578.html">boost::numeric::ublas::vector_temporary_traits< vector_slice< V > ></a></td></tr>
|
|
<tr><td colspan="2"><h2><a name="namespaces"></a>
|
|
Namespaces</h2></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00648.html">boost</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00649.html">boost::numeric</a></td></tr>
|
|
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="a00595.html">boost::numeric::ublas</a></td></tr>
|
|
|
|
<p><tr><td class="mdescLeft"> </td><td class="mdescRight"><p>contains all important classes and functions of uBLAS </p>
|
|
<br/></td></tr>
|
|
</p>
|
|
<tr><td colspan="2"><h2><a name="func-members"></a>
|
|
Functions</h2></td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_range< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#ae1d22b04346d93879d381b1c39d270aa">boost::numeric::ublas::project</a> (V &data, typename vector_range< V >::range_type const &r)</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a <code>const</code> <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and <code>range</code> Return a <code>const</code> <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and <code>range</code>. The resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> can be manipulated like a normal vector. If the specified range falls outside that of of the index range of the vector, then the resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> is not a well formed Vector Expression and access to an element outside of index range of the vector is <b>undefined</b>. <a href="#ae1d22b04346d93879d381b1c39d270aa"></a><br/></td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class A > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_indirect< V, <br class="typebreak"/>
|
|
indirect_array< A > > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a400a17c69d9bc31a76b7ba42e4f6969a">boost::numeric::ublas::project</a> (const vector_indirect< V, indirect_array< A > > &data, const indirect_array< A > &ia)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class A > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_indirect< V, <br class="typebreak"/>
|
|
indirect_array< A > > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a205aa4608d4a8af10b4d3c5b5f9a754f">boost::numeric::ublas::project</a> (vector_indirect< V, indirect_array< A > > &data, const indirect_array< A > &ia)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class IA > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_indirect< V, IA > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a612ee65d5a5bc535ed50d377c4d33809">boost::numeric::ublas::project</a> (const vector_indirect< V, IA > &data, const typename vector_indirect< V, IA >::slice_type &s)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class IA > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_indirect< V, IA > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#ab62e3dcf1d7ec3a388ea3be90fb816d6">boost::numeric::ublas::project</a> (vector_indirect< V, IA > &data, const typename vector_indirect< V, IA >::slice_type &s)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_range< const V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#ab89cfc119d6349c15cf213600c582730">boost::numeric::ublas::project</a> (const V &data, typename vector_range< V >::range_type const &r)</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and <code>range</code> Return a <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and <code>range</code>. The resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> can be manipulated like a normal vector. If the specified range falls outside that of of the index range of the vector, then the resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> is not a well formed Vector Expression and access to an element outside of index range of the vector is <b>undefined</b>. <a href="#ab89cfc119d6349c15cf213600c582730"></a><br/></td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_slice< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a94f7be35bef87ff0fdd4cedb3903b69e">boost::numeric::ublas::project</a> (V &data, const typename vector_slice< V >::slice_type &s)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class A > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_indirect< const V, <br class="typebreak"/>
|
|
indirect_array< A > > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#ac2e20249c71c5a19506c6ba4a35d807f">boost::numeric::ublas::project</a> (const V &data, const indirect_array< A > &ia)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class A > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_indirect< V, <br class="typebreak"/>
|
|
indirect_array< A > > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a85827c9036a8f6cdb8b3d643e7074d8c">boost::numeric::ublas::project</a> (V &data, const indirect_array< A > &ia)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class IA > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_indirect< V, IA > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#ab279550807cc582c8e1060eaa7655f95">boost::numeric::ublas::project</a> (vector_indirect< V, IA > &data, const typename vector_indirect< V, IA >::range_type &r)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_slice< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#aef0854c9e388495bb124e62fcdae8e75">boost::numeric::ublas::project</a> (vector_slice< V > &data, const typename vector_range< V >::range_type &r)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V , class IA > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_indirect< V, IA > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a28fd70ec34923b1502c4a458260bbe85">boost::numeric::ublas::project</a> (const vector_indirect< V, IA > &data, const typename vector_indirect< V, IA >::range_type &r)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_slice< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a4cda31c6858e0f2d6b6e02f732ea4daa">boost::numeric::ublas::project</a> (vector_slice< V > &data, const typename vector_slice< V >::slice_type &s)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_range< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#aa9938a7ce81d4620c3a7e58168b20423">boost::numeric::ublas::project</a> (vector_range< V > &data, const typename vector_range< V >::range_type &r)</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a <code>const</code> <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and const <code>range</code> Return a <code>const</code> <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and const <code>range</code>. The resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> can be manipulated like a normal vector. If the specified range falls outside that of of the index range of the vector, then the resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> is not a well formed Vector Expression and access to an element outside of index range of the vector is <b>undefined</b>. <a href="#aa9938a7ce81d4620c3a7e58168b20423"></a><br/></td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_slice< const V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a9d6d0a6d59e57b13ae766bb8fd81d718">boost::numeric::ublas::project</a> (const V &data, const typename vector_slice< V >::slice_type &s)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_range< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#acd2a3061483848f312758beec44cad88">boost::numeric::ublas::project</a> (const vector_range< V > &data, const typename vector_range< V >::range_type &r)</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and const <code>range</code> Return a <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector and const <code>range</code>. The resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> can be manipulated like a normal vector. If the specified range falls outside that of of the index range of the vector, then the resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> is not a well formed Vector Expression and access to an element outside of index range of the vector is <b>undefined</b>. <a href="#acd2a3061483848f312758beec44cad88"></a><br/></td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_slice< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a157278be42cba341c7f0efd390348a87">boost::numeric::ublas::project</a> (const vector_slice< V > &data, const typename vector_range< V >::range_type &r)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE const <br class="typebreak"/>
|
|
vector_slice< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#aebb1dfe5b04bafceee63908ca0b3eb79">boost::numeric::ublas::project</a> (const vector_slice< V > &data, const typename vector_slice< V >::slice_type &s)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_range< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#aef9b4d314d4d48b1e3fdcd8987b849bc">boost::numeric::ublas::subrange</a> (V &data, typename V::size_type start, typename V::size_type stop)</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector, a start and stop index. Return a <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector, a start and stop index. The resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> can be manipulated like a normal vector. If the specified range falls outside that of of the index range of the vector, then the resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> is not a well formed Vector Expression and access to an element outside of index range of the vector is <b>undefined</b>. <a href="#aef9b4d314d4d48b1e3fdcd8987b849bc"></a><br/></td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_range< const V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a541980298f1f6d47b7296da2c9860c38">boost::numeric::ublas::subrange</a> (const V &data, typename V::size_type start, typename V::size_type stop)</td></tr>
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a <code>const</code> <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector, a start and stop index. Return a <code>const</code> <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> on a specified vector, a start and stop index. The resulting <code>const</code> <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> can be manipulated like a normal vector. If the specified range falls outside that of of the index range of the vector, then the resulting <code><a class="el" href="a00528.html" title="A vector referencing a continuous subvector of elements of vector v containing all elements specified...">vector_range</a></code> is not a well formed Vector Expression and access to an element outside of index range of the vector is <b>undefined</b>. <a href="#a541980298f1f6d47b7296da2c9860c38"></a><br/></td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_slice< V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a6671bc2bcff0040cb57d269f969cf8b7">boost::numeric::ublas::subslice</a> (V &data, typename V::size_type start, typename V::difference_type stride, typename V::size_type size)</td></tr>
|
|
<tr><td class="memTemplParams" colspan="2">template<class V > </td></tr>
|
|
<tr><td class="memTemplItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <br class="typebreak"/>
|
|
vector_slice< const V > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00595.html#a659c5744b309bdc850bd7948d50c135b">boost::numeric::ublas::subslice</a> (const V &data, typename V::size_type start, typename V::difference_type stride, typename V::size_type size)</td></tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="a00645.html">vector_proxy.hpp</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"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </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 © 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>
|