Skip to content
Snippets Groups Projects
Commit a34357b1 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: additional IndirectList static methods

- uniq() : creates an IndirectList with duplicated entries
  filtered out

- subset() : creates an IndirectList with positions that satisfy
  a condition predicate.

- subset_if() : creates an IndirectList with values that satisfy a
  given predicate.

  An indirect subset will be cheaper than creating a subset copy
  of the original data, and also allows modification.

STYLE: combine UIndirectList.H into UIndirectList.H (reduce file clutter)
parent 7afebef5
Branches
Tags
1 merge request!535code style, bug fixes
Showing
with 285 additions and 143 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment