Collaboration diagram for Evaluate the constraints for the example NLP.:
|
Functions | |
| int | RTOp_TOp_explnlp2_c_eval_construct (struct RTOp_RTOp *op) |
| int | RTOp_TOp_explnlp2_c_eval_destroy (struct RTOp_RTOp *op) |
Variables | |
| RTOp_RTOp_vtbl_t | RTOp_TOp_explnlp2_c_eval_vtbl |
z[0](i) <- v[0](i) * (v[1](i) - 1) - 10 * v[1](i), for i = 1...n
This operator is only admits dense vectors and is only defined for num_vecs == 2 and num_targ_vecs == 1.
| int RTOp_TOp_explnlp2_c_eval_construct | ( | struct RTOp_RTOp * | op | ) |
Constructor
Definition at line 114 of file ExampleNLPDirectRTOps.c.
| int RTOp_TOp_explnlp2_c_eval_destroy | ( | struct RTOp_RTOp * | op | ) |
Destructor
Definition at line 121 of file ExampleNLPDirectRTOps.c.
Virtual function table
Definition at line 103 of file ExampleNLPDirectRTOps.c.
1.4.7