Codebase list cppad / upstream/2015.00.00.7 doc / speed.xml
upstream/2015.00.00.7

Tree @upstream/2015.00.00.7 (Download .tar.gz)

speed.xml @upstream/2015.00.00.7raw · history · blame

<?xml version='1.0'?>
<html xmlns='http://www.w3.org/1999/xhtml'
      xmlns:math='http://www.w3.org/1998/Math/MathML'
>
<head>
<title>Speed Test an Operator Overloading AD Package</title>
<meta http-equiv='Content-Type' content='text/html' charset='utf-8'/>
<meta name="description" id="description" content="Speed Test an Operator Overloading AD Package"/>
<meta name="keywords" id="keywords" content=" speed test an operator overloading ad package purpose "/>
<style type='text/css'>
body { color : black }
body { background-color : white }
A:link { color : blue }
A:visited { color : purple }
A:active { color : purple }
</style>
<script type='text/javascript' language='JavaScript' src='_speed_xml.js'>
</script>
</head>
<body>
<table><tr>
<td>
<a href="http://www.coin-or.org/CppAD/" target="_top"><img border="0" src="_image.gif"/></a>
</td>
<td><a href="testvector.xml" target="_top">Prev</a>
</td><td><a href="speed_main.xml" target="_top">Next</a>
</td><td>
<select onchange='choose_across0(this)'>
<option>Index-&gt;</option>
<option>contents</option>
<option>reference</option>
<option>index</option>
<option>search</option>
<option>external</option>
</select>
</td>
<td>
<select onchange='choose_up0(this)'>
<option>Up-&gt;</option>
<option>CppAD</option>
<option>speed</option>
</select>
</td>
<td>
<select onchange='choose_down1(this)'>
<option>CppAD-&gt;</option>
<option>Install</option>
<option>Introduction</option>
<option>AD</option>
<option>ADFun</option>
<option>preprocessor</option>
<option>multi_thread</option>
<option>library</option>
<option>ipopt_solve</option>
<option>Example</option>
<option>speed</option>
<option>Appendix</option>
</select>
</td>
<td>
<select onchange='choose_down0(this)'>
<option>speed-&gt;</option>
<option>speed_main</option>
<option>speed_utility</option>
<option>speed_double</option>
<option>speed_adolc</option>
<option>speed_cppad</option>
<option>speed_fadbad</option>
<option>speed_sacado</option>
</select>
</td>
<td>
<select onchange='choose_current0(this)'>
<option>Headings-&gt;</option>
<option>Purpose</option>
<option>Contents</option>
</select>
</td>
</tr></table><br/>






<center><b><big><big>Speed Test an Operator Overloading AD Package</big></big></b></center>
<br/>
<b><big><a name="Purpose" id="Purpose">Purpose</a></big></b>
<br/>
CppAD has a set of speed tests that are used to determine if 
certain changes improve its execution speed.
These tests can also be used to compare the AD packages
<a href="https://projects.coin-or.org/ADOL-C" target="_top"><span style='white-space: nowrap'>Adolc</span></a>
,
<a href="http://www.coin-or.org/CppAD/" target="_top"><span style='white-space: nowrap'>CppAD</span></a>
,
<a href="http://www.imm.dtu.dk/fadbad.html/" target="_top"><span style='white-space: nowrap'>Fadbad</span></a>
 and
<a href="http://trilinos.sandia.gov/packages/sacado/" target="_top"><span style='white-space: nowrap'>Sacado</span></a>
.
The sections below explain how you can run these tests on your computer.

<br/>
<br/>
<b><big><a name="Contents" id="Contents">Contents</a></big></b>
<br/>
<table>
<tr><td><a href="speed_main.xml" target="_top">speed_main</a></td><td>Running&#xA0;the&#xA0;Speed&#xA0;Test&#xA0;Program</td></tr><tr><td><a href="speed_utility.xml" target="_top">speed_utility</a></td><td>Speed&#xA0;Testing&#xA0;Utilities</td></tr><tr><td><a href="speed_double.xml" target="_top">speed_double</a></td><td>Speed&#xA0;Test&#xA0;of&#xA0;Functions&#xA0;in&#xA0;Double</td></tr><tr><td><a href="speed_adolc.xml" target="_top">speed_adolc</a></td><td>Speed&#xA0;Test&#xA0;of&#xA0;Derivatives&#xA0;Using&#xA0;Adolc</td></tr><tr><td><a href="speed_cppad.xml" target="_top">speed_cppad</a></td><td>Speed&#xA0;Test&#xA0;Derivatives&#xA0;Using&#xA0;CppAD</td></tr><tr><td><a href="speed_fadbad.xml" target="_top">speed_fadbad</a></td><td>Speed&#xA0;Test&#xA0;Derivatives&#xA0;Using&#xA0;Fadbad</td></tr><tr><td><a href="speed_sacado.xml" target="_top">speed_sacado</a></td><td>Speed&#xA0;Test&#xA0;Derivatives&#xA0;Using&#xA0;Sacado</td></tr></table>
<hr/>Input File: omh/speed/speed.omh

</body>
</html>