adept

adept 2.1.1

Combined array and automatic differentiation library in C++

https://www.met.reading.ac.uk/clouds/adept/
Apache License 2.0
programs: -
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adept
];
Ad-hoc shell
nix-shell -p adept
Flake (nix run)
nix run nixpkgs#adept