Open
Description
Hey there,
I am trying to optimise the ConScape.jl package, a library for ecological connectivity analysis. The computational bottleneck relates to these lines, where a large linear problem is solved.
I'd love to be able to try some of LinearSolve.jl solvers for this task, but it requires batch mode, a feature that is supported by \
:
A = randn(4,4)
B = randn(4,4)
A\B
but not by LinearSolve.jl
prob = LinearProblem(A, B)
sol = solve(prob)
I have suggested this feature on Slack in July, but I make it official here. @amontoison raised the point that other SciML users could be interested, and had some idea on how to implement it.
It is not in my capacity to investigate this, but maybe one of the developers here could have a look at it?
Cheers!
Metadata
Metadata
Assignees
Labels
No labels