{ } Raw JSON

bundles / scipy latest / scipy / sparse / linalg / _special_sparse_arrays / LaplacianNd / eigenvectors

function

scipy.sparse.linalg._special_sparse_arrays:LaplacianNd.eigenvectors

source: /scipy/sparse/linalg/_special_sparse_arrays.py :346

Signature

def   eigenvectors ( self m = None )

Summary

Return the requested number of eigenvectors for ordered eigenvalues.

Parameters

m : int, optional

The positive number of eigenvectors to return. If not provided, then all eigenvectors will be returned.

Returns

eigenvectors : float array

An array with columns made of the requested m or all eigenvectors. The columns are ordered according to the m ordered eigenvalues.

Aliases

  • scipy.sparse.linalg.LaplacianNd.eigenvectors