The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
getXVals (s)

get a list of values of the s'th independent variable. 0 <= s < nIV. It is currently not garanteed that all variable have been set already.

newXVal ([X1,...,Xs])

add a new independent variable. The list must consist of nIV elements.

getV (Xvals)

get a list of values of variables (nV elements) at position Xvals. Xvals is a array-ref of length nIV containing the values of the independent variables

setV (Xvals, [values])

set a list of values of variables (nV elements) at position Xvals. Xvals is a array-ref of length nIV containing the values of the independent variables. The values will be stored as reference. It will overwrite an existing variable at the same position. It will also include the Xval to the list of xVals.

getA (Xvals)

get a list of auxiliary variables (nAuxV elements) at position Xvals. Xvals is a array-ref of length nIV containing the values of the independent variables

setA (Xvals, [values])

set a list of auxiliary variables (nAuxV elements) at position Xvals. Xvals is a array-ref of length nIV containing the values of the independent variables. The values will be stored as reference. It will overwrite an existing variable at the same position. It will also include the Xval to the list of xVals.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 8:

'=item' outside of any '=over'

=over without closing =back