@@ -27,47 +27,47 @@ to the interface, and is likely to be deprecated in the near future as the compi
2727### Traits
2828
2929``` @docs
30- ArrayInterfaceCore .can_avx
31- ArrayInterfaceCore .can_change_size
32- ArrayInterfaceCore .can_setindex
33- ArrayInterfaceCore .device
34- ArrayInterfaceCore .defines_strides
35- ArrayInterfaceCore .fast_matrix_colors
36- ArrayInterfaceCore .fast_scalar_indexing
37- ArrayInterfaceCore .indices_do_not_alias
38- ArrayInterfaceCore .instances_do_not_alias
39- ArrayInterfaceCore .is_forwarding_wrapper
40- ArrayInterfaceCore .ismutable
41- ArrayInterfaceCore .isstructured
42- ArrayInterfaceCore .has_sparsestruct
43- ArrayInterfaceCore .ndims_index
44- ArrayInterfaceCore .ndims_shape
30+ ArrayInterface .can_avx
31+ ArrayInterface .can_change_size
32+ ArrayInterface .can_setindex
33+ ArrayInterface .device
34+ ArrayInterface .defines_strides
35+ ArrayInterface .fast_matrix_colors
36+ ArrayInterface .fast_scalar_indexing
37+ ArrayInterface .indices_do_not_alias
38+ ArrayInterface .instances_do_not_alias
39+ ArrayInterface .is_forwarding_wrapper
40+ ArrayInterface .ismutable
41+ ArrayInterface .isstructured
42+ ArrayInterface .has_sparsestruct
43+ ArrayInterface .ndims_index
44+ ArrayInterface .ndims_shape
4545
4646```
4747
4848### Functions
4949
5050``` @docs
51- ArrayInterfaceCore .allowed_getindex
52- ArrayInterfaceCore .allowed_setindex!
53- ArrayInterfaceCore .aos_to_soa
54- ArrayInterfaceCore .buffer
55- ArrayInterfaceCore .findstructralnz
56- ArrayInterfaceCore .lu_instance
57- ArrayInterfaceCore .matrix_colors
58- ArrayInterfaceCore .issingular
59- ArrayInterfaceCore .parent_type
60- ArrayInterfaceCore .promote_eltype
61- ArrayInterfaceCore .restructure
62- ArrayInterfaceCore .safevec
63- ArrayInterfaceCore .zeromatrix
64- ArrayInterfaceCore .undefmatrix
51+ ArrayInterface .allowed_getindex
52+ ArrayInterface .allowed_setindex!
53+ ArrayInterface .aos_to_soa
54+ ArrayInterface .buffer
55+ ArrayInterface .findstructralnz
56+ ArrayInterface .lu_instance
57+ ArrayInterface .matrix_colors
58+ ArrayInterface .issingular
59+ ArrayInterface .parent_type
60+ ArrayInterface .promote_eltype
61+ ArrayInterface .restructure
62+ ArrayInterface .safevec
63+ ArrayInterface .zeromatrix
64+ ArrayInterface .undefmatrix
6565```
6666
6767### Types
6868
6969``` @docs
70- ArrayInterfaceCore .ArrayIndex
71- ArrayInterfaceCore .GetIndex
72- ArrayInterfaceCore .SetIndex!
70+ ArrayInterface .ArrayIndex
71+ ArrayInterface .GetIndex
72+ ArrayInterface .SetIndex!
7373```
0 commit comments