Skip to content

Commit 731d332

Browse files
make sure BLASEltypes is defined
1 parent d5d5e62 commit 731d332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LinearSolve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ struct DefaultLinearSolver <: SciMLLinearSolveAlgorithm
112112
alg::DefaultAlgorithmChoice.T
113113
end
114114

115+
const BLASELTYPES = Union{Float32, Float64, ComplexF32, ComplexF64}
116+
115117
include("common.jl")
116118
include("factorization.jl")
117119
include("appleaccelerate.jl")

0 commit comments

Comments
 (0)