Results 49 issues of David Gleich

If you run @show scomponents(A) then it outputs ALL of the information with no truncation. This breaks IJulia if you have a large matrix.

The Laplacian energy is an interesting function of a graph -- doi:10.1016/j.laa.2005.09.008 Laplacian Energy LE(G) = sum |lambda_i - avg-deg| Threshold graphs maximize Laplacian Energy.

It'd be nice to have a few matrix-based network models such as Erdos-Renyi, Weighted Erdos-Renyi, Kronecker, etc. As well as the growth models like forest-fire, preferential attachment, etc.

One of the issues in matrix equilibration/normalization/etc is the structural rank of a matrix. This asks if there is an assignment of values to the non-zero elements such that the...

Using phiflow 2.5.3 and Phiml 1.2.1 and Jax 0.4.25 and Jaxlib 0.4.25 I got this error ``` ImportError: cannot import name 'config' from 'jax.config' ``` which was from this line...

It'd be great to have an interface to walk the tree structures. This could be used internally by some of the search options and externally as in a few cases...

This is an initial take at how to setup the tree walking codes. This addresses #194. I need to add more documentation still, but this should be enough to get...

We use the following names that overlap with Graphs.jl, so we should probably make a package extension to import from Graphs.jl if it's also in the environment. ``` Name edges...

This package doesn't actually seem to have the gamma function, but exports that symbol anyway. Did I miss something?