We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924dda4 commit 9feb057Copy full SHA for 9feb057
src/LinearAlgebra.jl
@@ -16,6 +16,7 @@ import Base: USE_BLAS64, abs, acos, acosh, acot, acoth, acsc, acsch, adjoint, as
16
permutedims, permuterows!, power_by_squaring, promote_rule, real, sec, sech, setindex!,
17
show, similar, sin, sincos, sinh, size, sqrt, strides, stride, tan, tanh, transpose, trunc,
18
typed_hcat, vec, view, zero
19
+import Base: AbstractArray, AbstractMatrix, Array, Matrix,
20
using Base: IndexLinear, promote_eltype, promote_op, print_matrix,
21
@propagate_inbounds, reduce, typed_hvcat, typed_vcat, require_one_based_indexing,
22
splat, BitInteger
0 commit comments