naginterfaces.library.opt.qpconvex2_sparse_init¶
- naginterfaces.library.opt.qpconvex2_sparse_init(io_manager=None)[source]¶
qpconvex2_sparse_init
is used to initialize the functionqpconvex2_sparse_solve()
.For full information please refer to the NAG Library document for e04np
https://support.nag.com/numeric/nl/nagdoc_30.3/flhtml/e04/e04npf.html
- Parameters
- io_managerFileObjManager, optional
Manager for I/O in this routine.
- Returns
- commdict, communication object
Communication structure.
- Notes
qpconvex2_sparse_init
initializes the arrays [‘cw’], [‘iw’] and [‘rw’] for the functionqpconvex2_sparse_solve()
.