@@ -15,17 +15,15 @@ using Base.Broadcast: Broadcasted
15
15
16
16
import Base. Broadcast: BroadcastStyle, broadcastable, instantiate, materialize, materialize!
17
17
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
23
21
24
- using LinearAlgebra. BLAS: BlasFloat, BlasReal, BlasComplex
22
+ using LinearAlgebra. BLAS: BlasComplex, BlasFloat, BlasReal
25
23
26
24
AdjointQtype{T} = isdefined (LinearAlgebra, :AdjointQ ) ? LinearAlgebra. AdjointQ{T} : Adjoint{T,<: AbstractQ }
27
25
28
- using FillArrays: AbstractFill, getindex_value, axes_print_matrix_row
26
+ using FillArrays: AbstractFill, axes_print_matrix_row, getindex_value
29
27
30
28
using Base: require_one_based_indexing
31
29
0 commit comments