We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f04bed commit 0eb7afbCopy full SHA for 0eb7afb
.gitignore
@@ -5,3 +5,4 @@
5
docs/build/
6
docs/site/
7
benchmark_data/
8
+Manifest.toml
Project.toml
@@ -0,0 +1,10 @@
1
+name = "ForwardDiff"
2
+uuid = "f6369f11-7733-5829-9624-2563aa707210"
3
+
4
+[deps]
+CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950"
+DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
+DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
+NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
9
+SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
10
+StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
0 commit comments