@@ -2,15 +2,15 @@ module ArrayInterface
2
2
3
3
using ArrayInterfaceCore
4
4
import ArrayInterfaceCore: allowed_getindex, allowed_setindex!, aos_to_soa, buffer,
5
- has_parent, parent_type, fast_matrix_colors, findstructralnz, has_sparsestruct,
6
- issingular, is_lazy_conjugate, isstructured, matrix_colors, restructure, lu_instance,
7
- safevec, unsafe_reconstruct, zeromatrix, ColoringAlgorithm, merge_tuple_type,
5
+ parent_type, fast_matrix_colors, findstructralnz, has_sparsestruct,
6
+ issingular, isstructured, matrix_colors, restructure, lu_instance,
7
+ safevec, zeromatrix, ColoringAlgorithm, merge_tuple_type,
8
8
fast_scalar_indexing, parameterless_type, _is_reshaped
9
9
10
10
# ArrayIndex subtypes and methods
11
11
import ArrayInterfaceCore: ArrayIndex, MatrixIndex, VectorIndex, BidiagonalIndex, TridiagonalIndex
12
12
# managing immutables
13
- import ArrayInterfaceCore: ismutable, can_change_size, can_setindex, deleteat, insert
13
+ import ArrayInterfaceCore: ismutable, can_change_size, can_setindex
14
14
# constants
15
15
import ArrayInterfaceCore: MatAdjTrans, VecAdjTrans, UpTri, LoTri
16
16
# device pieces
0 commit comments