All papers about spectral clustering use similarity matrix as the input to spectral clustering algorithm.
Is it also possible to use pairwise distance matrix? I haven't seen any version of spectral clustering code which would use parwise distance. I am implementing spectral clustering in matlab and it has the function pdist and the output of this function is pairwise distance matrix.