Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 03:00
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/e013e153c6084e4a244e0072bb3c1f44 to your computer and use it in GitHub Desktop.
Save ryantm/e013e153c6084e4a244e0072bb3c1f44 to your computer and use it in GitHub Desktop.
/nix/store/ppf4a11sz9whpz6hhynpnnhb5vh3gcph-eclib-20190226
├── bin
│   ├── aplist
│   ├── checkap
│   ├── cubics
│   ├── ecnf
│   ├── h1bsd
│   ├── h1bsdcurisog
│   ├── h1clist
│   ├── h1curve
│   ├── h1first
│   ├── indep_test
│   ├── list_cubics
│   ├── moreap
│   ├── mwrank
│   ├── nfcount
│   ├── nfhpcurve
│   ├── nfhpmcurve
│   ├── pcurve
│   ├── point_search
│   ├── qexp
│   ├── quartic_points
│   ├── reduce_cubics
│   ├── reduce_quartics
│   ├── solve_conic
│   └── solve_legendre
├── include
│   └── eclib
│   ├── arith.h
│   ├── bigrat.h
│   ├── bitspace.h
│   ├── compproc.h
│   ├── conic.h
│   ├── cperiods.h
│   ├── cubic.h
│   ├── curve.h
│   ├── curvemod.h
│   ├── curvesort.h
│   ├── cusp.h
│   ├── desc2.h
│   ├── descent.h
│   ├── divpol.h
│   ├── egr.h
│   ├── elog.h
│   ├── ffmod.h
│   ├── fixc6.h
│   ├── getcurve.h
│   ├── GetOpt.h
│   ├── gf.h
│   ├── hilbert.h
│   ├── homspace.h
│   ├── htconst.h
│   ├── illl.h
│   ├── interface.h
│   ├── isogs.h
│   ├── kbessel.h
│   ├── lambda.h
│   ├── legendre.h
│   ├── logger.h
│   ├── marith.h
│   ├── mat.h
│   ├── matrix.h
│   ├── mequiv.h
│   ├── method.h
│   ├── mglobsol.h
│   ├── minim.h
│   ├── mlocsol.h
│   ├── mmatrix.h
│   ├── moddata.h
│   ├── mquartic.h
│   ├── mrank1.h
│   ├── mrank2.h
│   ├── msoluble.h
│   ├── msubspace.h
│   ├── mvector.h
│   ├── mwprocs.h
│   ├── newforms.h
│   ├── nfd.h
│   ├── oldforms.h
│   ├── options.h
│   ├── p2points.h
│   ├── parifact.h
│   ├── pcprocs.h
│   ├── periods.h
│   ├── points.h
│   ├── pointsmod.h
│   ├── polys.h
│   ├── qc.h
│   ├── quadratic.h
│   ├── rat.h
│   ├── reader.h
│   ├── realroots.h
│   ├── reduce.h
│   ├── saturate.h
│   ├── sieve_search.h
│   ├── sifter.h
│   ├── smat_elim.h
│   ├── smat.h
│   ├── smatrix_elim.h
│   ├── smatrix.h
│   ├── splitbase.h
│   ├── sqfdiv.h
│   ├── sub.h
│   ├── subspace.h
│   ├── svec.h
│   ├── svector.h
│   ├── symb.h
│   ├── templates.h
│   ├── threadpool.h
│   ├── timer.h
│   ├── tlss.h
│   ├── transform.h
│   ├── twoadic.h
│   ├── types.h
│   ├── unimod.h
│   ├── vec.h
│   ├── vector.h
│   ├── version.h
│   ├── xmod.h
│   ├── xsplit_data.h
│   └── xsplit.h
├── lib
│   ├── libec.la
│   ├── libec.so -> libec.so.5.0.1
│   ├── libec.so.5 -> libec.so.5.0.1
│   └── libec.so.5.0.1
└── share
├── doc
│   └── eclib
│   ├── g0n.txt
│   ├── howto.txt
│   ├── mwrank
│   │   ├── mwrank.changes
│   │   ├── mwrank.info
│   │   ├── mwrank.options
│   │   └── mwrank.readme
│   └── progs.txt
└── man
└── man1
└── mwrank.1.gz
10 directories, 129 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment