Skip to content

Commit

Permalink
make sure BLASEltypes is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 6, 2023
1 parent d5d5e62 commit 731d332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LinearSolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ struct DefaultLinearSolver <: SciMLLinearSolveAlgorithm
alg::DefaultAlgorithmChoice.T
end

const BLASELTYPES = Union{Float32, Float64, ComplexF32, ComplexF64}

include("common.jl")
include("factorization.jl")
include("appleaccelerate.jl")
Expand Down

0 comments on commit 731d332

Please sign in to comment.