Skip to content

Commit f9fd686

Browse files
authored
Remove unused imported names (#229)
1 parent 3366547 commit f9fd686

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/ArrayLayouts.jl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@ using Base.Broadcast: Broadcasted
1515

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

18-
using LinearAlgebra: AbstractQ, QRCompactWYQ, QRPackedQ, HessenbergQ,
19-
AbstractTriangular, checksquare, pinv, cholcopy,
20-
norm2, norm1, normInf, normMinusInf,
21-
AdjOrTrans, HermOrSym, RealHermSymComplexHerm, AdjointAbsVec, TransposeAbsVec,
22-
checknonsingular, _apply_ipiv_rows!, ipiv2perm, chkfullrank
18+
using LinearAlgebra: AbstractQ, AbstractTriangular, AdjOrTrans, AdjointAbsVec, HermOrSym, HessenbergQ, QRCompactWYQ,
19+
QRPackedQ, RealHermSymComplexHerm, TransposeAbsVec, _apply_ipiv_rows!, checknonsingular,
20+
checksquare, chkfullrank, cholcopy, ipiv2perm
2321

24-
using LinearAlgebra.BLAS: BlasFloat, BlasReal, BlasComplex
22+
using LinearAlgebra.BLAS: BlasComplex, BlasFloat, BlasReal
2523

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

28-
using FillArrays: AbstractFill, getindex_value, axes_print_matrix_row
26+
using FillArrays: AbstractFill, axes_print_matrix_row, getindex_value
2927

3028
using Base: require_one_based_indexing
3129

0 commit comments

Comments
 (0)