Skip to content

Commit

Permalink
fixing explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Jun 7, 2024
1 parent e8b18ed commit 72a96d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiPrecisionArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module MultiPrecisionArrays

using LinearAlgebra: LinearAlgebra, LAPACK, LU, RowMaximum
using LinearAlgebra: Factorization, SingularException
using LinearAlgebra: axpy!, ldiv!, lu!, mul!, norm
using LinearAlgebra: axpy!, ldiv!, lu!, mul!, norm, opnorm

using SparseArrays: SparseArrays
using SIAMFANLEquations: SIAMFANLEquations, kl_bicgstab, kl_gmres
Expand Down

0 comments on commit 72a96d9

Please sign in to comment.