Changeset 345
- Timestamp:
- Aug 28, 2012 5:45:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ADOL-C/examples/additional_examples/ipopt/MittelmannDistCntrlNeumA_sparse/ADOL-C_sparseNLP.cpp
r332 r345 433 433 options_g[3] = 0; /* column compression (default) */ 434 434 435 jacval=NULL; 435 this->jacval=NULL; 436 this->hessval=NULL; 436 437 sparse_jac(tag_g, m, n, 0, xp, &nnz_jac, &rind_g, &cind_g, &jacval, options_g); 437 438
Note: See TracChangeset
for help on using the changeset viewer.