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

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

ad.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>AD Objects</title>
<meta http-equiv='Content-Type' content='text/html' charset='utf-8'/>
<meta name="description" id="description" content="AD Objects"/>
<meta name="keywords" id="keywords" content=" ad objects Ad object purpose base type requirements Base require "/>
<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='_ad_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="exp_apx_main.cpp.xml" target="_top">Prev</a>
</td><td><a href="ad_ctor.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>AD</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>AD-&gt;</option>
<option>ad_ctor</option>
<option>ad_assign</option>
<option>Convert</option>
<option>ADValued</option>
<option>BoolValued</option>
<option>VecAD</option>
<option>base_require</option>
</select>
</td>
<td>
<select onchange='choose_current0(this)'>
<option>Headings-&gt;</option>
<option>Purpose</option>
<option>Base Type Requirements</option>
<option>Contents</option>
</select>
</td>
</tr></table><br/>



<center><b><big><big>AD Objects</big></big></b></center>
<br/>
<b><big><a name="Purpose" id="Purpose">Purpose</a></big></b>
<br/>
The sections listed below describe the operations 
that are available to <a href="glossary.xml#AD of Base" target="_top"><span style='white-space: nowrap'>AD&#xA0;of&#xA0;Base</span></a>
 objects.
These objects are used to <a href="glossary.xml#Tape" target="_top"><span style='white-space: nowrap'>tape</span></a>

an AD of 
<code><i><font color="black"><span style='white-space: nowrap'>Base</span></font></i></code>

<a href="glossary.xml#Operation.Sequence" target="_top"><span style='white-space: nowrap'>operation&#xA0;sequence</span></a>
.
This operation sequence can
be transferred to an <a href="adfun.xml" target="_top"><span style='white-space: nowrap'>ADFun</span></a>
 object where it
can be used to evaluate the corresponding 
function and derivative values.

<br/>
<br/>
<b><big><a name="Base Type Requirements" id="Base Type Requirements">Base Type Requirements</a></big></b>

<br/>
The 
<code><i><font color="black"><span style='white-space: nowrap'>Base</span></font></i></code>
 requirements are provided by the CppAD package 
for the following base types:
<code><font color="blue">float</font></code>, 
<code><font color="blue">double</font></code>,
<code><font color="blue">std::complex&lt;float&gt;</font></code>, 
<code><font color="blue">std::complex&lt;double&gt;</font></code>.
Otherwise, see <a href="base_require.xml" target="_top"><span style='white-space: nowrap'>base_require</span></a>
.


<br/>
<br/>
<b><big><a name="Contents" id="Contents">Contents</a></big></b>
<br/>
<table>
<tr><td><a href="ad_ctor.xml" target="_top">ad_ctor</a></td><td>AD&#xA0;Constructors</td></tr><tr><td><a href="ad_assign.xml" target="_top">ad_assign</a></td><td>AD&#xA0;Assignment&#xA0;Operator</td></tr><tr><td><a href="convert.xml" target="_top">Convert</a></td><td>Conversion&#xA0;and&#xA0;I/O&#xA0;of&#xA0;AD&#xA0;Objects</td></tr><tr><td><a href="advalued.xml" target="_top">ADValued</a></td><td>AD&#xA0;Valued&#xA0;Operations&#xA0;and&#xA0;Functions</td></tr><tr><td><a href="boolvalued.xml" target="_top">BoolValued</a></td><td>Bool&#xA0;Valued&#xA0;Operations&#xA0;and&#xA0;Functions&#xA0;with&#xA0;AD&#xA0;Arguments</td></tr><tr><td><a href="vecad.xml" target="_top">VecAD</a></td><td>AD&#xA0;Vectors&#xA0;that&#xA0;Record&#xA0;Index&#xA0;Operations</td></tr><tr><td><a href="base_require.xml" target="_top">base_require</a></td><td>AD&lt;Base&gt;&#xA0;Requirements&#xA0;for&#xA0;Base&#xA0;Type</td></tr></table>
<hr/>Input File: cppad/local/user_ad.hpp

</body>
</html>