Skip to content

Commit 18484e6

Browse files
authored
export undefmatrix
1 parent 0114919 commit 18484e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using ArrayInterfaceCore
44
import ArrayInterfaceCore: allowed_getindex, allowed_setindex!, aos_to_soa, buffer,
55
parent_type, fast_matrix_colors, findstructralnz, has_sparsestruct,
66
issingular, isstructured, matrix_colors, restructure, lu_instance,
7-
safevec, zeromatrix, ColoringAlgorithm, fast_scalar_indexing, parameterless_type,
7+
safevec, zeromatrix, undefmatrix, ColoringAlgorithm, fast_scalar_indexing, parameterless_type,
88
ndims_index, ndims_shape, is_splat_index, is_forwarding_wrapper, IndicesInfo, childdims,
99
parentdims, map_tuple_type, flatten_tuples, GetIndex, SetIndex!, defines_strides,
1010
stride_preserving_index

0 commit comments

Comments
 (0)