intprb_getsetup — Returns the parameters of the problem.
[n,p] = intprb_getsetup(nprob)
the problem number
a floating point integer, the dimension of the space
a floating point matrix, the parameters of the problem
This function returns the dimension n and the parameters p of the problem. A problem may have no parameter : in this case, we return p=[]. If a problem has parameters, then p is a non empty matrix filled with values. The number of values depends on the problem. In fact, the variable p is empty for most problems: currently, only the problems associated with Genz functions store non empty parameter p.