Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit ca2a238

Browse files
import matrix_colors
1 parent 8eef6a5 commit ca2a238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SparseDiffTools.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ using SparseArrays, ArrayInterface
1414
using BlockBandedMatrices: blocksize, nblocks
1515
using ForwardDiff: Dual, jacobian, partials, DEFAULT_CHUNK_THRESHOLD
1616

17+
using ArrayInterface: matrix_colors
1718

1819
export contract_color,
1920
greedy_d1,
2021
greedy_star1_coloring,
2122
greedy_star2_coloring,
2223
matrix2graph,
23-
ArrayInterface.matrix_colors,
24+
matrix_colors,
2425
forwarddiff_color_jacobian!,
2526
ForwardColorJacCache,
2627
auto_jacvec,auto_jacvec!,

0 commit comments

Comments
 (0)