Skip to content

Commit

Permalink
remove some unused imports (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoey authored Mar 6, 2022
1 parent 03e1793 commit a70d804
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/linearalgebra/dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ helpers for dense factorizations and linear solves

import LinearAlgebra.BlasReal
import LinearAlgebra.BlasFloat
import LinearAlgebra.BlasInt
import LinearAlgebra.BLAS.@blasfunc
import LinearAlgebra.LAPACK.liblapack
import LinearAlgebra.copytri!
import LinearAlgebra.BLAS
import LinearAlgebra.LAPACK

# helpers for in-place matrix inverses (updates upper triangle only in some cases)

Expand Down

0 comments on commit a70d804

Please sign in to comment.