Routine Name: l22err
Author: David Merkley
Language: Python
Description/Purpose: Gives the l22err norm
Input: a vector
Output: the norm
Implementation/Code:
def l22err(x, y): return l22(vectorSub(x, y))