bundles / scipy 1.17.1 / scipy / sparse / linalg / _special_sparse_arrays / LaplacianNd / eigenvectors
function
scipy.sparse.linalg._special_sparse_arrays:LaplacianNd.eigenvectors
Signature
def eigenvectors ( self , m = None ) Summary
Return the requested number of eigenvectors for ordered eigenvalues.
Parameters
m: int, optionalThe positive number of eigenvectors to return. If not provided, then all eigenvectors will be returned.
Returns
eigenvectors: float arrayAn array with columns made of the requested
mor all eigenvectors. The columns are ordered according to themordered eigenvalues.
Aliases
-
scipy.sparse.linalg.LaplacianNd.eigenvectors