MyraMath
Classes | Functions
laplacian.h File Reference

Helper routines for making a graph laplacian from a PatternBuilder. More...

#include <myramath/MYRAMATH_EXPORT.h>
Include dependency graph for laplacian.h:

Go to the source code of this file.

Classes

class  myra::SparseMatrix< Number >
 Stores an IxJ matrix A in compressed sparse column format. More...
 

Functions

template<class Number >
SparseMatrix< Number > myra::laplacian (const PatternRange &P)
 Given a Pattern P, returns its graph laplacian as a SparseMatrix.
 

Detailed Description

Helper routines for making a graph laplacian from a PatternBuilder.