Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 8, 2020 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/af2d0a1b22b7b6a3f470d0dbe39fab26 to your computer and use it in GitHub Desktop.
Save r-ryantm/af2d0a1b22b7b6a3f470d0dbe39fab26 to your computer and use it in GitHub Desktop.
/nix/store/0pldpfd6ggihzii7k9b3abmqqzph4ifn-m4ri-20200125
├── include
│   └── m4ri
│   ├── brilliantrussian.h
│   ├── debug_dump.h
│   ├── djb.h
│   ├── echelonform.h
│   ├── graycode.h
│   ├── io.h
│   ├── m4ri_config.h
│   ├── m4ri.h
│   ├── misc.h
│   ├── mmc.h
│   ├── mp.h
│   ├── mzd.h
│   ├── mzp.h
│   ├── parity.h
│   ├── ple.h
│   ├── ple_russian.h
│   ├── ple_russian_template.h
│   ├── solve.h
│   ├── strassen.h
│   ├── triangular.h
│   ├── triangular_russian.h
│   ├── xor.h
│   └── xor_template.h
└── lib
├── libm4ri-0.0.20200125.so
├── libm4ri.la
├── libm4ri.so -> libm4ri-0.0.20200125.so
└── pkgconfig
└── m4ri.pc
4 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment