Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | functionals | |
Tool | functional |
x | in | argument values | |
Allowed: | real | ||
Default: | [] |
Calculate the value of the functional for the specified arguments, and the derivatives with respect to the parameters (taking any specified mask into account).
- a:=dfs.gaussian1d() - a.setparameters([2,1,3]) T - a.fdf(1) [[1:1,] 2 1 0 0] - a.fdf([1,2]) [[1:2,] 2 1 0 0 1.46973 0.734867 0.905549 0.30185]