akkuPackages.chez-matrices

akku-chez-matrices 0.3.0-alpha.0

Implementation of common matrix (tensor) constructions and operatoins.

MIT License
programs: -
Platforms (80)
riscv64-netbsdmipsel-linuxaarch64-genodearmv6l-nonesh4-linuxavr-noneaarch64-linuxarm-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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