Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: functionalserver.chebyshev - Function Up: functionalserver - Tool Previous: functionalserver.oddpoly - Function


functionalserver.evenpoly - Function



Package utility
Module functionals
Tool functionalserver


Create an even 1D polynomial function


Synopsis
evenpoly(order, params)


Arguments

order in polynomial degree
    Allowed: integer
    Default: 0
params in factors of terms
    Allowed: numeric
    Default: all 1


Returns
Functional


Description

Create an even polynomial of specified degree. The default parameters are all 1. (Note that using the generic functional function the parameters are all set to zero).



Example
- dfs.evenpoly(2).fdf([1,2])
[[1:2,]
    2 1 1
    5 1 4] 
- dfs.evenpoly(2).state()   
[type=6, order=3, ndim=1, npar=2, params=[1 1] ]





next up previous contents index
Next: functionalserver.chebyshev - Function Up: functionalserver - Tool Previous: functionalserver.oddpoly - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15