next up previous
Next: LIP_USER_FUNCTION Up: User-defined Irregular Operation Previous: User-defined Irregular Operation

LIP_OP_CREATE

LIP_OP_CREATE(function, op)

IN function function which will an perform operation (function)
OUT op new operation (handle)


C syntax:

int LIP_Op_create(LIP_User_function *function, LIP_Op *op)


LIP_OP_CREATE creates a new operation object in op which stores the function function which, in turn, could be applied to the data.