Differentiate a function in classic forward mode. The resulting code can be run either with one of the derivative classes, or in scalar mode.
Show advanced options
Returns the AST of the input in XML format. Some preprocessing is done on the output of the parser.
Translate instances of brackets [] to calls to the functions horzcat and/or vertcat.
comment-char
comment-spacer
comment-start
forward-deriv-function-prefix
forward-deriv-variable-prefix
indent-unit
input-file-name
output-directory
output-file-path
output-file-prefix
output-mode
prefix
rec-prefix
ret-prefix
rev-prefix
show-banner
show-disclaimer
show-step-ids
show-step-params
show-steps
source-line-numbers
spook
tmp-mode
tmp-prefix
Call graph in XML format.
Some code metrics and statistics in ASCII text format.
Some code metrics and statistics in Latex format.
Some code metrics and statistics in XML format.
List of files with user functions used in the code.
List of functions used in the code.
List of builtin functions used in the code.
List of user functions used in the code.
Get the help message from a function m-file.
Rewrite calls of functions horzcat and/or vertcat with brackets [].
Translate index expression to calls to the functions subsref (RHSs) and subsasgn (LHSs).
subsref-function-prefix
Change nested functions to sub functions. This only works when the nested function only reads variables from the superior scope. These are then passed as additional arguments.
Transforms the code in forward mode AD.
a-zeros-function
activityAnalysis
adimat-function-prefix
adjoint-reductions
adjoint-subsasgn
avoid-vararg-functions
fm
fmmode
nocanonicalize
parallel
parallel-function-prefix
tmpMode
use-adjsum
use-push-index
use-subsasgn
use-subsref
well-behaved
Canonicalize for loops to the form for i=first:last.
Translate any basic block to a function call of the form [v1 v2 v3] = f(v1, v2, v3, ...).
Returns the same program, just parsed and unparsed back to MATLAB source. All the functions will be in one file, you can use parameter output-mode=split-all to write each function to a different file.
Transforms the code in reverse mode AD.
Renames all identifiers given by parameter "from" to the value of parameter "to".
allow-array-growth
no-missing-adjoint-args
print-stack-info
stack-info-function
Transforms the code in taylor forward mode AD.
Transforms the code to XAIF XML format.
Returns the raw XML output of the parser in the adimat tool. Results of activity analysis for each variable and the function call graph are also included.
Differentiate a function in reverse mode. This code can be run either with one of the derivative classes, or in scalar mode.
For the new experimental classless vector forward mode, select "forward" below. This code can be run with by setting adimat_derivclass('vector_directderivs').
Return the version of ADiMat.