This manual relates to an old release of the Library.
The documentation for the current release is also available on this site.

NAG AD Library
X10 (Adutils)
Automatic Differentiation Utilities

Settings help

AD Name Style:


AD Specification Language:

X10 (Adutils) Chapter Introduction – A description of the Chapter and an overview of the algorithms available.

Routine
Mark of
Introduction

Purpose
x10aa 26.2 nagad_adutils_config_handle_create
Create a configuration data object
x10ab 26.2 nagad_adutils_config_handle_destroy
Remove a configuration data object
x10ac 26.2 nagad_adutils_config_mode_set
Set the computational mode
x10ad 26.2 nagad_adutils_config_mode_get
Get the computational mode
x10ae 27.2 nagad_adutils_config_ruser_size_set
Set the ruser size
x10af 27.2 nagad_adutils_config_iuser_size_set
Set the iuser size
x10ba 26.2 nagad_adutils_callback_object_create
Create a callback data object
x10bb 26.2 nagad_adutils_callback_insert
Insert the location of the AD callback into the callback data object
x10bc 26.2 nagad_adutils_callback_mode_set
Set the callback computational mode
x10bd 26.2 nagad_adutils_callback_mode_get
Get the callback computational mode
x10be 26.2 nagad_adutils_callback_write_integer
Write an integer (working precision) scalar to the callback data object
x10bf 26.2 nagad_adutils_callback_write_real
Write a real (working precision) scalar to the callback data object
x10bj 26.2 nagad_adutils_callback_write_type
Write a scalar of type ADTYPE to the callback data object
x10ce 26.2 nagad_adutils_callback_read_integer
Read an integer scalar from the callback data object
x10cf 26.2 nagad_adutils_callback_read_real
Read a real (working precision) scalar from the callback data object
x10cj 26.2 nagad_adutils_callback_read_type
Read a scalar of type ADTYPE from the callback data object