Automatic differentiation (#5)

This commit is contained in:
Patrick Stevens
2023-03-25 22:19:04 +00:00
committed by GitHub
parent adff7ac3fd
commit 32caf8d7d6
14 changed files with 894 additions and 150 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target
target/
.idea/
*.iml
.vscode/