JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
240 stars 43 forks source link

Hessian coloring #26

Open ChrisRackauckas opened 5 years ago

ChrisRackauckas commented 5 years ago

For Hessians, one can exploit symmetry in order to further reduce the number of computations that are necessary by finding and using a star coloring.

gdalle commented 3 months ago

SparseMatrixColorings.jl contains symmetric coloring and decompression utilities: