naginterfaces.library.opt.nlp2_sparse_init¶
- naginterfaces.library.opt.nlp2_sparse_init()[source]¶
nlp2_sparse_init
is used to initialize the functionnlp2_sparse_solve()
.Deprecated since version 28.3.0.0:
nlp2_sparse_init
is deprecated. Please usehandle_solve_ssqp()
instead. See also the Replacement Calls document.For full information please refer to the NAG Library document for e04vg
https://support.nag.com/numeric/nl/nagdoc_30.3/flhtml/e04/e04vgf.html
- Returns
- commdict, communication object
Communication structure.
- Notes
nlp2_sparse_init
initializes the arrays [‘cw’], [‘iw’] and [‘rw’] for the functionnlp2_sparse_solve()
.