| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | functionals | |
| Tool | functional |
| funcin | in | functional to be copied from | |
| Allowed: | functional | ||
| Default: | unset | ||
Show the complete state of the functional
- a:=dfs.gaussian1d()
- a.setparameters([2,1,3])
T
- a.state()
[type=0, order=-1, ndim=1, npar=3, params=[2 1 3] , masks=[T T T] ]
- b:=dfs.compiled('p0+p1*x0')
- b.state()
[type=13, order=-1, progtext=p0+p1*x0, ndim=1, npar=2,
params=[0 0], masks=[T T] ]
- b.copyfrom(a)
T
- b.state()
[type=0, order=-1, ndim=1, npar=3, params=[2 1 3] , masks=[T T T] ]