doc/reference/linalg.rst
.. _linalg:
Linear algebra
.. currentmodule:: networkx
.. automodule:: networkx.linalg.graphmatrix .. autosummary:: :toctree: generated/
adjacency_matrix incidence_matrix
.. automodule:: networkx.linalg.laplacianmatrix .. autosummary:: :toctree: generated/
laplacian_matrix normalized_laplacian_matrix directed_laplacian_matrix directed_combinatorial_laplacian_matrix
.. automodule:: networkx.linalg.bethehessianmatrix .. autosummary:: :toctree: generated/
bethe_hessian_matrix
.. automodule:: networkx.linalg.algebraicconnectivity .. autosummary:: :toctree: generated/
algebraic_connectivity fiedler_vector spectral_ordering spectral_bisection
.. automodule:: networkx.linalg.attrmatrix .. autosummary:: :toctree: generated/
attr_matrix attr_sparse_matrix
.. automodule:: networkx.linalg.modularitymatrix .. autosummary:: :toctree: generated/
modularity_matrix directed_modularity_matrix
.. automodule:: networkx.linalg.spectrum .. autosummary:: :toctree: generated/
adjacency_spectrum laplacian_spectrum bethe_hessian_spectrum normalized_laplacian_spectrum modularity_spectrum