[GPF Home Page]

M_sets man(3) pages

grouping page description
M_sets::INTROM_sets functions reminiscent of Matlab set functions
M_sets::LOGICALbool returns One if expression is TRUE, else returns Zero. (LICENSE:PD)
M_setsintersect Find the values common to both sets A and B
M_setsisequal Report if vector A is equal to vector B
M_setsismember Create a mask of A marking elements also in B
M_setsissorted Report if A is sorted in ascending order or not.
M_setssetdiff Find the values in A that are not in B
M_setssetxor Find values of A and B not in both arrays
M_setsunion Join two sets and removes duplicates of values
M_setsunique return unique values in array A