Name

intprb_getsetup — Returns the parameters of the problem.

Calling Sequence

   [n,p] = intprb_getsetup(nprob)
   
   

Parameters

nprob:

the problem number

n:

a floating point integer, the dimension of the space

p:

a floating point matrix, 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

Michael Baudin - 2010 - DIGITEO