Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. /nix/store/cafd02i4fv5ksqa8kxbb2g486c8aim9g-eclib-20190909
  2. ├── bin
  3. │   ├── aplist
  4. │   ├── checkap
  5. │   ├── cubics
  6. │   ├── ecnf
  7. │   ├── h1bsd
  8. │   ├── h1bsdcurisog
  9. │   ├── h1clist
  10. │   ├── h1curve
  11. │   ├── h1first
  12. │   ├── indep_test
  13. │   ├── list_cubics
  14. │   ├── moreap
  15. │   ├── mwrank
  16. │   ├── nfcount
  17. │   ├── nfhpcurve
  18. │   ├── nfhpmcurve
  19. │   ├── pcurve
  20. │   ├── point_search
  21. │   ├── qexp
  22. │   ├── quartic_points
  23. │   ├── reduce_cubics
  24. │   ├── reduce_quartics
  25. │   ├── solve_conic
  26. │   └── solve_legendre
  27. ├── include
  28. │   └── eclib
  29. │   ├── arith.h
  30. │   ├── bigrat.h
  31. │   ├── bitspace.h
  32. │   ├── compproc.h
  33. │   ├── conic.h
  34. │   ├── cperiods.h
  35. │   ├── cubic.h
  36. │   ├── curve.h
  37. │   ├── curvemod.h
  38. │   ├── curvesort.h
  39. │   ├── cusp.h
  40. │   ├── desc2.h
  41. │   ├── descent.h
  42. │   ├── divpol.h
  43. │   ├── egr.h
  44. │   ├── elog.h
  45. │   ├── ffmod.h
  46. │   ├── fixc6.h
  47. │   ├── getcurve.h
  48. │   ├── GetOpt.h
  49. │   ├── gf.h
  50. │   ├── hilbert.h
  51. │   ├── homspace.h
  52. │   ├── htconst.h
  53. │   ├── illl.h
  54. │   ├── interface.h
  55. │   ├── isogs.h
  56. │   ├── kbessel.h
  57. │   ├── lambda.h
  58. │   ├── legendre.h
  59. │   ├── logger.h
  60. │   ├── marith.h
  61. │   ├── mat.h
  62. │   ├── matrix.h
  63. │   ├── mequiv.h
  64. │   ├── method.h
  65. │   ├── mglobsol.h
  66. │   ├── minim.h
  67. │   ├── mlocsol.h
  68. │   ├── mmatrix.h
  69. │   ├── moddata.h
  70. │   ├── mquartic.h
  71. │   ├── mrank1.h
  72. │   ├── mrank2.h
  73. │   ├── msoluble.h
  74. │   ├── msubspace.h
  75. │   ├── mvector.h
  76. │   ├── mwprocs.h
  77. │   ├── newforms.h
  78. │   ├── nfd.h
  79. │   ├── oldforms.h
  80. │   ├── options.h
  81. │   ├── p2points.h
  82. │   ├── parifact.h
  83. │   ├── pcprocs.h
  84. │   ├── periods.h
  85. │   ├── points.h
  86. │   ├── pointsmod.h
  87. │   ├── polys.h
  88. │   ├── qc.h
  89. │   ├── quadratic.h
  90. │   ├── rat.h
  91. │   ├── reader.h
  92. │   ├── realroots.h
  93. │   ├── reduce.h
  94. │   ├── saturate.h
  95. │   ├── sieve_search.h
  96. │   ├── sifter.h
  97. │   ├── smat_elim.h
  98. │   ├── smat.h
  99. │   ├── smatrix_elim.h
  100. │   ├── smatrix.h
  101. │   ├── splitbase.h
  102. │   ├── sqfdiv.h
  103. │   ├── sub.h
  104. │   ├── subspace.h
  105. │   ├── svec.h
  106. │   ├── svector.h
  107. │   ├── symb.h
  108. │   ├── templates.h
  109. │   ├── threadpool.h
  110. │   ├── timer.h
  111. │   ├── tlss.h
  112. │   ├── transform.h
  113. │   ├── twoadic.h
  114. │   ├── types.h
  115. │   ├── unimod.h
  116. │   ├── vec.h
  117. │   ├── vector.h
  118. │   ├── version.h
  119. │   ├── xmod.h
  120. │   ├── xsplit_data.h
  121. │   └── xsplit.h
  122. ├── lib
  123. │   ├── libec.la
  124. │   ├── libec.so -> libec.so.6.0.0
  125. │   ├── libec.so.6 -> libec.so.6.0.0
  126. │   ├── libec.so.6.0.0
  127. │   └── pkgconfig
  128. │   └── eclib.pc
  129. └── share
  130. ├── doc
  131. │   └── eclib
  132. │   ├── g0n.txt
  133. │   ├── howto.txt
  134. │   ├── mwrank
  135. │   │   ├── mwrank.changes
  136. │   │   ├── mwrank.info
  137. │   │   ├── mwrank.options
  138. │   │   └── mwrank.readme
  139. │   └── progs.txt
  140. └── man
  141. └── man1
  142. └── mwrank.1.gz
  143.  
  144. 11 directories, 130 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement