MeqParm

MeqParm initrec

The definiton of default and init has changed. When initializing, a Parm will first look for a table entry, then for an init_funklet and as a last resort fall back on a default_value. If nothing was specified default_value=1 is assumed. Also new is the possibility to set the shape of a polc-like funklet. If the shape field is filled, this shape is forced on the polc, even if it was initialised with a different shape. I.e. you can now in a first iteration solve for a n x m Polc and store the results in a table. If you decide to solve in a second iteration for a polc with shape n+-i x m+-j, you just set the shape field of the parm. The Polc will be initialized for the coefficients that are available from the table and the others will be set to 0. Shape will be ignored for non-polclike funklets (i.e. functionals).

MeqParm (last edited 2007-05-18 07:19:57 by )