mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
212 lines
16 KiB
HTML
212 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::vector_temporary_traits< M > Struct 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 <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 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 List</span></a></li>
|
|
<li><a href="classes.html"><span>Class Index</span></a></li>
|
|
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
|
|
<li><a href="functions.html"><span>Class 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('a00548.html','');
|
|
</script>
|
|
<div id="doc-content">
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#pub-types">Public Types</a> </div>
|
|
<div class="headertitle">
|
|
<h1>boost::numeric::ublas::vector_temporary_traits< M > Struct Template Reference</h1> </div>
|
|
</div>
|
|
<div class="contents">
|
|
<!-- doxytag: class="boost::numeric::ublas::vector_temporary_traits" -->
|
|
<p>For the creation of temporary vectors in the assignment of proxies.
|
|
<a href="#_details">More...</a></p>
|
|
|
|
<p><code>#include <<a class="el" href="a00638_source.html">temporary.hpp</a>></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::vector_temporary_traits< M >:</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="a01806.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01_m_01_4_inherit__map" alt="Inheritance graph"/></div>
|
|
<map name="boost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01_m_01_4_inherit__map" id="boost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01_m_01_4_inherit__map">
|
|
<area shape="rect" id="node3" href="a00549.html" title="{boost::numeric::ublas::vector_temporary_traits\< banded_adaptor\< M \> \>\n||}" alt="" coords="5,157,448,243"/><area shape="rect" id="node5" href="a00550.html" title="{boost::numeric::ublas::vector_temporary_traits\< const banded_adaptor\< M \> \>\n||}" alt="" coords="472,157,949,243"/><area shape="rect" id="node7" href="a00551.html" title="{boost::numeric::ublas::vector_temporary_traits\< const hermitian_adaptor\< M, TRI \> \>\n||}" alt="" coords="973,157,1493,243"/><area shape="rect" id="node9" href="a00552.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_column\< M \> \>\n||}" alt="" coords="1517,157,1989,243"/><area shape="rect" id="node11" href="a00553.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_indirect\< M \> \>\n||}" alt="" coords="2013,157,2485,243"/><area shape="rect" id="node13" href="a00554.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_range\< M \> \>\n||}" alt="" coords="2509,157,2971,243"/><area shape="rect" id="node15" href="a00555.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_row\< M \> \>\n||}" alt="" coords="2995,157,3445,243"/><area shape="rect" id="node17" href="a00556.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_slice\< M \> \>\n||}" alt="" coords="3469,157,3925,243"/><area shape="rect" id="node19" href="a00557.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_vector_indirect\< M, IA \> \>\n||}" alt="" coords="3949,157,4485,243"/><area shape="rect" id="node21" href="a00558.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_vector_range\< M \> \>\n||}" alt="" coords="4509,157,5013,243"/><area shape="rect" id="node23" href="a00559.html" title="{boost::numeric::ublas::vector_temporary_traits\< const matrix_vector_slice\< M \> \>\n||}" alt="" coords="5037,157,5536,243"/><area shape="rect" id="node25" href="a00560.html" title="{boost::numeric::ublas::vector_temporary_traits\< const symmetric_adaptor\< M, TRI \> \>\n||}" alt="" coords="5560,157,6088,243"/><area shape="rect" id="node27" href="a00565.html" title="{boost::numeric::ublas::vector_temporary_traits\< hermitian_adaptor\< M, TRI \> \>\n||}" alt="" coords="6112,157,6595,243"/><area shape="rect" id="node29" href="a00566.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_column\< M \> \>\n||}" alt="" coords="6619,157,7053,243"/><area shape="rect" id="node31" href="a00567.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_indirect\< M \> \>\n||}" alt="" coords="7077,157,7512,243"/><area shape="rect" id="node33" href="a00568.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_range\< M \> \>\n||}" alt="" coords="7536,157,7963,243"/><area shape="rect" id="node35" href="a00569.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_row\< M \> \>\n||}" alt="" coords="7987,157,8400,243"/><area shape="rect" id="node37" href="a00570.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_slice\< M \> \>\n||}" alt="" coords="8424,157,8845,243"/><area shape="rect" id="node39" href="a00571.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_vector_indirect\< M, IA \> \>\n||}" alt="" coords="8869,157,9368,243"/><area shape="rect" id="node41" href="a00572.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_vector_range\< M \> \>\n||}" alt="" coords="9392,157,9861,243"/><area shape="rect" id="node43" href="a00573.html" title="{boost::numeric::ublas::vector_temporary_traits\< matrix_vector_slice\< M \> \>\n||}" alt="" coords="9885,157,10349,243"/><area shape="rect" id="node45" href="a00574.html" title="{boost::numeric::ublas::vector_temporary_traits\< symmetric_adaptor\< M, TRI \> \>\n||}" alt="" coords="10373,157,10864,243"/><area shape="rect" id="node47" href="a00548.html" title="{boost::numeric::ublas::vector_temporary_traits\< boost::remove_const\< M \>::type \>\n||}" alt="" coords="10888,157,11395,243"/><area shape="rect" id="node53" href="a00548.html" title="{boost::numeric::ublas::vector_temporary_traits\< V \>\n||}" alt="" coords="12447,157,12772,243"/><area shape="rect" id="node49" href="a00561.html" title="{boost::numeric::ublas::vector_temporary_traits\< const triangular_adaptor\< M, TRI \> \>\n||}" alt="" coords="10356,293,10876,379"/><area shape="rect" id="node51" href="a00575.html" title="{boost::numeric::ublas::vector_temporary_traits\< triangular_adaptor\< M, TRI \> \>\n||}" alt="" coords="10900,293,11383,379"/><area shape="rect" id="node55" href="a00562.html" title="{boost::numeric::ublas::vector_temporary_traits\< const vector_indirect\< V \> \>\n||}" alt="" coords="11407,293,11876,379"/><area shape="rect" id="node57" href="a00563.html" title="{boost::numeric::ublas::vector_temporary_traits\< const vector_range\< V \> \>\n||}" alt="" coords="11900,293,12359,379"/><area shape="rect" id="node59" href="a00564.html" title="{boost::numeric::ublas::vector_temporary_traits\< const vector_slice\< V \> \>\n||}" alt="" coords="12383,293,12836,379"/><area shape="rect" id="node61" href="a00576.html" title="{boost::numeric::ublas::vector_temporary_traits\< vector_indirect\< V \> \>\n||}" alt="" coords="12860,293,13295,379"/><area shape="rect" id="node63" href="a00577.html" title="{boost::numeric::ublas::vector_temporary_traits\< vector_range\< V \> \>\n||}" alt="" coords="13319,293,13743,379"/><area shape="rect" id="node65" href="a00578.html" title="{boost::numeric::ublas::vector_temporary_traits\< vector_slice\< V \> \>\n||}" alt="" coords="13767,293,14185,379"/></map>
|
|
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
|
|
|
|
<p><a href="a01807.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 M::vector_temporary_type </td><td class="memItemRight" valign="bottom"><a class="el" href="a00548.html#a1542ab966397cb64f69bd23c88e4bb5e">type</a></td></tr>
|
|
</table>
|
|
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
|
<div class="textblock"><h3>template<class M><br/>
|
|
struct boost::numeric::ublas::vector_temporary_traits< M ></h3>
|
|
|
|
<p>For the creation of temporary vectors in the assignment of proxies. </p>
|
|
|
|
<p>Definition at line <a class="el" href="a00638_source.html#l00021">21</a> of file <a class="el" href="a00638_source.html">temporary.hpp</a>.</p>
|
|
</div><hr/><h2>Member Typedef Documentation</h2>
|
|
<a class="anchor" id="a1542ab966397cb64f69bd23c88e4bb5e"></a><!-- doxytag: member="boost::numeric::ublas::vector_temporary_traits::type" ref="a1542ab966397cb64f69bd23c88e4bb5e" args="" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<div class="memtemplate">
|
|
template<class M> </div>
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">typedef M::vector_temporary_type <a class="el" href="a00548.html">boost::numeric::ublas::vector_temporary_traits</a>< M >::<a class="el" href="a00548.html#a1542ab966397cb64f69bd23c88e4bb5e">type</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>Definition at line <a class="el" href="a00638_source.html#l00022">22</a> of file <a class="el" href="a00638_source.html">temporary.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this struct was generated from the following file:<ul>
|
|
<li><a class="el" href="a00638_source.html">temporary.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="a00548.html">vector_temporary_traits</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>
|