Goran Nakerst

Results 22 issues of Goran Nakerst

In the documentation about code optimization there is a section about making code non-allocating when using `Array` (not `SArray`), [click](https://docs.sciml.ai/NonlinearSolve/stable/tutorials/code_optimization/) here. However I cannot spot any qualitative difference between the...

AppleAccelerate provides functionality for sparse matrices and optimized solvers for these matrices, see [here](https://developer.apple.com/documentation/accelerate/sparse_solvers). It would be great if that functionality would be exposed through `AppleAccelerate.jl`.