MOOCHO (Single Doxygen Collection)
Version of the Day
|
Functions | |
int | RTOp_TOp_explnlp2_c_eval_construct (struct RTOp_RTOp *op) |
int | RTOp_TOp_explnlp2_c_eval_destroy (struct RTOp_RTOp *op) |
Variables | |
const struct 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 127 of file ExampleNLPDirectRTOps.c.
int RTOp_TOp_explnlp2_c_eval_destroy | ( | struct RTOp_RTOp * | op | ) |
Destructor
Definition at line 134 of file ExampleNLPDirectRTOps.c.
const struct RTOp_RTOp_vtbl_t RTOp_TOp_explnlp2_c_eval_vtbl |
Virtual function table
Definition at line 116 of file ExampleNLPDirectRTOps.c.