SparseConnectivityTracer.jl icon indicating copy to clipboard operation
SparseConnectivityTracer.jl copied to clipboard

Select output type of sparsity pattern

Open Vaibhavdixit02 opened this issue 10 months ago • 4 comments

I am not 100% sure this would make sense, thinking out loud here - in some scenarios, for example 10*10 hessian, instead of always returning the sparse form of the pattern having a more structured like diagonal, banded, triangular etc etc matrix would lend itself to nice uses downstream like one could check for such a structure and utilize it in algorithms. Looking at the code it seemed doable since the indices are collected before the sparse matrix is assembled

Vaibhavdixit02 avatar Apr 10 '24 05:04 Vaibhavdixit02