Prev Next a_fun_ctor

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} }@)@
Stop Current Recording and Store in an a_fun Object

Syntax
af = module_ref a_fun(axay)

module_ref
This is the module reference for the particular language.

ax
This argument has prototype
     const vec_a_double& 
ax
It must be the same as ax in the previous call to independent. To be specific, it must be the original independent variables. We use the notation n = ax.size() to denote the number of independent variables.

ay
This argument has prototype
     const vec_a_double& 
ax
It specifies the dependent variables. We use the notation m = ax.size() to denote the number of dependent variables.

af
The result has prototype
     a_fun 
af
It has a representation for the a_double operations that mapped the independent variables to the dependent variables. These operations define the function that can be differentiated.

Example
All of the a_fun examples use an a_fun constructor.
Input File: lib/a_fun.cpp