https://github.com/oschulz/autodiffoperators.jl
Operators based on automatic differentiation in Julia
https://github.com/oschulz/autodiffoperators.jl
Last synced: 11 months ago
JSON representation
Operators based on automatic differentiation in Julia
- Host: GitHub
- URL: https://github.com/oschulz/autodiffoperators.jl
- Owner: oschulz
- License: other
- Created: 2023-06-08T04:09:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T14:54:47.000Z (about 1 year ago)
- Last Synced: 2025-07-19T14:37:34.669Z (11 months ago)
- Language: Julia
- Size: 925 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AutoDiffOperators.jl
[](https://oschulz.github.io/AutoDiffOperators.jl/stable)
[](https://oschulz.github.io/AutoDiffOperators.jl/dev)
[](LICENSE.md)
[](https://github.com/oschulz/AutoDiffOperators.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/oschulz/AutoDiffOperators.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
## Documentation
* [Documentation for stable version](https://oschulz.github.io/AutoDiffOperators.jl/stable)
* [Documentation for development version](https://oschulz.github.io/AutoDiffOperators.jl/dev)
This package provides multiplicative operators that act via automatic
differentiation (AD), as well as additional AD-related functionality.