![]() |
Prev | Next | _reference |
A | |
a_double | Cppad Py AD Scalars |
a_double_assign | a_double Assignment Operators |
a_double_assign_xam.cpp | C++: a_double Assignment Operators: Example and Test |
a_double_assign_xam.py | Python: a_double Assignment Operators: Example and Test |
a_double_binary | a_double Binary Operators with an AD Result |
a_double_binary_xam.cpp | C++: a_double Binary Operators With AD Result: Example and Test |
a_double_binary_xam.py | Python: a_double Binary Operators With AD Result: Example and Test |
a_double_compare | a_double Comparison Operators |
a_double_compare_xam.cpp | C++: a_double Comparison Operators: Example and Test |
a_double_compare_xam.py | Python: a_double Comparison Operators: Example and Test |
a_double_cond_assign | AD Conditional Assignment |
a_double_cond_assign_xam.cpp | C++: a_double Conditional Assignment: Example and Test |
a_double_cond_assign_xam.py | Python: a_double Conditional Assignment: Example and Test |
a_double_ctor | The a_double Constructor |
a_double_property | Properties of an a_double Object |
a_double_property_xam.cpp | C++: a_double Properties: Example and Test |
a_double_property_xam.py | Python: a_double Properties: Example and Test |
a_double_unary_fun | Unary Functions with AD Result |
a_double_unary_fun_xam.cpp | C++: a_double Unary Functions with AD Result: Example and Test |
a_double_unary_fun_xam.py | Python: a_double Unary Functions with AD Result: Example and Test |
a_double_unary_op | a_double Unary Plus and Minus |
a_double_unary_op_xam.cpp | C++: a_double Unary Plus and Minus: Example and Test |
a_double_unary_op_xam.py | Python: a_double Unary Plus and Minus: Example and Test |
a_fun_xam.py | Python: Purpose of a_fun Objects: Example and Test |
C | |
cpp_abort_recording | Abort Recording |
cpp_fun | Cppad Py AD Functions |
cpp_fun_ctor | Stop Current Recording and Store Function Object |
cpp_fun_forward | Forward Mode AD |
cpp_fun_hessian | Hessian of an AD Function |
cpp_fun_jacobian | Jacobian of an AD Function |
cpp_fun_new_dynamic | Change The Dynamic Parameters |
cpp_fun_optimize | Optimize an AD Function |
cpp_fun_property | Properties of a Function Object |
cpp_fun_reverse | Reverse Mode AD |
cpp_independent | Declare Independent Variables and Start Recording |
cpp_jac_sparsity | Jacobian Sparsity Patterns |
cpp_lib | The C++ Library |
cpp_sparse_hes | Computing Sparse Hessians |
cpp_sparse_jac | Computing Sparse Jacobians |
cpp_sparse_rc | Sparsity Patterns |
cpp_sparse_rcv | Sparse Matrices |
cpp_sparsity | Hessian Sparsity Patterns |
cpp_utility | C++ Utilities |
cppad_py | cppad_py-20181110: A C++ Object Library and Python Interface to Cppad |
E | |
error_message | Exception Handling |
error_message_xam.cpp | C++: Cppad Py Exception Handling: Example and Test |
error_message_xam.py | Python: Cppad Py Exception Handling: Example and Test |
F | |
fun_abort_xam.cpp | C++: Abort Recording a_double Operations: Example and Test |
fun_abort_xam.py | Python: Abort Recording a_double Operations: Example and Test |
fun_dynamic_xam.cpp | C++: Using Dynamic Parameters: Example and Test |
fun_dynamic_xam.py | Python: Using Dynamic Parameters: Example and Test |
fun_forward_xam.cpp | C++: Forward Mode AD: Example and Test |
fun_forward_xam.py | Python: Forward Mode AD: Example and Test |
fun_hessian_xam.cpp | C++: Dense Hessian Using AD: Example and Test |
fun_hessian_xam.py | Python: Dense Hessian Using AD: Example and Test |
fun_jacobian_xam.cpp | C++: Dense Jacobian Using AD: Example and Test |
fun_jacobian_xam.py | Python: Dense Jacobian Using AD: Example and Test |
fun_optimize_xam.cpp | C++: Optimize an d_fun: Example and Test |
fun_optimize_xam.py | Python: Optimize an d_fun: Example and Test |
fun_property_xam.cpp | C++: d_fun Properties: Example and Test |
fun_property_xam.py | Python: d_fun Properties: Example and Test |
fun_reverse_xam.cpp | C++: Reverse Mode AD: Example and Test |
fun_reverse_xam.py | Python: Reverse Mode AD: Example and Test |
G | |
get_cppad.sh | Get Cppad |
L | |
library | The Cppad Py Libraries |
M | |
more_cpp | Steps To Add More C++ Functions |
more_py | Steps To Add More Python Functions |
N | |
numpy2vec | Convert a Numpy Array to a cppad_py Vector |
P | |
py_abort_recording | Abort Recording |
py_fun | Cppad Py AD Functions |
py_fun_ctor | Stop Current Recording and Store Function Object |
py_fun_forward | Forward Mode AD |
py_fun_hessian | Hessian of an AD Function |
py_fun_jacobian | Jacobian of an AD Function |
py_fun_new_dynamic | New Dynamic Parameters |
py_fun_optimize | Optimize an AD Function |
py_fun_property | Properties of a Function Object |
py_fun_reverse | Reverse Mode AD |
py_hes_sparsity | Hessian Sparsity Patterns |
py_independent | Declare Independent Variables and Start Recording |
py_jac_sparsity | Jacobian Sparsity Patterns |
py_lib | The Python Library |
py_sparse | Python Sparsity Routines |
py_sparse_hes | Computing Sparse Hessians |
py_sparse_jac | Computing Sparse Jacobians |
py_sparse_rc | Sparsity Patterns |
py_sparse_rcv | Sparse Matrices |
py_utility | Python Utilities |
S | |
setup.py | Configure and Build the cppad_py Python Module |
sparse | Cppad Py Sparse Calculation |
sparse_hes_pattern_xam.cpp | C++: Hessian Sparsity Patterns: Example and Test |
sparse_hes_pattern_xam.py | Python: Hessian Sparsity Patterns: Example and Test |
sparse_hes_xam.cpp | C++: Hessian Sparsity Patterns: Example and Test |
sparse_hes_xam.py | Python: Hessian Sparsity Patterns: Example and Test |
sparse_jac_pattern_xam.cpp | C++: Jacobian Sparsity Patterns: Example and Test |
sparse_jac_pattern_xam.py | Python: Jacobian Sparsity Patterns: Example and Test |
sparse_jac_xam.cpp | C++: Computing Sparse Jacobians: Example and Test |
sparse_jac_xam.py | Python: Computing Sparse Jacobians: Example and Test |
sparse_rc_xam.cpp | C++: Sparsity Patterns: Example and Test |
sparse_rc_xam.py | Python: Sparsity Patterns: Example and Test |
sparse_rcv_xam.cpp | C++: Sparsity Patterns: Example and Test |
sparse_rcv_xam.py | Python: Sparsity Patterns: Example and Test |
V | |
vec2a_double | Convert a CppAD::AD<double> Vector to an a_double Vector |
vec2cppad_double | Convert an a_double Vector to a CppAD::AD<double> Vector |
vec2numpy | Convert a cppad_py Vector to a Numpy Array |
vector | Cppad Py Vectors |
vector_ctor | Cppad Py Vector Constructors |
vector_set_get | Setting and Getting Vector Elements |
vector_set_get_xam.cpp | C++: Setting and Getting Vector Elements: Example and Test |
vector_set_get_xam.py | Python: Setting and Getting Vector Elements: Example and Test |
vector_size | Size of a Vector |
vector_size_xam.cpp | C++: Size of Vectors: Example and Test |
vector_size_xam.py | Python: Size of Vectors: Example and Test |
W | |
whats_new_2018 | Cppad Py Changes During 2018 |