infovis.graph.algorithm
Class Laplacian
java.lang.Object
infovis.graph.algorithm.Algorithm
infovis.graph.algorithm.Laplacian
public class Laplacian
- extends Algorithm
Computes the Laplacian of a graph
- Version:
- $Revision: 1.2 $
- Author:
- Jean-Daniel Fekete
Laplacian
public Laplacian(Graph graph)
compute
public DoubleMatrix2D compute(NumberColumn edgeWeights,
DoubleMatrix2D matrix)
compute
public DoubleMatrix2D compute(NumberColumn edgeWeights)
compute
public DoubleMatrix2D compute()
compute
public DoubleMatrix2D compute(DoubleMatrix2D matrix)
computeLaplacian
public static DoubleMatrix2D computeLaplacian(Graph graph,
NumberColumn edgeWeights,
DoubleMatrix2D matrix)
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.