Processing math: 0%
Prev
Next
Index->
contents
reference
index
search
external
Up->
CppAD
Appendix
deprecated
epsilon
cppad->
Install
Theory
AD
ADFun
preprocessor
multi_thread
utility
ipopt_solve
Example
speed
Appendix
_reference
_index
_search
_external
appendix->
Faq
directory
glossary
Bib
wish_list
whats_new
deprecated
compare_c
numeric_ad
addon
License
deprecated->
include_deprecated
FunDeprecated
CompareChange
omp_max_thread
TrackNewDel
omp_alloc
memory_leak
epsilon
cppad_ipopt_nlp
atomic_one
atomic_two
atomic_two_example
multi_atomic_two.cpp
chkpoint_one
multi_chkpoint_one.cpp
zdouble
autotools
epsilon
Headings->
Deprecated 2012-06-17
Syntax
Purpose
Float
eps
\newcommand{\W}[1]{ \; #1 \; } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\B}[1]{ {\bf #1} } \newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} } \newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} } \newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} } \newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }
This is cppad-20221105 documentation
. Here is a link to its
current documentation
.
Machine Epsilon For AD Types
Deprecated 2012-06-17
This routine has been deprecated. You should use the
numeric_limits
epsilon
instead.
Syntax
eps
= epsilon<
Float
>()
Purpose
Obtain the value of machine epsilon corresponding to the type
Float
.
Float
this type can either be
AD<
Base
>
, or it can be
Base
for any
AD<
Base
>
type.
eps
The result
eps
has prototype
Float
eps
Input File: include/cppad/core/epsilon.hpp