Description Usage Arguments Examples
ad_setup
does the initial setup for package autodiffr.
1 2 |
JULIA_HOME |
the file folder which contains julia binary, if not set, it will try to look at global option JULIA_HOME, if the global option is not set, it will then look at the environmental variable JULIA_HOME, if still not found, julia in path will be used. |
reverse |
whether to use load reverse mode automatic differentiation. |
forward |
whether to use forward mode automatic differentiation. |
verbose |
whether to print package startup messages. |
... |
arguments passed to |
1 2 3 4 | ## Not run:
ad_setup()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.