diff --git a/src/LinearAlgebra.jl b/src/LinearAlgebra.jl index fc1081e0..2c76dcdc 100644 --- a/src/LinearAlgebra.jl +++ b/src/LinearAlgebra.jl @@ -16,6 +16,7 @@ import Base: USE_BLAS64, abs, acos, acosh, acot, acoth, acsc, acsch, adjoint, as permutedims, permuterows!, power_by_squaring, promote_rule, real, sec, sech, setindex!, show, similar, sin, sincos, sinh, size, sqrt, strides, stride, tan, tanh, transpose, trunc, typed_hcat, vec, view, zero +import Base: AbstractArray, AbstractMatrix, Array, Matrix using Base: IndexLinear, promote_eltype, promote_op, print_matrix, @propagate_inbounds, reduce, typed_hvcat, typed_vcat, require_one_based_indexing, splat, BitInteger