<< intprb_getproblems Intprbs intprb_getvariance >>

Intprbs >> Intprbs > intprb_getsetup

intprb_getsetup

Returns the parameters of the problem.

Calling Sequence

[n,p] = intprb_getsetup(nprob)

Parameters

nprob:

a 1-by-1 matrix of doubles, integer value, the problem number

n:

a 1-by-1 matrix of doubles, integer value, the dimension of the space

p:

a matrix of doubles, the parameters of the problem

Description

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.

Examples

// Get the parameters for Sum test case
nprob = 1
[n,p] = intprb_getsetup(nprob)

Authors


Report an issue
<< intprb_getproblems Intprbs intprb_getvariance >>