Filter

Name

Filter -- Filters a list based on a criterion

Synopsis

Filter[x->NLIST(T*), y->NLIST(BOOLEAN)] =: LIST(T)

Description

Filter returns a list with the same dimension structure as list, with the elements for which the corresponding elements of by are False removed. It is an error if x and y do not have the same dimensionality.

See also

Sort.