Top |
GArray * | (*NcmMSetFunc1N) () |
NcmMSetFunc1 * | ncm_mset_func1_ref () |
void | ncm_mset_func1_free () |
void | ncm_mset_func1_clear () |
GArray * | ncm_mset_func1_eval1 () |
This class is an abstract class for arbitrary MSet functions it behaves exactly like NcmMSetFunc but its virtual function is bindable.
NcmMSetFunc1 *
ncm_mset_func1_ref (NcmMSetFunc1 *f1
);
Increments the reference count of f1
by one.
void
ncm_mset_func1_free (NcmMSetFunc1 *f1
);
Decrements the reference count of f1
by one. If the reference count
reaches zero, f1
is freed.
void
ncm_mset_func1_clear (NcmMSetFunc1 **f1
);
If *f1
is non-NULL
, unrefs it and sets *f1
to NULL
.
GArray * ncm_mset_func1_eval1 (NcmMSetFunc1 *f1
,NcmMSet *mset
,GArray *x
);
Evaluates the function at x
.
[virtual eval1]