Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 27, 2019 19:43
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 ryantm/ad52242a9fd3bcf16e88d9df1260423f to your computer and use it in GitHub Desktop.
Save ryantm/ad52242a9fd3bcf16e88d9df1260423f to your computer and use it in GitHub Desktop.
/nix/store/mx4jwrnnjlbf3rzp1gwyhmfmbv5zx89s-ntl-11.3.4
├── include
│   └── NTL
│   ├── ALL_FEATURES.h
│   ├── BasicThreadPool.h
│   ├── config.h
│   ├── ConfigLog.h
│   ├── ctools.h
│   ├── FacVec.h
│   ├── FFT.h
│   ├── FFT_impl.h
│   ├── fileio.h
│   ├── GF2E.h
│   ├── GF2EXFactoring.h
│   ├── GF2EX.h
│   ├── GF2.h
│   ├── GF2XFactoring.h
│   ├── GF2X.h
│   ├── GF2XVec.h
│   ├── gmp_aux.h
│   ├── HAVE_ALIGNED_ARRAY.h
│   ├── HAVE_AVX2.h
│   ├── HAVE_AVX512F.h
│   ├── HAVE_AVX.h
│   ├── HAVE_BUILTIN_CLZL.h
│   ├── HAVE_CHRONO_TIME.h
│   ├── HAVE_COPY_TRAITS1.h
│   ├── HAVE_COPY_TRAITS2.h
│   ├── HAVE_FMA.h
│   ├── HAVE_LL_TYPE.h
│   ├── HAVE_MACOS_TIME.h
│   ├── HAVE_PCLMUL.h
│   ├── HAVE_POSIX_TIME.h
│   ├── HAVE_SSSE3.h
│   ├── HNF.h
│   ├── Lazy.h
│   ├── LazyTable.h
│   ├── lip.h
│   ├── LLL.h
│   ├── lzz_pE.h
│   ├── lzz_pEXFactoring.h
│   ├── lzz_pEX.h
│   ├── lzz_p.h
│   ├── lzz_pXFactoring.h
│   ├── lzz_pX.h
│   ├── mach_desc.h
│   ├── mat_GF2E.h
│   ├── mat_GF2.h
│   ├── mat_lzz_pE.h
│   ├── mat_lzz_p.h
│   ├── mat_poly_lzz_p.h
│   ├── mat_poly_ZZ.h
│   ├── mat_poly_ZZ_p.h
│   ├── MatPrime.h
│   ├── matrix.h
│   ├── mat_RR.h
│   ├── mat_ZZ.h
│   ├── mat_ZZ_pE.h
│   ├── mat_ZZ_p.h
│   ├── new.h
│   ├── PackageInfo.h
│   ├── pair_GF2EX_long.h
│   ├── pair_GF2X_long.h
│   ├── pair.h
│   ├── pair_lzz_pEX_long.h
│   ├── pair_lzz_pX_long.h
│   ├── pair_ZZ_pEX_long.h
│   ├── pair_ZZ_pX_long.h
│   ├── pair_ZZX_long.h
│   ├── pd_FFT.h
│   ├── PD.h
│   ├── quad_float.h
│   ├── REPORT_ALL_FEATURES.h
│   ├── RR.h
│   ├── SmartPtr.h
│   ├── sp_arith.h
│   ├── thread.h
│   ├── tools.h
│   ├── vec_double.h
│   ├── vec_GF2E.h
│   ├── vec_GF2.h
│   ├── vec_GF2XVec.h
│   ├── vec_long.h
│   ├── vec_lzz_pE.h
│   ├── vec_lzz_p.h
│   ├── vec_quad_float.h
│   ├── vec_RR.h
│   ├── vector.h
│   ├── vec_ulong.h
│   ├── vec_vec_GF2E.h
│   ├── vec_vec_GF2.h
│   ├── vec_vec_long.h
│   ├── vec_vec_lzz_pE.h
│   ├── vec_vec_lzz_p.h
│   ├── vec_vec_RR.h
│   ├── vec_vec_ulong.h
│   ├── vec_vec_ZZ.h
│   ├── vec_vec_ZZ_pE.h
│   ├── vec_vec_ZZ_p.h
│   ├── vec_xdouble.h
│   ├── vec_ZZ.h
│   ├── vec_ZZ_pE.h
│   ├── vec_ZZ_p.h
│   ├── vec_ZZVec.h
│   ├── version.h
│   ├── WordVector.h
│   ├── xdouble.h
│   ├── ZZ.h
│   ├── ZZ_limbs.h
│   ├── ZZ_pE.h
│   ├── ZZ_pEXFactoring.h
│   ├── ZZ_pEX.h
│   ├── ZZ_p.h
│   ├── ZZ_pXFactoring.h
│   ├── ZZ_pX.h
│   ├── ZZVec.h
│   ├── ZZXFactoring.h
│   └── ZZX.h
├── lib
│   ├── libntl.a
│   ├── libntl.la
│   ├── libntl.so -> libntl.so.41.0.0
│   ├── libntl.so.41 -> libntl.so.41.0.0
│   └── libntl.so.41.0.0
└── share
└── doc
└── NTL
├── arrow1.gif
├── arrow2.gif
├── arrow3.gif
├── BasicThreadPool.cpp.html
├── BasicThreadPool.txt
├── config.txt
├── conversions.txt
├── copying.txt
├── flags.txt
├── GF2.cpp.html
├── GF2E.cpp.html
├── GF2E.txt
├── GF2EX.cpp.html
├── GF2EXFactoring.cpp.html
├── GF2EXFactoring.txt
├── GF2EX.txt
├── GF2.txt
├── GF2X.cpp.html
├── GF2XFactoring.cpp.html
├── GF2XFactoring.txt
├── GF2X.txt
├── GF2XVec.cpp.html
├── GF2XVec.txt
├── HNF.cpp.html
├── HNF.txt
├── Lazy.cpp.html
├── LazyTable.cpp.html
├── LazyTable.txt
├── Lazy.txt
├── LLL.cpp.html
├── LLL.txt
├── lzz_p.cpp.html
├── lzz_pE.cpp.html
├── lzz_pE.txt
├── lzz_pEX.cpp.html
├── lzz_pEXFactoring.cpp.html
├── lzz_pEXFactoring.txt
├── lzz_pEX.txt
├── lzz_p.txt
├── lzz_pX.cpp.html
├── lzz_pXFactoring.cpp.html
├── lzz_pXFactoring.txt
├── lzz_pX.txt
├── mat_GF2.cpp.html
├── mat_GF2E.cpp.html
├── mat_GF2E.txt
├── mat_GF2.txt
├── mat_lzz_p.cpp.html
├── mat_lzz_pE.cpp.html
├── mat_lzz_pE.txt
├── mat_lzz_p.txt
├── mat_poly_lzz_p.cpp.html
├── mat_poly_lzz_p.txt
├── mat_poly_ZZ.cpp.html
├── mat_poly_ZZ_p.cpp.html
├── mat_poly_ZZ_p.txt
├── mat_poly_ZZ.txt
├── matrix.cpp.html
├── matrix.txt
├── mat_RR.cpp.html
├── mat_RR.txt
├── mat_ZZ.cpp.html
├── mat_ZZ_p.cpp.html
├── mat_ZZ_pE.cpp.html
├── mat_ZZ_pE.txt
├── mat_ZZ_p.txt
├── mat_ZZ.txt
├── names.txt
├── pair.cpp.html
├── pair.txt
├── quad_float.cpp.html
├── quad_float.txt
├── RR.cpp.html
├── RR.txt
├── sedscript.txt
├── SmartPtr.cpp.html
├── SmartPtr.txt
├── tools.cpp.html
├── tools.txt
├── tour-ack.html
├── tour-changes.html
├── tour-ex1.html
├── tour-ex2.html
├── tour-ex3.html
├── tour-ex4.html
├── tour-ex5.html
├── tour-ex6.html
├── tour-ex7.html
├── tour-examples.html
├── tour-gf2x.html
├── tour-gmp.html
├── tour.html
├── tour-impl.html
├── tour-intro.html
├── tour-modules.html
├── tour-roadmap.html
├── tour-struct.html
├── tour-time.html
├── tour-tips.html
├── tour-unix.html
├── tour-win.html
├── vec_GF2.cpp.html
├── vec_GF2E.cpp.html
├── vec_GF2E.txt
├── vec_GF2.txt
├── vec_lzz_p.cpp.html
├── vec_lzz_pE.cpp.html
├── vec_lzz_pE.txt
├── vec_lzz_p.txt
├── vec_RR.cpp.html
├── vec_RR.txt
├── vector.cpp.html
├── vector.txt
├── vec_ZZ.cpp.html
├── vec_ZZ_p.cpp.html
├── vec_ZZ_pE.cpp.html
├── vec_ZZ_pE.txt
├── vec_ZZ_p.txt
├── vec_ZZ.txt
├── version.cpp.html
├── version.txt
├── xdouble.cpp.html
├── xdouble.txt
├── ZZ.cpp.html
├── ZZ_limbs.cpp.html
├── ZZ_limbs.txt
├── ZZ_p.cpp.html
├── ZZ_pE.cpp.html
├── ZZ_pE.txt
├── ZZ_pEX.cpp.html
├── ZZ_pEXFactoring.cpp.html
├── ZZ_pEXFactoring.txt
├── ZZ_pEX.txt
├── ZZ_p.txt
├── ZZ_pX.cpp.html
├── ZZ_pXFactoring.cpp.html
├── ZZ_pXFactoring.txt
├── ZZ_pX.txt
├── ZZ.txt
├── ZZVec.cpp.html
├── ZZVec.txt
├── ZZX.cpp.html
├── ZZXFactoring.cpp.html
├── ZZXFactoring.txt
└── ZZX.txt
6 directories, 265 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment