Skip to content

Commit

Permalink
Remove unused imported names (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Apr 19, 2024
1 parent 3366547 commit f9fd686
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/ArrayLayouts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@ using Base.Broadcast: Broadcasted

import Base.Broadcast: BroadcastStyle, broadcastable, instantiate, materialize, materialize!

using LinearAlgebra: AbstractQ, QRCompactWYQ, QRPackedQ, HessenbergQ,
AbstractTriangular, checksquare, pinv, cholcopy,
norm2, norm1, normInf, normMinusInf,
AdjOrTrans, HermOrSym, RealHermSymComplexHerm, AdjointAbsVec, TransposeAbsVec,
checknonsingular, _apply_ipiv_rows!, ipiv2perm, chkfullrank
using LinearAlgebra: AbstractQ, AbstractTriangular, AdjOrTrans, AdjointAbsVec, HermOrSym, HessenbergQ, QRCompactWYQ,
QRPackedQ, RealHermSymComplexHerm, TransposeAbsVec, _apply_ipiv_rows!, checknonsingular,
checksquare, chkfullrank, cholcopy, ipiv2perm

using LinearAlgebra.BLAS: BlasFloat, BlasReal, BlasComplex
using LinearAlgebra.BLAS: BlasComplex, BlasFloat, BlasReal

AdjointQtype{T} = isdefined(LinearAlgebra, :AdjointQ) ? LinearAlgebra.AdjointQ{T} : Adjoint{T,<:AbstractQ}

using FillArrays: AbstractFill, getindex_value, axes_print_matrix_row
using FillArrays: AbstractFill, axes_print_matrix_row, getindex_value

using Base: require_one_based_indexing

Expand Down

0 comments on commit f9fd686

Please sign in to comment.