ImplicitRef

ImplicitRef[expr]
returns expr where all occurrences of SpAssoc, SpM and PolVec with explicit default reference vectors have those vectors removed.
ImplicitRef[expr, P]
removes reference vectors only from SpAssoc, SpM and PolVec with label P .
ImplicitRef[expr, patt]
removes reference vectors only from SpAssoc, SpM and PolVec with labels matching patt.
  • The following options can be given:
HideNonDefaultFalsewhether to remove all explicit reference vectors including non-default ones
Remove explicit default reference vectors from all occurrences of SpAssoc, SpM and PolVec:
Remove explicit default reference vectors from occurrences of SpAssoc, SpM and PolVec with given label:
Remove explicit default reference vectors from occurrences of SpAssoc, SpM and PolVec with label matching given pattern:
With "HideNonDefault" set to False (default value) SpAssoc, SpM and PolVec with non-default explicit reference vectors are unchanged:
With "HideNonDefault" set to True all explicit reference vectors are removed: