File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11name = " LinearSolve"
22uuid = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33authors = [" SciML" ]
4- version = " 1.35 .0"
4+ version = " 1.36 .0"
55
66[deps ]
77ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ is what is called at `init` time to create the first `cacheval`. Note that this
4646should match the type of the cache later used in ` solve ` as many algorithms, like
4747those in OrdinaryDiffEq.jl, expect type-groundedness in the linear solver definitions.
4848While there are cheaper ways to obtain this type for LU factorizations (specifically,
49- ` ArrayInterfaceCore .lu_instance(A)` ), for a demonstration, this just performs an
49+ ` ArrayInterface .lu_instance(A)` ), for a demonstration, this just performs an
5050LU-factorization to get an ` LU{T, Matrix{T}} ` which it puts into the ` cacheval `
5151so it is typed for future use.
5252
You can’t perform that action at this time.
0 commit comments