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.
2 parents 1a1c46d + bf96200 commit aad1ea6Copy full SHA for aad1ea6
Project.toml
@@ -8,6 +8,7 @@ Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
8
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
9
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
11
+SciMLPublic = "431bcebd-1456-4ced-9d72-93c2757fff0b"
12
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
13
14
[weakdeps]
@@ -23,6 +24,7 @@ ArrayInterface = "7"
23
24
Compat = "4"
25
IfElse = "0.1"
26
PrecompileTools = "1"
27
+SciMLPublic = "1.0.0"
28
Static = "0.8, 1"
29
julia = "1.10"
30
src/StaticArrayInterface.jl
@@ -60,6 +60,18 @@ using PrecompileTools
60
import Compat
61
end
62
63
+using SciMLPublic: @public
64
+@public BroadcastAxis, LazyAxis, OptionallyStaticStepRange,
65
+OptionallyStaticUnitRange, SOneTo, SUnitRange, StrideIndex
66
+@public static_axes,
67
+axes_types, broadcast_axis, deleteat, dense_dims, from_parent_dims, getindex, indices,
68
+insert, static_length, lazy_axes, offset1, offsets, setindex!, static_size, static_strides,
69
+to_axes, to_axis, to_dims, to_index, static_to_indices, to_parent_dims, unsafe_reconstruct
70
+@public contiguous_axis, contiguous_axis_indicator, contiguous_batch_size, dimnames,
71
+has_dimnames, has_parent, is_column_major, is_lazy_conjugate,
72
+is_splat_index, known_dimnames, known_first, known_last, known_length,
73
+known_offset1, known_offsets, known_size, known_step, known_strides
74
+
75
"""
76
StrideIndex(x)
77
Subtype of `ArrayIndex` that transforms and index using stride layout information
0 commit comments