-
Notifications
You must be signed in to change notification settings - Fork 31
Variable Ordering References
Dehann Fourie edited this page Aug 6, 2020
·
15 revisions
-
Sparse Matrix G.P.S. Bandwidth Reduction
- https://epubs.siam.org/doi/pdf/10.1137/0713023?casa_token=eIhNSP6pmLkAAAAA:Kg6x-HyhVDaa_cVeHuocKuIER6gx9-RirU-bbdCsDkuTBbjeAJAPCWZsIuZje66JDbFr6mqLyA
- https://dl.acm.org/doi/pdf/10.1145/355993.355998?casa_token=5Glhu4oMK6EAAAAA:DskdnaX9oHkDRyeSYqKiTot0WMu8dFMZJ5t0-59QXIqGXw1_YArWEA1G-mMn3vJj0VEKfHCsThWQ
-
Reverse Cuthill-McKee: https://discourse.julialang.org/t/implementing-cuthill-mckee/9268/16
- http://ciprian-zavoianu.blogspot.com/2009/01/project-bandwidth-reduction.html
- https://arxiv.org/pdf/1610.08128v1.pdf
- https://github.com/PetrKryslUCSD/FinEtools.jl/blob/c7f60d249f13de80b59011c2ea07be868348960a/src/MeshModificationModule.jl#L1123
- https://github.com/JuliaGraphs/LightGraphs.jl/pull/1128/files
- https://github.com/pjabardo/Makhno.jl/blob/master/src/numbering.jl
-
https://graal.ens-lyon.fr/~jylexcel/CR09_papers/mindeg_george_liu2.pdf
-
https://www.cs.purdue.edu/homes/apothen/Papers/oo-mindeg.pdf
-
this seems to be the best description of the MMD and AMD algorithms:
-
CCOLAMD License: https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/79f25b523ae0fd81abe1ffb0efd9005f2e6eef33/LICENSE.txt#L97
- JuliaRobotics/IncrementalInference.jl#464 : https://github.com/JuliaRobotics/IncrementalInference.jl/issues/464