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

335 lines
31 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::matrix_container&lt; C &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('a00250.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> &#124;
<a href="#pub-static-attribs">Static Public Attributes</a> </div>
<div class="headertitle">
<h1>boost::numeric::ublas::matrix_container&lt; C &gt; Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="boost::numeric::ublas::matrix_container" --><!-- doxytag: inherits="matrix_expression&lt; C &gt;" -->
<p>Base class for Matrix container models.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="a00611_source.html">expression_types.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::matrix_container&lt; C &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="a01151.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1matrix__container_3_01_c_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="boost_1_1numeric_1_1ublas_1_1matrix__container_3_01_c_01_4_inherit__map" id="boost_1_1numeric_1_1ublas_1_1matrix__container_3_01_c_01_4_inherit__map">
<area shape="rect" id="node12" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; coordinate_matrix\&lt; T, L, IB, IA, TA \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="5,705,496,807"/><area shape="rect" id="node16" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; matrix\&lt; T, L, bounded_array\&lt; T, M *N \&gt; \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="273,833,793,935"/><area shape="rect" id="node22" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; scalar_matrix\&lt; T, ALLOC \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="571,705,1005,807"/><area shape="rect" id="node26" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; zero_matrix\&lt; T, ALLOC \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="1029,705,1456,807"/><area shape="rect" id="node30" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; generalized_vector_of_vector\&lt; T, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="1480,705,1989,807"/><area shape="rect" id="node34" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; mapped_vector_of_mapped_vector\&lt; T, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="2013,705,2555,807"/><area shape="rect" id="node38" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; hermitian_matrix\&lt; T, TRI, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="2579,705,3043,807"/><area shape="rect" id="node42" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; identity_matrix\&lt; T, ALLOC \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="3067,705,3509,807"/><area shape="rect" id="node46" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; mapped_matrix\&lt; T, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="3533,705,3960,807"/><area shape="rect" id="node50" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; banded_matrix\&lt; T, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="4381,705,4805,807"/><area shape="rect" id="node56" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; matrix\&lt; T, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="3984,705,4357,807"/><area shape="rect" id="node61" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; triangular_matrix\&lt; T, TRI, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="4829,705,5293,807"/><area shape="rect" id="node65" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; symmetric_matrix\&lt; T, TRI, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="5317,705,5789,807"/><area shape="rect" id="node69" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; compressed_matrix\&lt; T, L, IB, IA, TA \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="5813,705,6315,807"/><area shape="rect" id="node73" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; vector_of_vector\&lt; T, L, A \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="6339,705,6773,807"/><area shape="rect" id="node77" href="a00250.html" title="{boost::numeric::ublas::matrix_container\&lt; c_matrix\&lt; T, N, M \&gt; \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="6797,705,7192,807"/><area shape="rect" id="node2" href="a00251.html" title="{boost::numeric::ublas::matrix_expression\&lt; C \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="3371,379,3664,482"/><area shape="rect" id="node4" href="a00472.html" title="{boost::numeric::ublas::ublas_expression\&lt; C \&gt;\n||# ublas_expression()\l# ~ublas_expression()\l&#45; operator=()\l}" alt="" coords="3283,192,3573,312"/><area shape="rect" id="node6" href="a00472.html" title="Base class for uBLAS statically derived expressions using the the Barton Nackman trick." alt="" coords="3475,5,3763,125"/><area shape="rect" id="node8" href="a00251.html" title="Base class for Matrix Expression models." alt="" coords="3597,201,3891,303"/><area shape="rect" id="node14" href="a00073.html" title="{boost::numeric::ublas::coordinate_matrix\&lt; T, L, IB, IA, TA \&gt;\n|&#45; capacity_\l&#45; filled_\l&#45; index1_data_\l&#45; index2_data_\l&#45; size1_\l&#45; size2_\l&#45; sorted_\l&#45; sorted_filled_\l&#45; value_data_\l&#45; zero_\l|+ coordinate_matrix()\l+ coordinate_matrix()\l+ coordinate_matrix()\l+ coordinate_matrix()\l+ append_element()\l+ assign()\l+ assign_temporary()\l+ begin1()\l+ begin1()\l+ begin2()\l+ begin2()\l+ clear()\l+ end1()\l+ end1()\l+ end2()\l+ end2()\l+ erase_element()\l+ filled()\l+ find1()\l+ find1()\l+ find2()\l+ find2()\l+ find_element()\l+ find_element()\l+ index1_data()\l+ index1_data()\l+ index2_data()\l+ index2_data()\l+ insert_element()\l+ minus_assign()\l+ nnz()\l+ nnz_capacity()\l+ operator()()\l+ operator()()\l+ operator*=()\l+ operator+=()\l+ operator+=()\l+ operator&#45;=()\l+ operator&#45;=()\l+ operator/=()\l+ operator=()\l+ operator=()\l+ operator=()\l+ plus_assign()\l+ pop_back()\l+ push_back()\l+ rbegin1()\l+ rbegin1()\l+ rbegin2()\l+ rbegin2()\l+ rend1()\l+ rend1()\l+ rend2()\l+ rend2()\l+ reserve()\l+ resize()\l+ serialize()\l+ set_filled()\l+ size1()\l+ size2()\l+ sort()\l+ swap()\l+ value_data()\l+ value_data()\l+ index_base()\l&#45; at_element()\l&#45; restrict_capacity()\l&#45; storage_invariants()\l&#45; k_based()\l&#45; zero_based()\l}" alt="" coords="65,960,436,2397"/><area shape="rect" id="node18" href="a00218.html" title="{boost::numeric::ublas::matrix\&lt; T, L, bounded_array\&lt; T, M *N \&gt; \&gt;\n|&#45; data_\l&#45; size1_\l&#45; size2_\l|+ matrix()\l+ matrix()\l+ matrix()\l+ matrix()\l+ matrix()\l+ matrix()\l+ assign()\l+ assign_temporary()\l+ at_element()\l+ begin1()\l+ begin1()\l+ begin2()\l+ begin2()\l+ clear()\l+ data()\l+ data()\l+ end1()\l+ end1()\l+ end2()\l+ end2()\l+ erase_element()\l+ find1()\l+ find1()\l+ find2()\l+ find2()\l+ insert_element()\l+ minus_assign()\l+ operator()()\l+ operator()()\l+ operator*=()\l+ operator+=()\l+ operator+=()\l+ operator&#45;=()\l+ operator&#45;=()\l+ operator/=()\l+ operator=()\l+ operator=()\l+ operator=()\l+ plus_assign()\l+ rbegin1()\l+ rbegin1()\l+ rbegin2()\l+ rbegin2()\l+ rend1()\l+ rend1()\l+ rend2()\l+ rend2()\l+ resize()\l+ serialize()\l+ size1()\l+ size2()\l+ swap()\l}" alt="" coords="1253,2465,1653,3469"/><area shape="rect" id="node20" href="a00041.html" title="A dense matrix of values of type T with a variable size bounded to a maximum of &#160;by ..." alt="" coords="1288,3520,1619,3779"/><area shape="rect" id="node24" href="a00382.html" title="A matrix with all values of type T equal to the same value." alt="" coords="656,1445,971,1912"/><area shape="rect" id="node28" href="a00587.html" title="A matrix with all values of type T equal to zero." alt="" coords="1089,1428,1396,1929"/><area shape="rect" id="node32" href="a00140.html" title="{boost::numeric::ublas::generalized_vector_of_vector\&lt; T, L, A \&gt;\n|&#45; data_\l&#45; size1_\l&#45; size2_\l&#45; zero_\l|+ generalized_vector_of_vector()\l+ generalized_vector_of_vector()\l+ generalized_vector_of_vector()\l+ generalized_vector_of_vector()\l+ append_element()\l+ assign()\l+ assign_temporary()\l+ begin1()\l+ begin1()\l+ begin2()\l+ begin2()\l+ clear()\l+ data()\l+ data()\l+ end1()\l+ end1()\l+ end2()\l+ end2()\l+ erase_element()\l+ find1()\l+ find1()\l+ find2()\l+ find2()\l+ find_element()\l+ find_element()\l+ insert_element()\l+ minus_assign()\l+ nnz()\l+ nnz_capacity()\l+ operator()()\l+ operator()()\l+ operator*=()\l+ operator+=()\l+ operator&#45;=()\l+ operator/=()\l+ operator=()\l+ operator=()\l+ plus_assign()\l+ rbegin1()\l+ rbegin1()\l+ rbegin2()\l+ rbegin2()\l+ rend1()\l+ rend1()\l+ rend2()\l+ rend2()\l+ resize()\l+ serialize()\l+ size1()\l+ size2()\l+ sort()\l+ swap()\l&#45; at_element()\l&#45; storage_invariants()\l}" alt="" coords="1540,1151,1929,2207"/><area shape="rect" id="node36" href="a00213.html" title="{boost::numeric::ublas::mapped_vector_of_mapped_vector\&lt; T, L, A \&gt;\n|&#45; data_\l&#45; size1_\l&#45; size2_\l&#45; zero_\l|+ mapped_vector_of_mapped_vector()\l+ mapped_vector_of_mapped_vector()\l+ mapped_vector_of_mapped_vector()\l+ mapped_vector_of_mapped_vector()\l+ assign()\l+ assign_temporary()\l+ begin1()\l+ begin1()\l+ begin2()\l+ begin2()\l+ clear()\l+ data()\l+ data()\l+ end1()\l+ end1()\l+ end2()\l+ end2()\l+ erase_element()\l+ find1()\l+ find1()\l+ find2()\l+ find2()\l+ find_element()\l+ find_element()\l+ insert_element()\l+ minus_assign()\l+ nnz()\l+ nnz_capacity()\l+ operator()()\l+ operator()()\l+ operator*=()\l+ operator+=()\l+ operator+=()\l+ operator&#45;=()\l+ operator&#45;=()\l+ operator/=()\l+ operator=()\l+ operator=()\l+ operator=()\l+ plus_assign()\l+ rbegin1()\l+ rbegin1()\l+ rbegin2()\l+ rbegin2()\l+ rend1()\l+ rend1()\l+ rend2()\l+ rend2()\l+ resize()\l+ serialize()\l+ size1()\l+ size2()\l+ swap()\l&#45; at_element()\l}" alt="" coords="2073,1151,2495,2207"/><area shape="rect" id="node40" href="a00150.html" title="A hermitian matrix of values of type T." alt="" coords="2639,1203,2983,2155"/><area shape="rect" id="node44" href="a00155.html" title="An identity matrix with values of type T." alt="" coords="3127,1411,3449,1947"/><area shape="rect" id="node48" href="a00205.html" title="Index map based sparse matrix of values of type T." alt="" coords="3593,1133,3900,2224"/><area shape="rect" id="node52" href="a00022.html" title="A banded matrix of values of type T." alt="" coords="4441,1168,4745,2189"/><area shape="rect" id="node54" href="a00126.html" title="A diagonal matrix of values of type T, which is a specialization of a banded matrix." alt="" coords="4439,2863,4748,3070"/><area shape="rect" id="node58" href="a00218.html" title="A dense matrix of values of type T." alt="" coords="3955,1177,4208,2181"/><area shape="rect" id="node63" href="a00458.html" title="A triangular matrix of values of type T." alt="" coords="4889,1194,5233,2163"/><area shape="rect" id="node67" href="a00440.html" title="{boost::numeric::ublas::symmetric_matrix\&lt; T, TRI, L, A \&gt;\n|&#45; data_\l&#45; size_\l|+ symmetric_matrix()\l+ symmetric_matrix()\l+ symmetric_matrix()\l+ symmetric_matrix()\l+ symmetric_matrix()\l+ symmetric_matrix()\l+ assign()\l+ assign_temporary()\l+ at_element()\l+ begin1()\l+ begin1()\l+ begin2()\l+ begin2()\l+ clear()\l+ data()\l+ data()\l+ end1()\l+ end1()\l+ end2()\l+ end2()\l+ erase_element()\l+ find1()\l+ find1()\l+ find2()\l+ find2()\l+ insert_element()\l+ minus_assign()\l+ operator()()\l+ operator()()\l+ operator*=()\l+ operator+=()\l+ operator&#45;=()\l+ operator/=()\l+ operator=()\l+ operator=()\l+ plus_assign()\l+ rbegin1()\l+ rbegin1()\l+ rbegin2()\l+ rbegin2()\l+ rend1()\l+ rend1()\l+ rend2()\l+ rend2()\l+ resize()\l+ resize()\l+ resize_packed_preserve()\l+ size1()\l+ size2()\l+ swap()\l}" alt="" coords="5377,1203,5729,2155"/><area shape="rect" id="node71" href="a00054.html" title="{boost::numeric::ublas::compressed_matrix\&lt; T, L, IB, IA, TA \&gt;\n|&#45; capacity_\l&#45; filled1_\l&#45; filled2_\l&#45; index1_data_\l&#45; index2_data_\l&#45; size1_\l&#45; size2_\l&#45; value_data_\l&#45; zero_\l|+ compressed_matrix()\l+ compressed_matrix()\l+ compressed_matrix()\l+ compressed_matrix()\l+ compressed_matrix()\l+ assign()\l+ assign_temporary()\l+ begin1()\l+ begin1()\l+ begin2()\l+ begin2()\l+ clear()\l+ complete_index1_data()\l+ end1()\l+ end1()\l+ end2()\l+ end2()\l+ erase_element()\l+ filled1()\l+ filled2()\l+ find1()\l+ find1()\l+ find2()\l+ find2()\l+ find_element()\l+ find_element()\l+ index1_data()\l+ index1_data()\l+ index2_data()\l+ index2_data()\l+ insert_element()\l+ minus_assign()\l+ nnz()\l+ nnz_capacity()\l+ operator()()\l+ operator()()\l+ operator*=()\l+ operator+=()\l+ operator+=()\l+ operator&#45;=()\l+ operator&#45;=()\l+ operator/=()\l+ operator=()\l+ operator=()\l+ operator=()\l+ plus_assign()\l+ pop_back()\l+ push_back()\l+ rbegin1()\l+ rbegin1()\l+ rbegin2()\l+ rbegin2()\l+ rend1()\l+ rend1()\l+ rend2()\l+ rend2()\l+ reserve()\l+ resize()\l+ serialize()\l+ set_filled()\l+ size1()\l+ size2()\l+ swap()\l+ value_data()\l+ value_data()\l+ index_base()\l&#45; at_element()\l&#45; restrict_capacity()\l&#45; storage_invariants()\l&#45; k_based()\l&#45; zero_based()\l}" alt="" coords="5873,960,6255,2397"/><area shape="rect" id="node75" href="a00523.html" title="A dense matrix of values of type T stored as a vector of vectors." alt="" coords="6399,1194,6713,2163"/><area shape="rect" id="node79" href="a00044.html" title="An array based matrix class which size is defined at type specification or object instanciation..." alt="" coords="6857,1203,7132,2155"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-1-trigger" src="closed.png"/> Collaboration diagram for boost::numeric::ublas::matrix_container&lt; C &gt;:</div>
<div id="dynsection-1-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
<div class="center"><img src="a01152.png" border="0" usemap="#boost_1_1numeric_1_1ublas_1_1matrix__container_3_01_c_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="boost_1_1numeric_1_1ublas_1_1matrix__container_3_01_c_01_4_coll__map" id="boost_1_1numeric_1_1ublas_1_1matrix__container_3_01_c_01_4_coll__map">
<area shape="rect" id="node2" href="a00251.html" title="{boost::numeric::ublas::matrix_expression\&lt; C \&gt;\n|+ complexity\l|+ operator()()\l+ operator()()\l}" alt="" coords="93,379,387,482"/><area shape="rect" id="node4" href="a00472.html" title="{boost::numeric::ublas::ublas_expression\&lt; C \&gt;\n||# ublas_expression()\l# ~ublas_expression()\l&#45; operator=()\l}" alt="" coords="5,192,296,312"/><area shape="rect" id="node6" href="a00472.html" title="Base class for uBLAS statically derived expressions using the the Barton Nackman trick." alt="" coords="197,5,485,125"/><area shape="rect" id="node8" href="a00251.html" title="Base class for Matrix Expression models." alt="" coords="320,201,613,303"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="a01153.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 C&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00250.html#a9a3e9f8774e49d3929fb6397597e6127">container_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef C&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00251.html#aa2181e604eda50fcfa673e5e57049c21">expression_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="a00290.html">matrix_tag</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00250.html#acd3a4439067d1e3db6007da4c51dfb31">type_category</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 <br class="typebreak"/>
<a class="el" href="a00250.html#a9a3e9f8774e49d3929fb6397597e6127">container_type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00250.html#a0a79c4eb5e6af6ce11daa350b797c648">operator()</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">BOOST_UBLAS_INLINE <a class="el" href="a00250.html#a9a3e9f8774e49d3929fb6397597e6127">container_type</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00250.html#a2ea4a3bba163ed696b8e179b33368a20">operator()</a> ()</td></tr>
<tr><td colspan="2"><h2><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static const unsigned&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00250.html#af93358b57119eef492b08f3896b5be1e">complexity</a> = 0</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;class C&gt;<br/>
class boost::numeric::ublas::matrix_container&lt; C &gt;</h3>
<p>Base class for Matrix container models. </p>
<p>it does not model the Matrix concept but all derived types should. The class defines a common base type and some common interface for all statically derived Matrix classes We implement the casts to the statically derived type. </p>
<p>Definition at line <a class="el" href="a00611_source.html#l00484">484</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a9a3e9f8774e49d3929fb6397597e6127"></a><!-- doxytag: member="boost::numeric::ublas::matrix_container::container_type" ref="a9a3e9f8774e49d3929fb6397597e6127" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef C <a class="el" href="a00250.html">boost::numeric::ublas::matrix_container</a>&lt; C &gt;::<a class="el" href="a00250.html#a9a3e9f8774e49d3929fb6397597e6127">container_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="a00611_source.html#l00488">488</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="acd3a4439067d1e3db6007da4c51dfb31"></a><!-- doxytag: member="boost::numeric::ublas::matrix_container::type_category" ref="acd3a4439067d1e3db6007da4c51dfb31" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="a00290.html">matrix_tag</a> <a class="el" href="a00250.html">boost::numeric::ublas::matrix_container</a>&lt; C &gt;::<a class="el" href="a00290.html">type_category</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00251.html#aba81e9423707f163e113893514c6b455">boost::numeric::ublas::matrix_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00489">489</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="aa2181e604eda50fcfa673e5e57049c21"></a><!-- doxytag: member="boost::numeric::ublas::matrix_container::expression_type" ref="aa2181e604eda50fcfa673e5e57049c21" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef C <a class="el" href="a00251.html">boost::numeric::ublas::matrix_expression</a>&lt; C &gt;::<a class="el" href="a00472.html#abbbdc2aeed323a2df31707384ca0e26d">expression_type</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00472.html#abbbdc2aeed323a2df31707384ca0e26d">boost::numeric::ublas::ublas_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00313">313</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a0a79c4eb5e6af6ce11daa350b797c648"></a><!-- doxytag: member="boost::numeric::ublas::matrix_container::operator()" ref="a0a79c4eb5e6af6ce11daa350b797c648" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE const <a class="el" href="a00250.html#a9a3e9f8774e49d3929fb6397597e6127">container_type</a>&amp; <a class="el" href="a00250.html">boost::numeric::ublas::matrix_container</a>&lt; C &gt;::operator() </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00251.html#a6dc287a9087643182442298441742bc0">boost::numeric::ublas::matrix_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00492">492</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a2ea4a3bba163ed696b8e179b33368a20"></a><!-- doxytag: member="boost::numeric::ublas::matrix_container::operator()" ref="a2ea4a3bba163ed696b8e179b33368a20" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">BOOST_UBLAS_INLINE <a class="el" href="a00250.html#a9a3e9f8774e49d3929fb6397597e6127">container_type</a>&amp; <a class="el" href="a00250.html">boost::numeric::ublas::matrix_container</a>&lt; C &gt;::operator() </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00251.html#a59acf1bb38777ae6adc97948b218ed5b">boost::numeric::ublas::matrix_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00496">496</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="af93358b57119eef492b08f3896b5be1e"></a><!-- doxytag: member="boost::numeric::ublas::matrix_container::complexity" ref="af93358b57119eef492b08f3896b5be1e" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class C&gt; </div>
<table class="memname">
<tr>
<td class="memname">const unsigned <a class="el" href="a00250.html">boost::numeric::ublas::matrix_container</a>&lt; C &gt;::<a class="el" href="a00250.html#af93358b57119eef492b08f3896b5be1e">complexity</a> = 0<code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reimplemented from <a class="el" href="a00251.html#aa3168f11c36ba5fa123517d13dcbc75d">boost::numeric::ublas::matrix_expression&lt; C &gt;</a>.</p>
<p>Definition at line <a class="el" href="a00611_source.html#l00487">487</a> of file <a class="el" href="a00611_source.html">expression_types.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00611_source.html">expression_types.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="a00250.html">matrix_container</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>