+ :type Y: numpy.ndarray + :return: the (truncated) left-singular vectors matrix of the extended + feature matrix, the (truncated) singular values array of the + extended feature matrix, and the eigenvectors of the tranformed + forward operator K_hat. + :rtype: numpy.ndarray, numpy....