Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Apr 12, 2024
1 parent 02d6c58 commit 1a77d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ sparsity_detector(ad::AutoSparse) = ad.sparsity_detector
"""
coloring_algorithm(ad::AutoSparse) = ad.coloring_algorithm

# TODO: document or remove these?
const AbstractSparseFiniteDifferencesMode = AutoSparse{:finite}
const AbstractSparseForwardMode = AutoSparse{:forward}
const AbstractSparseReverseMode = AutoSparse{:reverse}
Expand Down

0 comments on commit 1a77d59

Please sign in to comment.