We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d13102 commit 251ba6fCopy full SHA for 251ba6f
Project.toml
@@ -1,7 +1,7 @@
1
name = "LinearSolve"
2
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
3
authors = ["SciML"]
4
-version = "1.2.0"
+version = "1.2.1"
5
6
[deps]
7
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
src/LinearSolve.jl
@@ -30,7 +30,7 @@ abstract type AbstractKrylovSubspaceMethod <: SciMLLinearSolveAlgorithm end
30
# Traits
31
32
needs_concrete_A(alg::AbstractFactorization) = true
33
-needs_concrete_A(alg::AbstractKrylovSubspaceMethod) = true
+needs_concrete_A(alg::AbstractKrylovSubspaceMethod) = false
34
35
# Code
36
0 commit comments