Skip to content

Commit 3057bff

Browse files
committed
Add tip to sparse AD docs
1 parent 6619b3d commit 3057bff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DifferentiationInterface/docs/src/tutorials/advanced.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ For additional arguments which act as mutated buffers, the [`Cache`](@ref) wrapp
5555

5656
## Sparsity
5757

58+
!!! tip
59+
If you use DifferentiationInterface's Sparse AD functionality in your research,
60+
please cite our preprint [*Sparser, Better, Faster, Stronger: Efficient Automatic Differentiation for Sparse Jacobians and Hessians*](https://arxiv.org/abs/2501.17737).
61+
5862
Sparse AD is very useful when Jacobian or Hessian matrices have a lot of zeros.
5963
So let us write functions that satisfy this property.
6064

0 commit comments

Comments
 (0)