I want to add a function the computes the smoothness of a signal using the graph laplacian. ## Detailed Description compute the smoothness of any signal defined at each node of the graph using the graph laplacian. ## Context / Motivation Smoothness is one of the basic metrics of GSP and is a good starting point to add other GSP operations to nigsp and start contributing to the package. ## Possible Implementation Straightforward matrix multiplication to get the quadratic form.