mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
237 lines
9.4 KiB
HTML
237 lines
9.4 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: File Members</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 class="current"><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow3" class="tabs2">
|
|
<ul class="tablist">
|
|
<li class="current"><a href="globals.html"><span>All</span></a></li>
|
|
<li><a href="globals_defs.html"><span>Defines</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('globals.html','');
|
|
</script>
|
|
<div id="doc-content">
|
|
<div class="contents">
|
|
<div class="textblock">Here is a list of all file members with links to the files they belong to:</div><ul>
|
|
<li>BOOST_UBLAS_BOUNDED_ARRAY_ALIGN
|
|
: <a class="el" href="a00603.html#af3635b2cc4ceb61fd48dcbc030168202">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_CHECK
|
|
: <a class="el" href="a00610.html#aada705f9d1fd36fc1af3b703217ec69e">exception.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_CHECK_ENABLE
|
|
: <a class="el" href="a00603.html#a80f74b3d066e7ae1e49a0acd049c1aa3">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_CHECK_EX
|
|
: <a class="el" href="a00610.html#adfc63e1a178667692171165e9066c341">exception.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_CHECK_FALSE
|
|
: <a class="el" href="a00610.html#a852836a12b58c546c095c00e49f1894e">exception.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_INLINE
|
|
: <a class="el" href="a00603.html#a578c14139742374e9a04e5afcb6cd24c">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_SAME
|
|
: <a class="el" href="a00610.html#ad7bb3e64acf4cd355a9985bdf879cf2a">exception.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_STRICT_HERMITIAN
|
|
: <a class="el" href="a00603.html#a02402661b3dca6d00e443082c483ecb4">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_STRICT_MATRIX_SPARSE
|
|
: <a class="el" href="a00603.html#a12d03e51d15fb8374dbd83679f9131d4">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_STRICT_VECTOR_SPARSE
|
|
: <a class="el" href="a00603.html#a67b6d8ea14f3dba9e0bea4aa73789c20">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_TYPE_CHECK
|
|
: <a class="el" href="a00603.html#a20205a89cb81145766e74d5a1d27f049">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_TYPE_CHECK_EPSILON
|
|
: <a class="el" href="a00603.html#afa88d2d3bb1c8ca6365f7d0953a067d8">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_TYPE_CHECK_MIN
|
|
: <a class="el" href="a00603.html#ada9c3113ffcce841cb3d16e3cf8c60c9">config.hpp</a>
|
|
</li>
|
|
<li>BOOST_UBLAS_USE_INDEXING
|
|
: <a class="el" href="a00603.html#a24a352c0b260f952253241e472b26dfc">config.hpp</a>
|
|
</li>
|
|
<li>DD
|
|
: <a class="el" href="a00608.html#acb571ebc7eb721ca2a32e3447a436e23">duff.hpp</a>
|
|
</li>
|
|
<li>DD_1T
|
|
: <a class="el" href="a00608.html#a27696f06f1a78f4412b0980e7e26ded0">duff.hpp</a>
|
|
</li>
|
|
<li>DD_2T
|
|
: <a class="el" href="a00608.html#aa85339afcf8e0ae134ea4f29ba40fd3a">duff.hpp</a>
|
|
</li>
|
|
<li>DD_3T
|
|
: <a class="el" href="a00608.html#a5db0dacb697795c06812f1a624b105e3">duff.hpp</a>
|
|
</li>
|
|
<li>DD_4T
|
|
: <a class="el" href="a00608.html#ac68e6cf7b9baafe07895556b821510ee">duff.hpp</a>
|
|
</li>
|
|
<li>DD_5T
|
|
: <a class="el" href="a00608.html#a415e6ba4d7e401139448ffd4d9525189">duff.hpp</a>
|
|
</li>
|
|
<li>DD_6T
|
|
: <a class="el" href="a00608.html#a326643746b8ca9efbbf09842fbe8396d">duff.hpp</a>
|
|
</li>
|
|
<li>DD_7T
|
|
: <a class="el" href="a00608.html#a4fd1c2e9c2ae88fe351bc1e238a83947">duff.hpp</a>
|
|
</li>
|
|
<li>DD_8T
|
|
: <a class="el" href="a00608.html#ade457ef2f380324a203e2c69ce5be8f2">duff.hpp</a>
|
|
</li>
|
|
<li>DD_CASE_I
|
|
: <a class="el" href="a00608.html#aa5e8e6773dea0ac7395bda571c44e2d7">duff.hpp</a>
|
|
</li>
|
|
<li>DD_SWITCH
|
|
: <a class="el" href="a00608.html#af2d803a940ea0d3ed90df51a64d04af6">duff.hpp</a>
|
|
</li>
|
|
<li>DD_WHILE
|
|
: <a class="el" href="a00608.html#ae479945ca2e3dd59691af02cb7837759">duff.hpp</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<!--- 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>
|