Since the default algorithm choice of LinearSolve.jl has quite some overhead (see https://github.com/SKopecz/PositiveIntegrators.jl/issues/59), I set the default algorithm to LUFactorization(). This avoids setting up all the other caches and improves performance.
I didn't specify the default choice. This allows us to change it later in any non-breaking release.
Since the default algorithm choice of LinearSolve.jl has quite some overhead (see https://github.com/SKopecz/PositiveIntegrators.jl/issues/59), I set the default algorithm to
LUFactorization()
. This avoids setting up all the other caches and improves performance.I didn't specify the default choice. This allows us to change it later in any non-breaking release.