<< intprb_getvariance Intprbs Tutorial >>

Intprbs >> Intprbs > intprb_getvarprbs

intprb_getvarprbs

Returns the array of problems with variable n.

Calling Sequence

prb_n = intprb_getvarprbs()

Parameters

prb_n:

a 1-by-1 matrix of doubles, integer value, the problems which have a variable n

Description

This function returns the array of problems with variable n. For these problems, the user can set the size of the problem to an arbitrary value n.

See the "Integration Problems User's Manual" available in the doc directory of this toolbox for a detailed description of this function.

Examples

// Get the matrix of variable size problems
prbmat = intprb_getvarprbs()

Authors

Bibliography

"Integration Problems User's Manual", Michael Baudin, 2010


Report an issue
<< intprb_getvariance Intprbs Tutorial >>