MatFi
MatFi
Specifying the solver arg `linsolve=LinSolveGMRES` when solving a in-place function ```julia A = [1. 0 0 -5 4 -2 4 -3 -4 0 0 1 5 -2 2 3] u0...
My problems often involve functions that are expensive to evaluate. However, Julia IMHO offers hardly any choice of native packages with parallel working methods for (global) optimization (besides [BlackBoxOptim.jl](https://github.com/robertfeldt/BlackBoxOptim.jl)). Now...
After the update from version "5.32.0" to "5.39.1" problems occur with certain mass matrices, I think this was caused by #1070. The problem as I have identified so far only...