Create DiffResult
object which can be used for storage of functions values and different orders
of derivative results at the same time.
1 2 3 4 5 | GradientResult(x)
JacobianResult(x, y = NULL)
HessianResult(x)
|
x |
a vector of same shape with potential input vectors. |
y |
a vector of same shape with potential output vectors.
When it is NULL (default), it means that |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.