MapTimedIfPlus

MapTimedIfPlus[f, expr]
applies f to each element on the first level in expr while monitoring the progress and the estimated time remaining only if f has head Plus.
MapTimedIfPlus[f, expr, levelspec]
applies f to parts of expr specified by levelspec while monitoring the progress and the estimated time remaining only if f has head Plus.
  • If expr does not have head Plus, MapTimedIfPlus[f, expr] returns f@expr.