gaussian.spad line 494 [edit on github]
This package supports matching patterns involving complex expressions
patternMatch(cexpr, pat, res)
matches the pattern pat
to the complex expression cexpr
. res contains the variables of pat
which are already matched and their matches.