naginterfaces.library.opt.qpconvex2_sparse_option_double_set¶
- naginterfaces.library.opt.qpconvex2_sparse_option_double_set(string, rvalue, comm, io_manager=None)[source]¶
qpconvex2_sparse_option_double_set
may be used to supply individual float options toqpconvex2_sparse_solve()
. The initialization functionqpconvex2_sparse_init()
must have been called before callingqpconvex2_sparse_option_double_set
.For full information please refer to the NAG Library document for e04nu
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/e04/e04nuf.html
- Parameters
- stringstr
A single valid keyword of a float option (as described in Other Parameters for qpconvex2_sparse_solve).
- rvaluefloat
The value associated with the keyword in .
- commdict, communication object, modified in place
Communication structure.
This argument must have been initialized by a prior call to
qpconvex2_sparse_init()
.- io_managerFileObjManager, optional
Manager for I/O in this routine.
- Raises
- NagValueError
- (errno )
The initialization function
qpconvex2_sparse_init()
has not been called.- (errno )
The supplied option is invalid. Check that the keywords are neither ambiguous nor misspelt. The option string is and .
- Notes
qpconvex2_sparse_option_double_set
may be used to supply values for float options toqpconvex2_sparse_solve()
. It is only necessary to callqpconvex2_sparse_option_double_set
for those arguments whose values are to be different from their default values. One call toqpconvex2_sparse_option_double_set
sets one argument value.Each float option is defined by a single character string in and the corresponding value in .
Option settings are preserved following a call to
qpconvex2_sparse_solve()
and so the keyword ‘Defaults’ is provided to allow you to reset all the options to their default values before a subsequent call toqpconvex2_sparse_solve()
.A complete list of options, their abbreviations, synonyms and default values is given in Other Parameters for qpconvex2_sparse_solve.