| 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: | complex | ||
| Default: | [] | ||
Calculate the value of the functional for the specified complex 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.cfdf(1)
[[1:1,]
2+0i 1+-0i 0+0i 0+0i]
- a.cfdf([1,2])
[[1:2,]
2+0i 1+-0i 0+0i 0+0i
1.46973+0i 0.734867+-0i 0.905549+0i 0.30185+0i]
- a.cfdf(1i)
[[1:1,]
1.63224+1.15576i 0.81612+0.577882i -1.71778+0.293572i
0.474734-0.670449i]