Skip to content

Commit 3a04e71

Browse files
committed
Update LinearAlgebra.jl
1 parent 948f3d7 commit 3a04e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/LinearAlgebra/src/LinearAlgebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Base: USE_BLAS64, abs, acos, acosh, acot, acoth, acsc, acsch, adjoint, as
1616
setindex!, show, similar, sin, sincos, sinh, size, size_to_strides, sqrt, StridedReinterpretArray,
1717
StridedReshapedArray, strides, stride, tan, tanh, transpose, trunc, typed_hcat, vec
1818
using Base: hvcat_fill, iszero, IndexLinear, _length, promote_op, promote_typeof,
19-
@propagate_inbounds, @unsafe_pure, reduce, typed_vcat
19+
@propagate_inbounds, @unsafe_pure, reduce, typed_vcat, has_offset_axes
2020
using Base.Broadcast: Broadcasted
2121

2222
export

0 commit comments

Comments
 (0)