[linbox] branch master updated (711507c -> 623c551)
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Tue Jul 19 19:14:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a change to branch master
in repository linbox.
from 711507c Revert "Prepare changelog for release." (to avoid lintian warnings)
new c3e418f Imported Debian patch 1.3.2-1.1
new 6008533 debian/watch: Bump to version 4 and update download location.
new 2937572 Imported Upstream version 1.4.1
new 2bb324c Merge tag 'upstream/1.4.1'
new 623c551 debian/changelog: Draft of entry for version 1.4.1-1.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 82 +
AUTHORS | 1 +
CHANGED-INTERFACES | 75 +
ChangeLog | 22 +-
HACKING | 4 +
INSTALL | 370 -
Makefile.am | 36 +-
Makefile.in | 983 -
NEWS | 6 +-
README | 12 +-
RELEASE-INSTRUCTIONS | 28 +
TODO | 60 +-
aclocal.m4 | 998 -
auto-install.sh | 34 +-
autogen.sh | 200 +
benchmarks/BenchmarkFile.h | 107 +
benchmarks/BenchmarkFile.inl | 198 +
benchmarks/CSValue.h | 153 +
benchmarks/Makefile.am | 84 +-
benchmarks/Makefile.in | 650 -
benchmarks/README | 95 +
benchmarks/benchmark-crafixed.C | 384 -
benchmarks/benchmark-example.C | 368 +
benchmarks/benchmark-fgemm.C | 955 -
benchmarks/benchmark-ftrXm.C | 823 -
benchmarks/benchmark-metadata.C | 43 +
benchmarks/benchmark-metadata.h | 520 +
benchmarks/benchmark-order-basis.C | 395 +
benchmarks/benchmark-utils.C | 354 +
benchmarks/benchmark-utils.h | 307 +
benchmarks/benchmark.C | 1597 +
benchmarks/benchmark.doxy | 2 +-
benchmarks/benchmark.h | 1338 +-
benchmarks/benchmark.inl | 182 +
benchmarks/block-coppersmith-benchmark.C | 93 +
benchmarks/data/Makefile.am | 24 +
benchmarks/gen-blocks.C | 184 +
benchmarks/invariant-factors-benchmark.C | 183 +
benchmarks/matrix/Makefile.am | 22 +
benchmarks/matrix/bibd_12_5_66x792.sms | 7922 ++
benchmarks/matrix/bibd_12_5_66x792.sms.gz | Bin 0 -> 19387 bytes
benchmarks/matrix/bibd_13_6_78x1716.sms | 25742 +++++
benchmarks/matrix/bibd_13_6_78x1716.sms.gz | Bin 0 -> 64275 bytes
benchmarks/matrix/bibd_14_7_91x3432.sms | 72074 ++++++++++++
benchmarks/matrix/bibd_14_7_91x3432.sms.gz | Bin 0 -> 176023 bytes
benchmarks/omp-benchmark.C | 320 +
benchmarks/optimizer.h | 85 +
benchmarks/perfpublisher.sh | 169 +
build-aux/config.guess | 1545 -
build-aux/config.sub | 1791 -
build-aux/install-sh | 527 -
build-aux/ltmain.sh | 9655 --
build-aux/missing | 331 -
config.h.in | 173 -
configure | 21334 ----
configure.ac | 261 +-
debian/changelog | 18 +
debian/patches/fix-RR-RecCounter.patch | 56 +
debian/patches/series | 1 +
debian/watch | 5 +-
doc/Makefile.am | 4 +-
doc/Makefile.in | 611 -
doc/install-1.0.html | 164 +
doc/install-dev.html | 6 +-
doc/mainpage.doxy | 18 +-
doc/organization/Linbox.draft | 60 +
doc/organization/Makefile.am | 24 +
doc/tex/Makefile.am | 38 +
doc/tutorial.doxy | 22 +-
doc/tutorial.html | 207 -
doc/versionning.doxy | 141 +
examples/Makefile.am | 61 +-
examples/Makefile.in | 948 -
examples/Readme | 1 +
examples/athadet.C | 107 +
examples/bench-fft.C | 249 +
examples/bench-matpoly-mult.C | 495 +
examples/bigmat.C | 68 +
examples/blackbox/Makefile.am | 44 +
examples/blackbox/ex-mat0.C | 91 +
examples/blackbox/example.C | 166 +
examples/blackbox/load-det.C | 98 +
examples/blackbox/load-minpoly.C | 117 +
examples/blackbox/load-symmetrize.C | 103 +
examples/blackbox/mat.txt | 9 +
examples/blackbox/mat2.txt | 6 +
examples/blackbox/random-rank.C | 108 +
examples/blackbox/smith.C | 576 +
examples/charpoly.C | 61 +-
examples/checksolve.C | 22 +-
examples/data/Makefile.am | 23 +
examples/data/mat.txt | 8 +
examples/data/mat2.txt | 6 +
examples/data/test.matrix | 28 +
examples/data/wikivote | 103691 ++++++++++++++++++
examples/det.C | 19 +-
examples/dot-product.C | 20 +-
examples/doubledet.C | 22 +-
examples/echelon.C | 29 +-
examples/fields/Makefile.am | 6 +-
examples/fields/Makefile.in | 584 -
examples/fields/ex-fields-archetype.C | 4 +-
examples/fields/ex-fields.C | 6 +-
examples/fields/modular-int.C | 6 +-
examples/find-invariant-factors.C | 79 +
examples/gf3-invariant-factors.C | 122 +
examples/graph-charpoly.C | 26 +-
examples/grid_reduce.C | 451 +
examples/iliopoulos2.C | 137 +
examples/integer-mul.C | 71 +
examples/invariant-factors.C | 137 +
examples/makefile.mpi | 66 +
examples/map-sparse-test.C | 55 +
examples/map-sparse.h | 200 +
examples/map-sparse.inl | 594 +
examples/minpoly.C | 30 +-
examples/mpidet.C | 101 +
examples/nullspacebasis.C | 68 +
examples/nullspacebasis_rank.C | 91 +
examples/omp_block_rank.C | 574 +
examples/omp_smithvalence.C | 236 +
examples/poly-smith.C | 141 +
examples/power_rank.C | 117 +
examples/poweroftwo_ranks.C | 110 +
examples/qchar.C | 548 +
examples/rank.C | 91 +-
examples/rr.C | 99 +
examples/samplebb.C | 277 +
examples/smith.C | 149 +-
examples/smithvalence.C | 31 +-
examples/smithvalence.h | 202 +-
examples/solve.C | 137 +-
examples/solver/Makefile.am | 38 +
examples/solver/t-rdisolve.C | 529 +
examples/sparseelimdet.C | 49 +-
examples/sparseelimrank.C | 48 +-
examples/test.sh | 32 +
examples/valence.C | 26 +-
incremente-versions | 115 +
interfaces/Makefile.in | 665 -
interfaces/driver/Makefile.am | 6 +-
interfaces/driver/Makefile.in | 730 -
interfaces/driver/compile-readme.txt | 4 +
interfaces/driver/lb-blackbox-data.h | 5 +-
interfaces/driver/lb-blackbox-functor.h | 2 +-
interfaces/driver/lb-blackbox-type.h | 2 +-
interfaces/driver/lb-blackbox.C | 2 +-
interfaces/driver/lb-charpoly.C | 8 +-
interfaces/driver/lb-det.C | 2 +-
interfaces/driver/lb-domain-data.h | 2 +-
interfaces/driver/lb-domain-functor.h | 2 +-
interfaces/driver/lb-domain-type.h | 46 +-
interfaces/driver/lb-solve.C | 234 +
interfaces/driver/lb-vector-data.h | 4 +-
interfaces/driver/lb-vector-functor.h | 2 +-
interfaces/driver/lb-vector.C | 2 +-
interfaces/kaapi/Makefile.in | 574 -
interfaces/kaapi/communicate.h | 10 +-
interfaces/maple-old/Makefile.am | 37 +
interfaces/maple-old/Makefile.in.1 | 232 +
interfaces/maple-old/Makefile.in.2 | 372 +
interfaces/maple-old/README | 75 +
interfaces/maple-old/demonstration.mws | 291 +
interfaces/maple-old/lbffpack.mpl | 165 +
interfaces/maple-old/lbmaple-ffpack.C | 444 +
interfaces/maple-old/lbmaple.C | 1441 +
interfaces/maple-old/lbmaple.mpl.head | 11 +
interfaces/maple-old/lbmaple.mpl.tail | 377 +
interfaces/maple/Makefile.am | 4 +-
interfaces/maple/Makefile.in | 665 -
interfaces/maple/lb-maple-path.pl | 4 +
interfaces/maple/lb-maple-path.sh | 7 +
interfaces/maple/lb-maple-utilities.h | 2 +-
interfaces/maple/lb-maple.mpl.bak | 320 +
interfaces/maple/linbox-demonstration-good.mw | 2248 +
interfaces/maple/linbox-demonstration.mw | 2248 +
interfaces/sage/Makefile.am | 11 +-
interfaces/sage/Makefile.in | 657 -
interfaces/sage/linbox-sage.C | 136 +-
interfaces/sage/linbox-sage.h | 4 +-
linbox-config.in | 15 +-
linbox.pc.in | 14 +
linbox/Makefile.am | 44 +-
linbox/Makefile.in | 825 -
linbox/algorithms/Makefile.am | 249 +-
linbox/algorithms/Makefile.in | 880 -
linbox/algorithms/alt-blackbox-block-container.h | 104 +
linbox/algorithms/bbcharpoly.h | 148 +-
linbox/algorithms/bbsolve.h | 14 +-
linbox/algorithms/blackbox-block-container-base.h | 91 +-
linbox/algorithms/blackbox-block-container.h | 24 +-
linbox/algorithms/blackbox-container-base.h | 37 +-
linbox/algorithms/blackbox-container-symmetric.h | 2 +-
linbox/algorithms/blackbox-container.h | 25 +-
linbox/algorithms/blas-domain-multimod.h | 94 -
linbox/algorithms/blas-domain.h | 827 -
linbox/algorithms/blas-domain.inl | 1507 -
linbox/algorithms/block-coppersmith-domain.h | 875 +
linbox/algorithms/block-lanczos.h | 10 +-
linbox/algorithms/block-lanczos.inl | 68 +-
linbox/algorithms/block-massey-domain.h | 425 +-
linbox/algorithms/block-wiedemann.h | 107 +-
linbox/algorithms/bm-seq.h | 716 -
linbox/algorithms/charpoly-rational.h | 76 +-
linbox/algorithms/cia.h | 41 +-
.../algorithms/classic-rational-reconstruction.h | 13 +-
linbox/algorithms/coppersmith-invariant-factors.h | 193 +
linbox/algorithms/coppersmith.h | 479 +
linbox/algorithms/cra-domain-omp.h | 12 +-
linbox/algorithms/cra-domain-seq.h | 55 +-
linbox/algorithms/cra-domain.h | 9 +-
linbox/algorithms/cra-early-multip.h | 81 +-
linbox/algorithms/cra-early-single.h | 8 +-
linbox/algorithms/cra-full-multip-fixed.h | 16 +-
linbox/algorithms/cra-full-multip.h | 311 +-
linbox/algorithms/cra-givrnsfixed.h | 68 +-
linbox/algorithms/cra-mpi.h | 4 +-
linbox/algorithms/cra.doxy | 2 +-
linbox/algorithms/dense-container.h | 16 +-
linbox/algorithms/dense-nullspace.h | 72 +-
linbox/algorithms/dense-nullspace.inl | 760 +-
linbox/algorithms/density.h | 85 +
linbox/algorithms/det-rational.h | 43 +-
linbox/algorithms/diophantine-solver.C | 4 +-
linbox/algorithms/diophantine-solver.h | 11 +-
linbox/algorithms/diophantine-solver.inl | 7 +-
linbox/algorithms/double-det.h | 34 +-
linbox/algorithms/dyadic-to-rational.h | 51 +-
linbox/algorithms/echelon-form.h | 45 +-
linbox/algorithms/eliminator.h | 7 +-
linbox/algorithms/eliminator.inl | 46 +-
linbox/algorithms/fast-rational-reconstruction.h | 65 +-
linbox/algorithms/gauss.h | 53 +-
linbox/algorithms/gauss/Makefile.in | 585 -
linbox/algorithms/gauss/gauss-elim-gf2.inl | 65 +-
linbox/algorithms/gauss/gauss-elim.inl | 203 +-
linbox/algorithms/gauss/gauss-gf2.inl | 107 +-
linbox/algorithms/gauss/gauss-nullspace.inl | 34 +-
linbox/algorithms/gauss/gauss-pivot-gf2.inl | 32 +-
linbox/algorithms/gauss/gauss-pivot.inl | 49 +-
linbox/algorithms/gauss/gauss-solve-gf2.inl | 23 +-
linbox/algorithms/gauss/gauss-solve.inl | 34 +-
linbox/algorithms/gauss/gauss.inl | 1410 +-
linbox/algorithms/hybrid-det.h | 172 +-
linbox/algorithms/iml.doxy | 29 +
linbox/algorithms/invariant-factors.h | 271 +
linbox/algorithms/la-block-lanczos.h | 27 +-
linbox/algorithms/la-block-lanczos.inl | 52 +-
linbox/algorithms/lanczos.h | 7 +-
linbox/algorithms/lanczos.inl | 46 +-
linbox/algorithms/last-invariant-factor.h | 94 +-
linbox/algorithms/lattice.doxy | 2 +-
linbox/algorithms/lattice.h | 15 +-
linbox/algorithms/lattice.inl | 13 +-
linbox/algorithms/lifting-container.h | 347 +-
linbox/algorithms/linbox-tags.h | 95 -
linbox/algorithms/massey-domain.h | 148 +-
linbox/algorithms/matpoly-mult.h | 508 +-
linbox/algorithms/matrix-blas3/Makefile.am | 4 +-
linbox/algorithms/matrix-blas3/Makefile.in | 579 -
linbox/algorithms/matrix-blas3/blas3.doxy | 2 +-
linbox/algorithms/matrix-blas3/mul-cra.inl | 191 +
linbox/algorithms/matrix-blas3/mul-flint.inl | 116 +
linbox/algorithms/matrix-blas3/mul-naive.inl | 49 +-
linbox/algorithms/matrix-blas3/mul-toomcook.inl | 509 +-
linbox/algorithms/matrix-blas3/mul.h | 68 +-
linbox/algorithms/matrix-hom.h | 322 +-
linbox/algorithms/matrix-inverse.h | 13 +-
linbox/algorithms/matrix-rank.h | 15 +-
linbox/algorithms/mg-block-lanczos.h | 28 +-
linbox/algorithms/mg-block-lanczos.inl | 148 +-
linbox/algorithms/minpoly-integer.h | 47 +-
linbox/algorithms/minpoly-rational.h | 81 +-
linbox/algorithms/one-invariant-factor.h | 6 +-
linbox/algorithms/opencl-environ.h | 375 +
linbox/algorithms/opencl-kernels/Makefile.am | 34 +
linbox/algorithms/opencl-kernels/file-list.txt | 40 +
.../kernel-axmy-modulus-dp-unroll.cl | 95 +
.../opencl-kernels/kernel-axmy-modulus-dp.cl | 68 +
.../kernel-axmy-modulus-sp-unroll.cl | 94 +
.../opencl-kernels/kernel-axmy-modulus-sp.cl | 67 +
.../kernel-axmy-partial-1024-dp-unroll.cl | 93 +
.../opencl-kernels/kernel-axmy-partial-1024-dp.cl | 79 +
.../kernel-axmy-partial-1024-sp-unroll.cl | 92 +
.../opencl-kernels/kernel-axmy-partial-1024-sp.cl | 78 +
.../kernel-axmy-partial-16-sp-unroll.cl | 79 +
.../opencl-kernels/kernel-axmy-partial-16-sp.cl | 66 +
.../kernel-axmy-partial-32-dp-unroll.cl | 93 +
.../opencl-kernels/kernel-axmy-partial-32-dp.cl | 79 +
.../kernel-axmy-partial-32-sp-unroll.cl | 92 +
.../opencl-kernels/kernel-axmy-partial-32-sp.cl | 78 +
.../kernel-axmy-partial-8-dp-unroll.cl | 82 +
.../opencl-kernels/kernel-axmy-partial-8-dp.cl | 71 +
.../kernel-axpy-modulus-dp-unroll.cl | 95 +
.../opencl-kernels/kernel-axpy-modulus-dp.cl | 68 +
.../kernel-axpy-modulus-sp-unroll.cl | 94 +
.../opencl-kernels/kernel-axpy-modulus-sp.cl | 67 +
.../kernel-axpy-partial-1024-dp-unroll.cl | 93 +
.../opencl-kernels/kernel-axpy-partial-1024-dp.cl | 79 +
.../kernel-axpy-partial-1024-sp-unroll.cl | 92 +
.../opencl-kernels/kernel-axpy-partial-1024-sp.cl | 78 +
.../kernel-axpy-partial-16-sp-unroll.cl | 79 +
.../opencl-kernels/kernel-axpy-partial-16-sp.cl | 66 +
.../kernel-axpy-partial-32-dp-unroll.cl | 93 +
.../opencl-kernels/kernel-axpy-partial-32-dp.cl | 79 +
.../kernel-axpy-partial-32-sp-unroll.cl | 92 +
.../opencl-kernels/kernel-axpy-partial-32-sp.cl | 78 +
.../kernel-axpy-partial-8-dp-unroll.cl | 82 +
.../opencl-kernels/kernel-axpy-partial-8-dp.cl | 71 +
.../kernel-maxpy-modulus-dp-unroll.cl | 95 +
.../opencl-kernels/kernel-maxpy-modulus-dp.cl | 68 +
.../kernel-maxpy-modulus-sp-unroll.cl | 94 +
.../opencl-kernels/kernel-maxpy-modulus-sp.cl | 67 +
.../kernel-maxpy-partial-1024-dp-unroll.cl | 93 +
.../opencl-kernels/kernel-maxpy-partial-1024-dp.cl | 79 +
.../kernel-maxpy-partial-1024-sp-unroll.cl | 92 +
.../opencl-kernels/kernel-maxpy-partial-1024-sp.cl | 78 +
.../kernel-maxpy-partial-16-sp-unroll.cl | 79 +
.../opencl-kernels/kernel-maxpy-partial-16-sp.cl | 66 +
.../kernel-maxpy-partial-32-dp-unroll.cl | 93 +
.../opencl-kernels/kernel-maxpy-partial-32-dp.cl | 79 +
.../kernel-maxpy-partial-32-sp-unroll.cl | 92 +
.../opencl-kernels/kernel-maxpy-partial-32-sp.cl | 78 +
.../kernel-maxpy-partial-8-dp-unroll.cl | 82 +
.../opencl-kernels/kernel-maxpy-partial-8-dp.cl | 71 +
.../opencl-kernels/kernel-modulus-dp-unroll.cl | 89 +
.../algorithms/opencl-kernels/kernel-modulus-dp.cl | 62 +
.../opencl-kernels/kernel-modulus-sp-unroll.cl | 88 +
.../algorithms/opencl-kernels/kernel-modulus-sp.cl | 61 +
.../kernel-muladd-modulus-dp-unroll.cl | 109 +
.../opencl-kernels/kernel-muladd-modulus-dp.cl | 82 +
.../kernel-muladd-modulus-sp-unroll.cl | 108 +
.../opencl-kernels/kernel-muladd-modulus-sp.cl | 81 +
.../kernel-muladd-partial-1024-dp-unroll.cl | 107 +
.../kernel-muladd-partial-1024-dp.cl | 93 +
.../kernel-muladd-partial-1024-sp-unroll.cl | 106 +
.../kernel-muladd-partial-1024-sp.cl | 92 +
.../kernel-muladd-partial-16-sp-unroll.cl | 96 +
.../opencl-kernels/kernel-muladd-partial-16-sp.cl | 83 +
.../kernel-muladd-partial-32-dp-unroll.cl | 107 +
.../opencl-kernels/kernel-muladd-partial-32-dp.cl | 93 +
.../kernel-muladd-partial-32-sp-unroll.cl | 106 +
.../opencl-kernels/kernel-muladd-partial-32-sp.cl | 92 +
.../kernel-muladd-partial-8-dp-unroll.cl | 96 +
.../opencl-kernels/kernel-muladd-partial-8-dp.cl | 86 +
linbox/algorithms/opencl-kernels/kernel-parser.py | 177 +
.../kernel-partial-1024-dp-unroll.cl | 87 +
.../opencl-kernels/kernel-partial-1024-dp.cl | 73 +
.../kernel-partial-1024-sp-unroll.cl | 86 +
.../opencl-kernels/kernel-partial-1024-sp.cl | 72 +
.../opencl-kernels/kernel-partial-16-sp-unroll.cl | 74 +
.../opencl-kernels/kernel-partial-16-sp.cl | 61 +
.../opencl-kernels/kernel-partial-32-dp-unroll.cl | 87 +
.../opencl-kernels/kernel-partial-32-dp.cl | 73 +
.../opencl-kernels/kernel-partial-32-sp-unroll.cl | 86 +
.../opencl-kernels/kernel-partial-32-sp.cl | 72 +
.../opencl-kernels/kernel-partial-8-dp-unroll.cl | 77 +
.../opencl-kernels/kernel-partial-8-dp.cl | 67 +
.../opencl-kernels/opencl-domain-kernels.inl | 2276 +
linbox/algorithms/opencl-resource-controller.h | 533 +
linbox/algorithms/poly-det.h | 195 +
linbox/algorithms/poly-interpolation.h | 174 +
linbox/algorithms/polynomial-matrix/Makefile.am | 39 +
.../polynomial-matrix/matpoly-add-domain.h | 91 +
.../matpoly-mult-fft-multiprecision.inl | 668 +
.../matpoly-mult-fft-wordsize-fast.inl | 314 +
.../matpoly-mult-fft-wordsize-three-primes.inl | 291 +
.../matpoly-mult-fft-wordsize.inl | 127 +
.../polynomial-matrix/matpoly-mult-fft.h | 120 +
.../polynomial-matrix/matpoly-mult-kara.h | 364 +
.../polynomial-matrix/matpoly-mult-naive.h | 143 +
linbox/algorithms/polynomial-matrix/order-basis.h | 641 +
.../polynomial-fft-transform-simd.inl | 817 +
.../polynomial-matrix/polynomial-fft-transform.h | 331 +
.../polynomial-matrix/polynomial-fft-transform.inl | 238 +
.../polynomial-matrix/polynomial-matrix-domain.h | 218 +
linbox/algorithms/polynomial-matrix/simd.h | 273 +
linbox/algorithms/rational-cra-early-multip.h | 77 +-
linbox/algorithms/rational-cra-early-single.h | 9 +-
linbox/algorithms/rational-cra-full-multip.h | 73 +-
linbox/algorithms/rational-cra.h | 26 +-
linbox/algorithms/rational-cra2.h | 211 +-
linbox/algorithms/rational-reconstruction-base.h | 26 +-
linbox/algorithms/rational-reconstruction.h | 332 +-
linbox/algorithms/rational-solver-adaptive.h | 18 +-
linbox/algorithms/rational-solver-sn.h | 50 +-
linbox/algorithms/rational-solver-sn.inl | 58 +-
linbox/algorithms/rational-solver.h | 20 +-
linbox/algorithms/rational-solver.inl | 242 +-
linbox/algorithms/rational-solver2.h | 59 +-
linbox/algorithms/rns.h | 6 +-
linbox/algorithms/rns.inl | 4 +-
linbox/algorithms/short-vector.h | 14 +-
linbox/algorithms/sigma-basis.h | 273 +-
linbox/algorithms/signature.h | 111 +-
linbox/algorithms/smith-form-adaptive.h | 31 +-
linbox/algorithms/smith-form-adaptive.inl | 216 +-
linbox/algorithms/smith-form-binary.h | 42 +-
linbox/algorithms/smith-form-iliopoulos.h | 76 +-
linbox/algorithms/smith-form-iliopoulos2.h | 468 +
linbox/algorithms/smith-form-kannan-bachem.h | 358 +
linbox/algorithms/smith-form-local.h | 15 +-
linbox/algorithms/smith-form-local2.inl | 21 +-
linbox/algorithms/smith-form-sparseelim-local.h | 203 +-
.../algorithms/smith-form-sparseelim-poweroftwo.h | 371 +-
linbox/algorithms/smith-form-textbook.h | 268 +
linbox/algorithms/toeplitz-det.h | 19 +-
linbox/algorithms/triangular-solve-gf2.h | 20 +-
linbox/algorithms/triangular-solve.h | 19 +-
linbox/algorithms/varprec-cra-early-multip.h | 156 +-
linbox/algorithms/varprec-cra-early-single.h | 35 +-
linbox/algorithms/vector-fraction.h | 63 +-
linbox/algorithms/whisart_trace.h | 139 +-
linbox/algorithms/wiedemann.h | 60 +-
linbox/algorithms/wiedemann.inl | 65 +-
linbox/blackbox/Makefile.am | 43 +-
linbox/blackbox/Makefile.in | 650 -
linbox/blackbox/apply.h | 134 +-
linbox/blackbox/bb.h | 85 +
linbox/blackbox/blackbox.doxy | 21 +-
linbox/blackbox/blackbox.h | 69 +
linbox/blackbox/blackbox_parallel.h | 274 +
linbox/blackbox/blackbox_thread.h | 405 +
linbox/blackbox/block-hankel-inverse.h | 101 +-
linbox/blackbox/block-hankel.h | 134 +-
linbox/blackbox/block-toeplitz.h | 6 +-
linbox/blackbox/butterfly.h | 478 +-
linbox/blackbox/butterfly.inl | 845 +
linbox/blackbox/companion.h | 70 +-
linbox/blackbox/compose.h | 49 +-
linbox/blackbox/csf.h | 491 +
linbox/blackbox/csf.inl | 215 +
linbox/blackbox/dense-zero-one.h | 405 +
linbox/blackbox/diagonal-gf2.h | 10 +-
linbox/blackbox/diagonal.h | 380 +-
linbox/blackbox/direct-sum.h | 39 +-
linbox/blackbox/fibb-product.h | 418 +
linbox/blackbox/fibb.h | 111 +
linbox/blackbox/frobenius.h | 18 +-
linbox/blackbox/hilbert.h | 54 +-
linbox/blackbox/inverse.h | 32 +-
linbox/blackbox/jit-matrix.h | 132 +-
linbox/blackbox/lambda-sparse.h | 11 +-
linbox/blackbox/matrix-blackbox.h | 14 +-
linbox/blackbox/moore-penrose.h | 6 +-
linbox/blackbox/ntl-hankel.h | 35 +-
linbox/blackbox/ntl-hankel.inl | 70 +-
linbox/blackbox/ntl-sylvester.h | 12 +-
linbox/blackbox/ntl-sylvester.inl | 107 +-
linbox/blackbox/pascal.h | 278 +
linbox/blackbox/permutation.h | 413 +-
linbox/blackbox/polynomial.h | 8 +-
linbox/blackbox/quad-matrix.h | 73 +-
linbox/blackbox/random-matrix.h | 31 +-
linbox/blackbox/rational-matrix-factory.h | 51 +-
linbox/blackbox/scalar-matrix.h | 185 +-
linbox/blackbox/scompose.h | 5 +-
linbox/blackbox/sparse.h | 443 -
linbox/blackbox/sparse.inl | 77 -
linbox/blackbox/sparse1.h | 463 -
linbox/blackbox/squarize.h | 12 +-
linbox/blackbox/submatrix.h | 60 +-
linbox/blackbox/subrowmatrix.h | 219 +
linbox/blackbox/sum.h | 19 +-
linbox/blackbox/toeplitz.h | 159 +-
linbox/blackbox/toeplitz.inl | 207 +-
linbox/blackbox/transpose.h | 27 +-
linbox/blackbox/triangular-fibb.h | 322 +
linbox/blackbox/triplesbb.h | 348 -
linbox/blackbox/zero-one.h | 45 +-
linbox/blackbox/zero-one.inl | 84 +-
linbox/blackbox/zo-gf2.h | 10 +-
linbox/blackbox/zo-gf2.inl | 37 +-
linbox/blackbox/zo.h | 42 +-
linbox/blackbox/zo.inl | 18 +-
linbox/blackbox/zoi.inl | 244 +
linbox/element/Makefile.in | 582 -
linbox/element/abstract.h | 3 +-
linbox/element/envelope.h | 3 +-
linbox/field/Givaro/Makefile.am | 42 -
linbox/field/Givaro/Makefile.in | 591 -
linbox/field/Givaro/givaro-extension.h | 321 -
linbox/field/Givaro/givaro-field-gf2.h | 218 -
linbox/field/Givaro/givaro-field.h | 200 -
linbox/field/Givaro/givaro-gfq.h | 283 -
linbox/field/Givaro/givaro-montg.h | 207 -
linbox/field/Givaro/givaro-rational.h | 229 -
linbox/field/Givaro/givaro-zpz.h | 518 -
linbox/field/Givaro/givaro-zpz.inl | 288 -
linbox/field/Makefile.am | 48 +-
linbox/field/Makefile.in | 782 -
linbox/field/Modular/Makefile.am | 44 -
linbox/field/Modular/Makefile.in | 592 -
linbox/field/Modular/modular-balanced-double.h | 342 -
linbox/field/Modular/modular-balanced-float.h | 336 -
linbox/field/Modular/modular-balanced-int32.h | 336 -
linbox/field/Modular/modular-balanced-int64.h | 345 -
linbox/field/Modular/modular-byte.h | 773 -
linbox/field/Modular/modular-crooked-double.h | 616 -
linbox/field/Modular/modular-double.h | 381 -
linbox/field/Modular/modular-float.h | 335 -
linbox/field/Modular/modular-int32.h | 526 -
linbox/field/Modular/modular-int64.h | 505 -
linbox/field/Modular/modular-short.h | 794 -
linbox/field/Modular/modular-unsigned.h | 1102 -
linbox/field/Modular/modular.inl | 771 -
linbox/field/NTL/Makefile.am | 46 -
linbox/field/NTL/Makefile.in | 592 -
linbox/field/NTL/ntl-GF2E.h | 242 -
linbox/field/NTL/ntl-RR.h | 334 -
linbox/field/NTL/ntl-ZZ.h | 771 -
linbox/field/NTL/ntl-ZZ_p.h | 500 -
linbox/field/NTL/ntl-ZZ_pE.h | 419 -
linbox/field/NTL/ntl-ZZ_pX.h | 341 -
linbox/field/NTL/ntl-lzz_p.h | 348 -
linbox/field/NTL/ntl-lzz_pE.h | 268 -
linbox/field/NTL/ntl-lzz_pX.h | 329 -
linbox/field/PID-double.h | 347 -
linbox/field/PID-integer.h | 576 -
linbox/field/PID-ntl-zz_p.h | 93 -
linbox/field/PIR-modular-int32.h | 700 -
linbox/field/PIR-ntl-ZZ_p.h | 905 -
linbox/field/abstract.h | 17 +-
linbox/field/archetype.h | 81 +-
linbox/field/block-ring.h | 622 -
linbox/field/envelope.h | 17 +-
linbox/field/field-interface.h | 2 +-
linbox/field/field-traits.h | 44 +-
linbox/field/gf2.h | 74 +-
linbox/field/givaro.h | 48 -
linbox/field/gmp-rational.h | 51 +-
linbox/field/hom.h | 352 +-
linbox/field/image-field.h | 86 +
linbox/field/integers.doxy | 5 +-
linbox/field/lidia-gfq.h | 776 -
linbox/field/lidia.doxy | 29 -
linbox/field/lidia.h | 42 -
linbox/field/local2_32.h | 337 -
linbox/field/modular-balanced.h | 52 -
linbox/field/modular.doxy | 33 -
linbox/field/modular.h | 842 -
linbox/field/multimod-field.h | 63 +-
linbox/field/ntl.doxy | 30 -
linbox/field/ntl.h | 59 -
linbox/field/param-fuzzy.h | 24 +-
linbox/field/rebind.h | 2 +-
linbox/field/unparametric.h | 337 -
linbox/integer.h | 199 +-
linbox/iterators/Makefile.am | 26 +
linbox/iterators/blackbox-symmetric-iterator.h | 91 +
linbox/iterators/blackbox-symmetrize-iterator.h | 84 +
linbox/linbox-config.h | 346 +-
linbox/linbox-tags.h | 139 +
linbox/matrix/Makefile.am | 62 +-
linbox/matrix/Makefile.in | 605 -
linbox/matrix/abnormal-helpers.h | 171 +
linbox/matrix/abnormal-matrix.h | 107 +
linbox/matrix/blas-matrix-multimod.h | 218 -
linbox/matrix/blas-matrix.h | 1210 -
linbox/matrix/blas-matrix.inl | 1742 -
linbox/matrix/blas-submatrix.inl | 1085 -
linbox/matrix/blas-triangularmatrix.inl | 144 -
linbox/matrix/dense-matrix.doxy | 32 +
linbox/matrix/dense-matrix.h | 190 +
linbox/matrix/dense-rows-matrix.h | 264 -
linbox/matrix/densematrix/Makefile.am | 34 +
linbox/matrix/densematrix/blas-matrix-multimod.h | 217 +
linbox/matrix/densematrix/blas-matrix.h | 1254 +
linbox/matrix/densematrix/blas-matrix.inl | 1548 +
linbox/matrix/densematrix/blas-submatrix.inl | 1239 +
linbox/matrix/densematrix/blas-transposed-matrix.h | 106 +
.../matrix/densematrix/blas-triangularmatrix.inl | 145 +
linbox/matrix/factorized-matrix.h | 58 +-
linbox/matrix/factorized-matrix.inl | 726 +-
linbox/matrix/grid.h | 612 +
linbox/matrix/matrix-category.h | 69 +-
linbox/matrix/matrix-domain.doxy | 32 +
linbox/matrix/matrix-domain.h | 1183 +-
linbox/matrix/matrix-domain.inl | 1183 -
linbox/matrix/matrix-iterators.doxy | 45 +
linbox/matrix/matrix-traits.h | 92 +
linbox/matrix/matrix.doxy | 71 +-
linbox/matrix/matrixdomain/Makefile.am | 51 +
linbox/matrix/matrixdomain/apply-domain.h | 462 +
linbox/matrix/matrixdomain/blas-matrix-domain.h | 980 +
linbox/matrix/matrixdomain/blas-matrix-domain.inl | 2101 +
.../matrix/{ => matrixdomain}/matrix-domain-gf2.h | 0
linbox/matrix/matrixdomain/matrix-domain.h | 1245 +
linbox/matrix/matrixdomain/matrix-domain.inl | 1200 +
linbox/matrix/matrixdomain/opencl-domain-factory.h | 750 +
.../matrix/matrixdomain/opencl-domain-memory.inl | 333 +
linbox/matrix/matrixdomain/opencl-domain-util.inl | 898 +
linbox/matrix/matrixdomain/opencl-domain.h | 995 +
linbox/matrix/matrixdomain/opencl-domain.inl | 2459 +
linbox/matrix/matrixdomain/plain-domain.h | 240 +
linbox/matrix/permutation-matrix.doxy | 32 +
linbox/matrix/permutation-matrix.h | 4 +-
linbox/matrix/permutation-matrix.inl | 4 +-
linbox/matrix/plain-matrix.h | 203 +
linbox/matrix/polynomial-matrix.h | 687 +
linbox/matrix/random-matrix.h | 22 +-
linbox/matrix/random-matrix.inl | 92 +-
linbox/matrix/sliced3.doxy | 32 +
linbox/matrix/sliced3.h | 44 +
linbox/matrix/sliced3/Makefile.am | 30 +
linbox/matrix/sliced3/dense-matrix.h | 524 +
linbox/matrix/sliced3/dense-sliced.h | 691 +
linbox/matrix/sliced3/dense-sliced.inl | 391 +
linbox/matrix/sliced3/sliced-domain.h | 165 +
linbox/matrix/sliced3/sliced-stepper.h | 63 +
linbox/matrix/sliced3/submat-iterator.h | 125 +
.../SlicedPolynomialMatrix.h | 197 +
.../SlicedPolynomialMatrix.inl | 376 +
.../SlicedPolynomialMatrixAddSub.h | 53 +
.../SlicedPolynomialMatrixAddSub.inl | 75 +
.../SlicedPolynomialMatrixMulKaratsuba.h | 26 +
.../SlicedPolynomialMatrixMulKaratsuba.inl | 258 +
.../SlicedPolynomialMatrixMulToomCook.h | 29 +
.../SlicedPolynomialMatrixMulToomCook.inl | 188 +
linbox/matrix/slicedpolynomialmatrix/conversion.h | 55 +
.../matrix/slicedpolynomialmatrix/conversion.inl | 114 +
linbox/matrix/sparse-formats.h | 98 +
linbox/matrix/sparse-matrix.doxy | 32 +
linbox/matrix/sparse-matrix.h | 287 +
linbox/matrix/sparse.h | 1724 -
linbox/matrix/sparse.inl | 983 -
linbox/matrix/sparsematrix/Makefile.am | 59 +
linbox/matrix/sparsematrix/read-write-sparse.h | 158 +
linbox/matrix/sparsematrix/read-write-sparse.inl | 604 +
.../sparsematrix/sparse-associative-vector.h | 672 +
.../sparsematrix/sparse-associative-vector.inl | 139 +
.../sparsematrix/sparse-coo-implicit-matrix.h | 977 +
linbox/matrix/sparsematrix/sparse-coo-matrix.h | 1282 +
linbox/matrix/sparsematrix/sparse-csr-matrix.h | 1615 +
linbox/matrix/sparsematrix/sparse-domain.h | 70 +
linbox/matrix/sparsematrix/sparse-ell-matrix.h | 1489 +
linbox/matrix/sparsematrix/sparse-ellr-matrix.h | 1542 +
linbox/matrix/sparsematrix/sparse-generic.h | 538 +
linbox/matrix/sparsematrix/sparse-generic.inl | 100 +
linbox/matrix/sparsematrix/sparse-hyb-matrix.h | 923 +
linbox/matrix/sparsematrix/sparse-map-map-matrix.h | 216 +
.../matrix/sparsematrix/sparse-map-map-matrix.inl | 672 +
.../matrix/sparsematrix/sparse-parallel-vector.h | 735 +
.../matrix/sparsematrix/sparse-parallel-vector.inl | 359 +
.../matrix/sparsematrix/sparse-sequence-vector.h | 713 +
.../matrix/sparsematrix/sparse-sequence-vector.inl | 179 +
linbox/matrix/sparsematrix/sparse-tpl-matrix-omp.h | 415 +
.../matrix/sparsematrix/sparse-tpl-matrix-omp.inl | 614 +
linbox/matrix/sparsematrix/sparse-tpl-matrix.h | 241 +
linbox/matrix/sparsematrix/sparse-tpl-matrix.inl | 253 +
linbox/matrix/sparsematrix/triples-coord.h | 200 +
linbox/matrix/transpose-matrix.h | 14 +-
linbox/randiter/Makefile.am | 38 +-
linbox/randiter/Makefile.in | 672 -
linbox/randiter/abstract.h | 2 +-
linbox/randiter/archetype.h | 2 +-
linbox/randiter/envelope.h | 6 +-
linbox/randiter/generic.h | 179 +
linbox/randiter/gf2.h | 4 +-
linbox/randiter/givaro-poly.h | 75 +
linbox/randiter/gmp-rational.h | 24 +-
linbox/randiter/mersenne-twister.h | 14 +-
linbox/randiter/modular-balanced.h | 32 +-
linbox/randiter/modular-crooked.h | 3 +-
linbox/randiter/modular.h | 393 -
linbox/randiter/multimod-randomprime.h | 30 +-
linbox/randiter/nonzero.h | 117 -
linbox/randiter/{ntl-ZZ.h => ntl-zz.h} | 0
linbox/randiter/param-fuzzy.h | 14 +-
linbox/randiter/random-fftprime.h | 170 +-
linbox/randiter/random-integer.h | 205 -
linbox/randiter/random-prime.h | 106 +-
linbox/randiter/unparametric.h | 207 -
linbox/ring/Makefile.am | 28 +-
linbox/ring/Makefile.in | 586 -
linbox/ring/gcd32.h | 196 +
linbox/ring/gcd64.h | 356 +
linbox/ring/givaro-poly-mod-poly.h | 41 +
linbox/ring/givaro-poly.h | 348 +
linbox/ring/givaro-polynomial.h | 131 +-
linbox/ring/local-pir-modular.h | 174 +
linbox/ring/local2_32.h | 262 +
linbox/ring/modular.h | 156 +
linbox/ring/modular/Makefile.am | 43 +
linbox/ring/modular/modular-balanced-double.h | 237 +
linbox/ring/modular/modular-balanced-float.h | 232 +
linbox/ring/modular/modular-balanced-int32.h | 265 +
linbox/ring/modular/modular-balanced-int64.h | 271 +
linbox/ring/modular/modular-byte.h | 388 +
linbox/ring/modular/modular-double.h | 242 +
linbox/ring/modular/modular-float.h | 214 +
linbox/ring/modular/modular-int32.h | 428 +
linbox/ring/modular/modular-int64.h | 445 +
linbox/ring/modular/modular-short.h | 386 +
linbox/ring/modular/modular-unsigned.h | 686 +
linbox/ring/modular/modular-unsigned.inl | 828 +
linbox/ring/ntl.doxy | 30 +
linbox/ring/ntl.h | 60 +
linbox/ring/ntl/Makefile.am | 47 +
linbox/ring/ntl/ntl-gf2e.h | 247 +
linbox/ring/ntl/ntl-lzz_p.h | 379 +
linbox/ring/ntl/ntl-lzz_pe.h | 313 +
linbox/ring/ntl/ntl-lzz_pex.h | 447 +
linbox/ring/ntl/ntl-lzz_px.h | 442 +
linbox/ring/ntl/ntl-rr.h | 356 +
linbox/ring/ntl/ntl-zz.h | 782 +
linbox/ring/ntl/ntl-zz_p.h | 525 +
linbox/ring/ntl/ntl-zz_pe.h | 434 +
linbox/ring/ntl/ntl-zz_px.h | 354 +
linbox/ring/pid-ntl-zz_p.h | 92 +
linbox/ring/pir-modular-int32.h | 713 +
linbox/ring/pir-ntl-zz_p.h | 913 +
linbox/ring/poweroftwomodular.h | 16 +-
linbox/ring/ring.doxy | 31 +-
linbox/solutions/Makefile.am | 35 +-
linbox/solutions/Makefile.in | 599 -
linbox/solutions/charpoly.h | 111 +-
linbox/solutions/det.h | 62 +-
linbox/solutions/getentry.h | 129 +-
linbox/solutions/getentry.inl | 127 +
linbox/solutions/is-positive-definite.h | 15 +-
linbox/solutions/is-positive-semidefinite.h | 8 +-
linbox/solutions/methods.h | 68 +-
linbox/solutions/minpoly.h | 21 +-
linbox/solutions/nullspace.h | 2 +-
linbox/solutions/rank.h | 643 +-
linbox/solutions/rank.inl | 652 +
linbox/solutions/smith-form.h | 29 +-
linbox/solutions/solution-tags.h | 56 +
linbox/solutions/solve.h | 190 +-
linbox/solutions/trace.h | 72 +-
linbox/solutions/trace.inl | 83 +
linbox/solutions/valence.h | 69 +-
linbox/switch/Makefile.am | 27 -
linbox/switch/Makefile.in | 576 -
linbox/switch/boolean.h | 195 -
linbox/switch/cekstv-gf2.h | 142 -
linbox/switch/cekstv.h | 200 -
linbox/util/Makefile.am | 42 +-
linbox/util/Makefile.in | 800 -
linbox/util/args-parser.h | 41 +
linbox/util/commentator.h | 78 +-
linbox/util/commentator.inl | 111 +-
linbox/util/debug.C | 4 +-
linbox/util/debug.h | 26 +-
linbox/util/error.C | 3 +-
linbox/util/error.h | 5 +-
linbox/util/field-axpy.h | 64 +-
linbox/util/formats/Makefile.in | 579 -
linbox/util/formats/maple.h | 24 +-
linbox/util/formats/matrix-market.h | 27 +-
linbox/util/formats/matrix-stream-readers.h | 15 +-
linbox/util/formats/sms.h | 13 +-
linbox/util/formats/sparse-row.h | 2 +-
linbox/util/iml_wrapper.h | 4 +-
linbox/util/matrix-stream.h | 21 +-
linbox/util/matrix-stream.inl | 32 +-
linbox/util/prime-stream.h | 12 +-
linbox/util/timer.h | 18 +-
linbox/util/write-mm.h | 111 +
linbox/vector/Makefile.am | 3 +
linbox/vector/Makefile.in | 592 -
linbox/vector/bit-vector.h | 44 +-
linbox/vector/bit-vector.inl | 56 +-
linbox/vector/blas-vector.h | 992 +
linbox/vector/blas-vector.inl | 47 +
linbox/vector/reverse.h | 12 +-
.../SlicedPolynomialMatrixVectorMulKaratsuba.h | 27 +
.../SlicedPolynomialMatrixVectorMulKaratsuba.inl | 245 +
.../SlicedPolynomialVector.h | 173 +
.../SlicedPolynomialVector.inl | 329 +
.../SlicedPolynomialVectorAddSub.h | 53 +
.../SlicedPolynomialVectorAddSub.inl | 75 +
linbox/vector/stream-gf2.h | 17 +-
linbox/vector/stream.h | 201 +-
linbox/vector/subiterator.h | 178 +-
linbox/vector/subvector.h | 37 +-
linbox/vector/vector-domain-gf2.h | 27 +-
linbox/vector/vector-domain.h | 138 +-
linbox/vector/vector-domain.inl | 548 +-
linbox/vector/vector-traits.h | 27 +-
linbox/vector/vector.h | 58 +
macros/Makefile.am | 4 +-
macros/Makefile.in | 490 -
macros/ax_cxx_compile_stdcxx_11.m4 | 133 +
macros/debug.m4 | 70 +-
macros/expat-check.m4 | 4 +-
macros/fflas-ffpack-check.m4 | 40 +-
macros/flint-check.m4 | 147 +
macros/fplll-check.m4 | 13 +-
macros/givaro-check.m4 | 144 -
macros/gmp-check.m4 | 175 -
macros/iml-check.m4 | 4 +-
macros/lapack-check.m4 | 8 +-
macros/libtool.m4 | 7995 --
macros/lidia-check.m4 | 4 +-
macros/linbox-benchmark.m4 | 8 +-
macros/ltoptions.m4 | 384 -
macros/ltsugar.m4 | 123 -
macros/ltversion.m4 | 23 -
macros/lt~obsolete.m4 | 98 -
macros/m4ri-check.m4 | 4 +-
macros/m4rie-check.m4 | 4 +-
macros/mpfr-check.m4 | 4 +-
macros/ntl-check.m4 | 4 +-
macros/ocl-check.m4 | 95 +
macros/omp-check.m4 | 77 +
macros/saclib-check.m4 | 3 +-
macros/sage-check.m4 | 6 +-
macros/tinyxml2-check.m4 | 46 +
template.h | 131 +
tests/.gitignore | 64 +
tests/Makefile.am | 921 +-
tests/Makefile.in | 2599 -
tests/benchmark-fields.C | 88 +-
tests/checker.C | 569 +-
tests/data/Makefile.am | 4 +-
tests/data/Makefile.in | 475 -
tests/data/matrix-market-coordinate.matrix | 1 +
tests/data/test.matrix | 10 -
tests/matrix/Makefile.in | 474 -
tests/matrix/invhilb.h | 6 +-
tests/matrix/minmax.h | 6 +-
tests/matrix/randomans.h | 17 +-
tests/matrix/randommat.h | 6 +-
tests/perfpublisher.sh | 158 +
tests/test-PID-integer.C | 91 -
tests/test-bitonic-sort.C | 9 +-
tests/test-blackbox-block-container.C | 172 +-
tests/test-blackbox.h | 247 +-
tests/test-blas-domain.C | 771 +-
tests/test-blas-matrix.C | 356 +
tests/test-block-ring.C | 12 +-
tests/test-block-wiedemann.C | 190 +
tests/test-bmseq.C | 233 -
tests/test-butterfly.C | 106 +-
tests/test-charpoly.C | 154 +-
tests/test-commentator.C | 10 +-
tests/test-common.C | 93 -
tests/test-common.h | 99 +-
tests/test-common.inl | 93 +
tests/test-companion.C | 35 +-
tests/test-cra.C | 35 +-
tests/test-cradomain.C | 132 +-
tests/test-dense-zero-one.C | 75 +-
tests/test-dense.C | 120 +-
tests/test-det.C | 118 +-
tests/test-diagonal.C | 86 +-
tests/test-dif.C | 30 +-
tests/test-direct-sum.C | 24 +-
tests/test-dyadic-to-rational.C | 43 +-
tests/test-echelon-form.C | 70 +-
tests/test-ffpack.C | 332 +-
tests/test-fibb.C | 313 +
tests/test-field.h | 501 +-
tests/test-frobenius.C | 22 +-
tests/test-ftrmm.C | 113 +-
tests/test-generic.h | 11 +-
tests/test-getentry.C | 64 +-
tests/test-gf2.C | 263 +-
tests/test-givaro-fields.C | 180 -
tests/test-givaro-zpz.C | 190 +
tests/test-givaro-zpzuns.C | 150 +
tests/test-givaropoly.C | 96 +
tests/test-gmp-rational.C | 18 +-
tests/test-hilbert.C | 11 +-
tests/test-hom.C | 8 +-
tests/test-image-field.C | 117 +
tests/test-inverse.C | 63 +-
tests/test-isposdef.C | 57 +-
tests/test-ispossemidef.C | 49 +-
tests/test-la-block-lanczos.C | 36 +-
tests/test-last-invariant-factor.C | 49 +-
tests/test-lidia-gfq.C | 93 -
tests/test-matrix-domain.C | 155 +-
tests/test-matrix-domain.h | 191 +
tests/test-matrix-stream.C | 9 +-
tests/test-matrix-utils.h | 322 +
tests/test-mg-block-lanczos.C | 33 +-
tests/test-minpoly.C | 252 +-
tests/test-modular-balanced-double.C | 63 +-
tests/test-modular-balanced-float.C | 61 +-
tests/test-modular-balanced-int.C | 139 +-
tests/test-modular-byte.C | 40 +-
tests/test-modular-double.C | 72 +-
tests/test-modular-float.C | 77 +-
tests/test-modular-int.C | 116 +-
tests/test-modular-short.C | 44 +-
tests/test-modular.C | 65 +-
tests/test-moore-penrose.C | 52 +-
tests/test-ntl-RR.C | 98 -
tests/test-ntl-ZZ_p.C | 118 -
tests/test-ntl-hankel.C | 43 +-
tests/test-ntl-lzz_p.C | 14 +-
tests/test-ntl-lzz_pe.C | 94 +
tests/test-ntl-lzz_pex.C | 90 +
tests/test-ntl-lzz_px.C | 90 +
tests/test-ntl-rr.C | 96 +
tests/test-ntl-sylvester.C | 38 +-
tests/test-ntl-toeplitz.C | 32 +-
tests/test-ntl-zz_p.C | 118 +
tests/test-nullspace.C | 323 +-
tests/test-opencl-domain.C | 891 +
tests/test-optimization.C | 7 +-
tests/test-order-basis.C | 157 +
tests/test-param-fuzzy.C | 18 +-
tests/test-permutation.C | 137 +
tests/test-plain-domain.C | 1632 +
tests/test-poly-det.C | 117 +
tests/test-qlup.C | 250 +-
tests/test-quad-matrix.C | 139 +
tests/test-randiter-nonzero.C | 29 +-
tests/test-random-matrix.C | 44 +
tests/test-rank-Int.C | 76 +
tests/test-rank-md.C | 83 +
tests/test-rank-u32.C | 80 +
tests/test-rank.C | 345 -
tests/test-rank.h | 384 +
tests/test-rat-charpoly.C | 21 +-
tests/test-rat-minpoly.C | 27 +-
tests/test-rat-solve.C | 41 +-
tests/test-rational-matrix-factory.C | 16 +-
tests/test-rational-reconstruction-base.C | 119 +-
tests/test-rational-solver-adaptive.C | 74 +-
tests/test-rational-solver.C | 218 +-
tests/test-regression.C | 125 +
tests/test-scalar-matrix.C | 12 +-
tests/test-smith-form-adaptive.C | 49 +-
tests/test-smith-form-binary.C | 85 +-
tests/test-smith-form-iliopoulos.C | 341 +-
tests/test-smith-form-kannan-bachem.C | 74 +
tests/test-smith-form-local.C | 177 +-
tests/test-smith-form.C | 78 +-
tests/test-solve-nonsingular.C | 84 +-
tests/test-solve.C | 125 +-
tests/test-sparse-map-map.C | 261 +
tests/test-sparse.C | 665 +-
tests/test-subiterator.C | 61 +-
tests/test-submatrix.C | 62 +-
tests/test-subvector.C | 494 +-
tests/test-sum.C | 68 +-
tests/test-toeplitz-det.C | 24 +-
tests/test-toom-cook.C | 413 +-
tests/test-trace.C | 85 +-
tests/test-transpose.C | 224 +
tests/test-triplesbb-omp.C | 414 +
tests/test-triplesbb.C | 160 +-
tests/test-tutorial.C | 64 +
tests/test-unparametric-field.C | 98 -
tests/test-vector-domain.C | 56 +-
tests/test-vector-domain.h | 73 +-
tests/test-zero-one.C | 22 +-
tests/test-zo.C | 137 -
tests/test_leak.sh | 61 +
tests/tests.doxy | 4 +-
955 files changed, 334474 insertions(+), 123874 deletions(-)
create mode 100644 .gitignore
create mode 100644 CHANGED-INTERFACES
create mode 100644 HACKING
delete mode 100644 INSTALL
delete mode 100644 Makefile.in
create mode 100644 RELEASE-INSTRUCTIONS
delete mode 100644 aclocal.m4
create mode 100755 autogen.sh
create mode 100644 benchmarks/BenchmarkFile.h
create mode 100644 benchmarks/BenchmarkFile.inl
create mode 100644 benchmarks/CSValue.h
delete mode 100644 benchmarks/Makefile.in
create mode 100644 benchmarks/README
delete mode 100644 benchmarks/benchmark-crafixed.C
create mode 100644 benchmarks/benchmark-example.C
delete mode 100644 benchmarks/benchmark-fgemm.C
delete mode 100644 benchmarks/benchmark-ftrXm.C
create mode 100644 benchmarks/benchmark-metadata.C
create mode 100644 benchmarks/benchmark-metadata.h
create mode 100755 benchmarks/benchmark-order-basis.C
create mode 100644 benchmarks/benchmark-utils.C
create mode 100644 benchmarks/benchmark-utils.h
create mode 100644 benchmarks/benchmark.C
create mode 100644 benchmarks/benchmark.inl
create mode 100644 benchmarks/block-coppersmith-benchmark.C
create mode 100644 benchmarks/data/Makefile.am
create mode 100644 benchmarks/gen-blocks.C
create mode 100644 benchmarks/invariant-factors-benchmark.C
create mode 100644 benchmarks/matrix/Makefile.am
create mode 100644 benchmarks/matrix/bibd_12_5_66x792.sms
create mode 100644 benchmarks/matrix/bibd_12_5_66x792.sms.gz
create mode 100644 benchmarks/matrix/bibd_13_6_78x1716.sms
create mode 100644 benchmarks/matrix/bibd_13_6_78x1716.sms.gz
create mode 100644 benchmarks/matrix/bibd_14_7_91x3432.sms
create mode 100644 benchmarks/matrix/bibd_14_7_91x3432.sms.gz
create mode 100644 benchmarks/omp-benchmark.C
create mode 100644 benchmarks/optimizer.h
create mode 100755 benchmarks/perfpublisher.sh
delete mode 100755 build-aux/config.guess
delete mode 100755 build-aux/config.sub
delete mode 100755 build-aux/install-sh
delete mode 100644 build-aux/ltmain.sh
delete mode 100755 build-aux/missing
delete mode 100644 config.h.in
delete mode 100755 configure
create mode 100644 debian/patches/fix-RR-RecCounter.patch
delete mode 100644 doc/Makefile.in
create mode 100644 doc/install-1.0.html
create mode 100644 doc/organization/Linbox.draft
create mode 100644 doc/organization/Makefile.am
create mode 100644 doc/tex/Makefile.am
delete mode 100644 doc/tutorial.html
create mode 100644 doc/versionning.doxy
delete mode 100644 examples/Makefile.in
create mode 100644 examples/Readme
create mode 100644 examples/athadet.C
create mode 100755 examples/bench-fft.C
create mode 100755 examples/bench-matpoly-mult.C
create mode 100644 examples/bigmat.C
create mode 100644 examples/blackbox/Makefile.am
create mode 100644 examples/blackbox/ex-mat0.C
create mode 100644 examples/blackbox/example.C
create mode 100644 examples/blackbox/load-det.C
create mode 100644 examples/blackbox/load-minpoly.C
create mode 100644 examples/blackbox/load-symmetrize.C
create mode 100644 examples/blackbox/mat.txt
create mode 100644 examples/blackbox/mat2.txt
create mode 100644 examples/blackbox/random-rank.C
create mode 100644 examples/blackbox/smith.C
create mode 100644 examples/data/Makefile.am
create mode 100644 examples/data/mat.txt
create mode 100644 examples/data/mat2.txt
create mode 100644 examples/data/test.matrix
create mode 100644 examples/data/wikivote
delete mode 100644 examples/fields/Makefile.in
create mode 100644 examples/find-invariant-factors.C
create mode 100644 examples/gf3-invariant-factors.C
create mode 100644 examples/grid_reduce.C
create mode 100644 examples/iliopoulos2.C
create mode 100644 examples/integer-mul.C
create mode 100644 examples/invariant-factors.C
create mode 100644 examples/makefile.mpi
create mode 100644 examples/map-sparse-test.C
create mode 100644 examples/map-sparse.h
create mode 100644 examples/map-sparse.inl
create mode 100644 examples/mpidet.C
create mode 100644 examples/nullspacebasis.C
create mode 100644 examples/nullspacebasis_rank.C
create mode 100644 examples/omp_block_rank.C
create mode 100644 examples/omp_smithvalence.C
create mode 100644 examples/poly-smith.C
create mode 100644 examples/power_rank.C
create mode 100644 examples/poweroftwo_ranks.C
create mode 100644 examples/qchar.C
create mode 100644 examples/rr.C
create mode 100644 examples/samplebb.C
create mode 100644 examples/solver/Makefile.am
create mode 100644 examples/solver/t-rdisolve.C
create mode 100755 examples/test.sh
create mode 100755 incremente-versions
delete mode 100644 interfaces/Makefile.in
delete mode 100644 interfaces/driver/Makefile.in
create mode 100644 interfaces/driver/compile-readme.txt
create mode 100644 interfaces/driver/lb-solve.C
delete mode 100644 interfaces/kaapi/Makefile.in
create mode 100644 interfaces/maple-old/Makefile.am
create mode 100644 interfaces/maple-old/Makefile.in.1
create mode 100644 interfaces/maple-old/Makefile.in.2
create mode 100644 interfaces/maple-old/README
create mode 100644 interfaces/maple-old/demonstration.mws
create mode 100644 interfaces/maple-old/lbffpack.mpl
create mode 100644 interfaces/maple-old/lbmaple-ffpack.C
create mode 100644 interfaces/maple-old/lbmaple.C
create mode 100644 interfaces/maple-old/lbmaple.mpl.head
create mode 100644 interfaces/maple-old/lbmaple.mpl.tail
delete mode 100644 interfaces/maple/Makefile.in
create mode 100644 interfaces/maple/lb-maple-path.pl
create mode 100644 interfaces/maple/lb-maple-path.sh
create mode 100755 interfaces/maple/lb-maple.mpl.bak
create mode 100755 interfaces/maple/linbox-demonstration-good.mw
create mode 100755 interfaces/maple/linbox-demonstration.mw
delete mode 100644 interfaces/sage/Makefile.in
create mode 100644 linbox.pc.in
delete mode 100644 linbox/Makefile.in
delete mode 100644 linbox/algorithms/Makefile.in
create mode 100644 linbox/algorithms/alt-blackbox-block-container.h
delete mode 100644 linbox/algorithms/blas-domain-multimod.h
delete mode 100644 linbox/algorithms/blas-domain.h
delete mode 100644 linbox/algorithms/blas-domain.inl
create mode 100644 linbox/algorithms/block-coppersmith-domain.h
delete mode 100644 linbox/algorithms/bm-seq.h
create mode 100644 linbox/algorithms/coppersmith-invariant-factors.h
create mode 100644 linbox/algorithms/coppersmith.h
create mode 100644 linbox/algorithms/density.h
delete mode 100644 linbox/algorithms/gauss/Makefile.in
mode change 100644 => 100755 linbox/algorithms/gauss/gauss-solve-gf2.inl
create mode 100644 linbox/algorithms/iml.doxy
create mode 100644 linbox/algorithms/invariant-factors.h
delete mode 100644 linbox/algorithms/linbox-tags.h
delete mode 100644 linbox/algorithms/matrix-blas3/Makefile.in
create mode 100644 linbox/algorithms/matrix-blas3/mul-cra.inl
create mode 100644 linbox/algorithms/matrix-blas3/mul-flint.inl
create mode 100644 linbox/algorithms/opencl-environ.h
create mode 100644 linbox/algorithms/opencl-kernels/Makefile.am
create mode 100644 linbox/algorithms/opencl-kernels/file-list.txt
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-modulus-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-modulus-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-modulus-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-modulus-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-1024-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-1024-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-1024-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-1024-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-16-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-16-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-32-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-32-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-32-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-32-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-8-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axmy-partial-8-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-modulus-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-modulus-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-modulus-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-modulus-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-1024-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-1024-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-1024-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-1024-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-16-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-16-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-32-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-32-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-32-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-32-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-8-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-axpy-partial-8-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-modulus-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-modulus-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-modulus-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-modulus-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-1024-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-1024-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-1024-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-1024-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-16-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-16-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-32-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-32-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-32-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-32-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-8-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-maxpy-partial-8-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-modulus-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-modulus-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-modulus-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-modulus-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-modulus-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-modulus-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-modulus-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-modulus-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-1024-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-1024-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-1024-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-1024-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-16-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-16-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-32-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-32-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-32-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-32-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-8-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-muladd-partial-8-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-parser.py
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-1024-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-1024-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-1024-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-1024-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-16-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-16-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-32-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-32-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-32-sp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-32-sp.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-8-dp-unroll.cl
create mode 100644 linbox/algorithms/opencl-kernels/kernel-partial-8-dp.cl
create mode 100644 linbox/algorithms/opencl-kernels/opencl-domain-kernels.inl
create mode 100644 linbox/algorithms/opencl-resource-controller.h
create mode 100644 linbox/algorithms/poly-det.h
create mode 100644 linbox/algorithms/poly-interpolation.h
create mode 100644 linbox/algorithms/polynomial-matrix/Makefile.am
create mode 100755 linbox/algorithms/polynomial-matrix/matpoly-add-domain.h
create mode 100644 linbox/algorithms/polynomial-matrix/matpoly-mult-fft-multiprecision.inl
create mode 100644 linbox/algorithms/polynomial-matrix/matpoly-mult-fft-wordsize-fast.inl
create mode 100644 linbox/algorithms/polynomial-matrix/matpoly-mult-fft-wordsize-three-primes.inl
create mode 100644 linbox/algorithms/polynomial-matrix/matpoly-mult-fft-wordsize.inl
create mode 100755 linbox/algorithms/polynomial-matrix/matpoly-mult-fft.h
create mode 100755 linbox/algorithms/polynomial-matrix/matpoly-mult-kara.h
create mode 100755 linbox/algorithms/polynomial-matrix/matpoly-mult-naive.h
create mode 100755 linbox/algorithms/polynomial-matrix/order-basis.h
create mode 100644 linbox/algorithms/polynomial-matrix/polynomial-fft-transform-simd.inl
create mode 100755 linbox/algorithms/polynomial-matrix/polynomial-fft-transform.h
create mode 100644 linbox/algorithms/polynomial-matrix/polynomial-fft-transform.inl
create mode 100755 linbox/algorithms/polynomial-matrix/polynomial-matrix-domain.h
create mode 100644 linbox/algorithms/polynomial-matrix/simd.h
create mode 100644 linbox/algorithms/smith-form-iliopoulos2.h
create mode 100644 linbox/algorithms/smith-form-kannan-bachem.h
create mode 100644 linbox/algorithms/smith-form-textbook.h
mode change 100644 => 100755 linbox/algorithms/whisart_trace.h
delete mode 100644 linbox/blackbox/Makefile.in
create mode 100644 linbox/blackbox/bb.h
create mode 100644 linbox/blackbox/blackbox.h
create mode 100644 linbox/blackbox/blackbox_parallel.h
create mode 100644 linbox/blackbox/blackbox_thread.h
create mode 100644 linbox/blackbox/butterfly.inl
create mode 100644 linbox/blackbox/csf.h
create mode 100644 linbox/blackbox/csf.inl
create mode 100644 linbox/blackbox/dense-zero-one.h
create mode 100644 linbox/blackbox/fibb-product.h
create mode 100644 linbox/blackbox/fibb.h
create mode 100644 linbox/blackbox/pascal.h
delete mode 100644 linbox/blackbox/sparse.h
delete mode 100644 linbox/blackbox/sparse.inl
delete mode 100644 linbox/blackbox/sparse1.h
create mode 100644 linbox/blackbox/subrowmatrix.h
create mode 100644 linbox/blackbox/triangular-fibb.h
delete mode 100644 linbox/blackbox/triplesbb.h
mode change 100644 => 100755 linbox/blackbox/zo-gf2.inl
create mode 100644 linbox/blackbox/zoi.inl
delete mode 100644 linbox/element/Makefile.in
delete mode 100644 linbox/field/Givaro/Makefile.am
delete mode 100644 linbox/field/Givaro/Makefile.in
delete mode 100644 linbox/field/Givaro/givaro-extension.h
delete mode 100644 linbox/field/Givaro/givaro-field-gf2.h
delete mode 100644 linbox/field/Givaro/givaro-field.h
delete mode 100644 linbox/field/Givaro/givaro-gfq.h
delete mode 100644 linbox/field/Givaro/givaro-montg.h
delete mode 100644 linbox/field/Givaro/givaro-rational.h
delete mode 100644 linbox/field/Givaro/givaro-zpz.h
delete mode 100644 linbox/field/Givaro/givaro-zpz.inl
delete mode 100644 linbox/field/Makefile.in
delete mode 100644 linbox/field/Modular/Makefile.am
delete mode 100644 linbox/field/Modular/Makefile.in
delete mode 100644 linbox/field/Modular/modular-balanced-double.h
delete mode 100644 linbox/field/Modular/modular-balanced-float.h
delete mode 100644 linbox/field/Modular/modular-balanced-int32.h
delete mode 100644 linbox/field/Modular/modular-balanced-int64.h
delete mode 100644 linbox/field/Modular/modular-byte.h
delete mode 100644 linbox/field/Modular/modular-crooked-double.h
delete mode 100644 linbox/field/Modular/modular-double.h
delete mode 100644 linbox/field/Modular/modular-float.h
delete mode 100644 linbox/field/Modular/modular-int32.h
delete mode 100644 linbox/field/Modular/modular-int64.h
delete mode 100644 linbox/field/Modular/modular-short.h
delete mode 100644 linbox/field/Modular/modular-unsigned.h
delete mode 100644 linbox/field/Modular/modular.inl
delete mode 100644 linbox/field/NTL/Makefile.am
delete mode 100644 linbox/field/NTL/Makefile.in
delete mode 100644 linbox/field/NTL/ntl-GF2E.h
delete mode 100644 linbox/field/NTL/ntl-RR.h
delete mode 100644 linbox/field/NTL/ntl-ZZ.h
delete mode 100644 linbox/field/NTL/ntl-ZZ_p.h
delete mode 100644 linbox/field/NTL/ntl-ZZ_pE.h
delete mode 100644 linbox/field/NTL/ntl-ZZ_pX.h
delete mode 100644 linbox/field/NTL/ntl-lzz_p.h
delete mode 100644 linbox/field/NTL/ntl-lzz_pE.h
delete mode 100644 linbox/field/NTL/ntl-lzz_pX.h
delete mode 100644 linbox/field/PID-double.h
delete mode 100644 linbox/field/PID-integer.h
delete mode 100644 linbox/field/PID-ntl-zz_p.h
delete mode 100644 linbox/field/PIR-modular-int32.h
delete mode 100644 linbox/field/PIR-ntl-ZZ_p.h
delete mode 100644 linbox/field/block-ring.h
delete mode 100644 linbox/field/givaro.h
create mode 100644 linbox/field/image-field.h
delete mode 100644 linbox/field/lidia-gfq.h
delete mode 100644 linbox/field/lidia.doxy
delete mode 100644 linbox/field/lidia.h
delete mode 100644 linbox/field/local2_32.h
delete mode 100644 linbox/field/modular-balanced.h
delete mode 100644 linbox/field/modular.doxy
delete mode 100644 linbox/field/modular.h
delete mode 100644 linbox/field/ntl.doxy
delete mode 100644 linbox/field/ntl.h
delete mode 100644 linbox/field/unparametric.h
create mode 100644 linbox/iterators/Makefile.am
create mode 100644 linbox/iterators/blackbox-symmetric-iterator.h
create mode 100644 linbox/iterators/blackbox-symmetrize-iterator.h
create mode 100644 linbox/linbox-tags.h
delete mode 100644 linbox/matrix/Makefile.in
create mode 100644 linbox/matrix/abnormal-helpers.h
create mode 100644 linbox/matrix/abnormal-matrix.h
delete mode 100644 linbox/matrix/blas-matrix-multimod.h
delete mode 100644 linbox/matrix/blas-matrix.h
delete mode 100644 linbox/matrix/blas-matrix.inl
delete mode 100644 linbox/matrix/blas-submatrix.inl
delete mode 100644 linbox/matrix/blas-triangularmatrix.inl
create mode 100644 linbox/matrix/dense-matrix.doxy
create mode 100644 linbox/matrix/dense-matrix.h
delete mode 100644 linbox/matrix/dense-rows-matrix.h
create mode 100644 linbox/matrix/densematrix/Makefile.am
create mode 100644 linbox/matrix/densematrix/blas-matrix-multimod.h
create mode 100644 linbox/matrix/densematrix/blas-matrix.h
create mode 100644 linbox/matrix/densematrix/blas-matrix.inl
create mode 100644 linbox/matrix/densematrix/blas-submatrix.inl
create mode 100644 linbox/matrix/densematrix/blas-transposed-matrix.h
create mode 100644 linbox/matrix/densematrix/blas-triangularmatrix.inl
create mode 100644 linbox/matrix/grid.h
create mode 100644 linbox/matrix/matrix-domain.doxy
delete mode 100644 linbox/matrix/matrix-domain.inl
create mode 100644 linbox/matrix/matrix-iterators.doxy
create mode 100644 linbox/matrix/matrix-traits.h
create mode 100644 linbox/matrix/matrixdomain/Makefile.am
create mode 100644 linbox/matrix/matrixdomain/apply-domain.h
create mode 100644 linbox/matrix/matrixdomain/blas-matrix-domain.h
create mode 100644 linbox/matrix/matrixdomain/blas-matrix-domain.inl
rename linbox/matrix/{ => matrixdomain}/matrix-domain-gf2.h (100%)
create mode 100644 linbox/matrix/matrixdomain/matrix-domain.h
create mode 100644 linbox/matrix/matrixdomain/matrix-domain.inl
create mode 100644 linbox/matrix/matrixdomain/opencl-domain-factory.h
create mode 100644 linbox/matrix/matrixdomain/opencl-domain-memory.inl
create mode 100644 linbox/matrix/matrixdomain/opencl-domain-util.inl
create mode 100644 linbox/matrix/matrixdomain/opencl-domain.h
create mode 100644 linbox/matrix/matrixdomain/opencl-domain.inl
create mode 100644 linbox/matrix/matrixdomain/plain-domain.h
create mode 100644 linbox/matrix/permutation-matrix.doxy
create mode 100644 linbox/matrix/plain-matrix.h
create mode 100755 linbox/matrix/polynomial-matrix.h
create mode 100644 linbox/matrix/sliced3.doxy
create mode 100644 linbox/matrix/sliced3.h
create mode 100644 linbox/matrix/sliced3/Makefile.am
create mode 100644 linbox/matrix/sliced3/dense-matrix.h
create mode 100644 linbox/matrix/sliced3/dense-sliced.h
create mode 100644 linbox/matrix/sliced3/dense-sliced.inl
create mode 100644 linbox/matrix/sliced3/sliced-domain.h
create mode 100644 linbox/matrix/sliced3/sliced-stepper.h
create mode 100644 linbox/matrix/sliced3/submat-iterator.h
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrix.h
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrix.inl
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrixAddSub.h
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrixAddSub.inl
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrixMulKaratsuba.h
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrixMulKaratsuba.inl
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrixMulToomCook.h
create mode 100644 linbox/matrix/slicedpolynomialmatrix/SlicedPolynomialMatrixMulToomCook.inl
create mode 100644 linbox/matrix/slicedpolynomialmatrix/conversion.h
create mode 100644 linbox/matrix/slicedpolynomialmatrix/conversion.inl
create mode 100644 linbox/matrix/sparse-formats.h
create mode 100644 linbox/matrix/sparse-matrix.doxy
create mode 100644 linbox/matrix/sparse-matrix.h
delete mode 100644 linbox/matrix/sparse.h
delete mode 100644 linbox/matrix/sparse.inl
create mode 100644 linbox/matrix/sparsematrix/Makefile.am
create mode 100644 linbox/matrix/sparsematrix/read-write-sparse.h
create mode 100644 linbox/matrix/sparsematrix/read-write-sparse.inl
create mode 100644 linbox/matrix/sparsematrix/sparse-associative-vector.h
create mode 100644 linbox/matrix/sparsematrix/sparse-associative-vector.inl
create mode 100644 linbox/matrix/sparsematrix/sparse-coo-implicit-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-coo-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-csr-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-domain.h
create mode 100644 linbox/matrix/sparsematrix/sparse-ell-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-ellr-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-generic.h
create mode 100644 linbox/matrix/sparsematrix/sparse-generic.inl
create mode 100644 linbox/matrix/sparsematrix/sparse-hyb-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-map-map-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-map-map-matrix.inl
create mode 100644 linbox/matrix/sparsematrix/sparse-parallel-vector.h
create mode 100644 linbox/matrix/sparsematrix/sparse-parallel-vector.inl
create mode 100644 linbox/matrix/sparsematrix/sparse-sequence-vector.h
create mode 100644 linbox/matrix/sparsematrix/sparse-sequence-vector.inl
create mode 100644 linbox/matrix/sparsematrix/sparse-tpl-matrix-omp.h
create mode 100644 linbox/matrix/sparsematrix/sparse-tpl-matrix-omp.inl
create mode 100644 linbox/matrix/sparsematrix/sparse-tpl-matrix.h
create mode 100644 linbox/matrix/sparsematrix/sparse-tpl-matrix.inl
create mode 100644 linbox/matrix/sparsematrix/triples-coord.h
delete mode 100644 linbox/randiter/Makefile.in
mode change 100644 => 100755 linbox/randiter/abstract.h
create mode 100644 linbox/randiter/generic.h
create mode 100644 linbox/randiter/givaro-poly.h
delete mode 100644 linbox/randiter/modular.h
delete mode 100644 linbox/randiter/nonzero.h
rename linbox/randiter/{ntl-ZZ.h => ntl-zz.h} (100%)
delete mode 100644 linbox/randiter/random-integer.h
delete mode 100644 linbox/randiter/unparametric.h
delete mode 100644 linbox/ring/Makefile.in
create mode 100644 linbox/ring/gcd32.h
create mode 100644 linbox/ring/gcd64.h
create mode 100644 linbox/ring/givaro-poly-mod-poly.h
create mode 100644 linbox/ring/givaro-poly.h
create mode 100644 linbox/ring/local-pir-modular.h
create mode 100644 linbox/ring/local2_32.h
create mode 100644 linbox/ring/modular.h
create mode 100644 linbox/ring/modular/Makefile.am
create mode 100644 linbox/ring/modular/modular-balanced-double.h
create mode 100644 linbox/ring/modular/modular-balanced-float.h
create mode 100644 linbox/ring/modular/modular-balanced-int32.h
create mode 100644 linbox/ring/modular/modular-balanced-int64.h
create mode 100644 linbox/ring/modular/modular-byte.h
create mode 100644 linbox/ring/modular/modular-double.h
create mode 100644 linbox/ring/modular/modular-float.h
create mode 100644 linbox/ring/modular/modular-int32.h
create mode 100644 linbox/ring/modular/modular-int64.h
create mode 100644 linbox/ring/modular/modular-short.h
create mode 100755 linbox/ring/modular/modular-unsigned.h
create mode 100755 linbox/ring/modular/modular-unsigned.inl
create mode 100644 linbox/ring/ntl.doxy
create mode 100644 linbox/ring/ntl.h
create mode 100644 linbox/ring/ntl/Makefile.am
create mode 100644 linbox/ring/ntl/ntl-gf2e.h
create mode 100644 linbox/ring/ntl/ntl-lzz_p.h
create mode 100644 linbox/ring/ntl/ntl-lzz_pe.h
create mode 100644 linbox/ring/ntl/ntl-lzz_pex.h
create mode 100644 linbox/ring/ntl/ntl-lzz_px.h
create mode 100644 linbox/ring/ntl/ntl-rr.h
create mode 100644 linbox/ring/ntl/ntl-zz.h
create mode 100644 linbox/ring/ntl/ntl-zz_p.h
create mode 100644 linbox/ring/ntl/ntl-zz_pe.h
create mode 100644 linbox/ring/ntl/ntl-zz_px.h
create mode 100644 linbox/ring/pid-ntl-zz_p.h
create mode 100644 linbox/ring/pir-modular-int32.h
create mode 100644 linbox/ring/pir-ntl-zz_p.h
delete mode 100644 linbox/solutions/Makefile.in
create mode 100644 linbox/solutions/getentry.inl
create mode 100755 linbox/solutions/rank.inl
create mode 100644 linbox/solutions/solution-tags.h
create mode 100644 linbox/solutions/trace.inl
delete mode 100644 linbox/switch/Makefile.am
delete mode 100644 linbox/switch/Makefile.in
delete mode 100644 linbox/switch/boolean.h
delete mode 100644 linbox/switch/cekstv-gf2.h
delete mode 100644 linbox/switch/cekstv.h
delete mode 100644 linbox/util/Makefile.in
create mode 100644 linbox/util/args-parser.h
delete mode 100644 linbox/util/formats/Makefile.in
create mode 100644 linbox/util/write-mm.h
delete mode 100644 linbox/vector/Makefile.in
mode change 100644 => 100755 linbox/vector/bit-vector.h
mode change 100644 => 100755 linbox/vector/bit-vector.inl
create mode 100644 linbox/vector/blas-vector.h
create mode 100644 linbox/vector/blas-vector.inl
create mode 100644 linbox/vector/slicedpolynomialvector/SlicedPolynomialMatrixVectorMulKaratsuba.h
create mode 100644 linbox/vector/slicedpolynomialvector/SlicedPolynomialMatrixVectorMulKaratsuba.inl
create mode 100644 linbox/vector/slicedpolynomialvector/SlicedPolynomialVector.h
create mode 100644 linbox/vector/slicedpolynomialvector/SlicedPolynomialVector.inl
create mode 100644 linbox/vector/slicedpolynomialvector/SlicedPolynomialVectorAddSub.h
create mode 100644 linbox/vector/slicedpolynomialvector/SlicedPolynomialVectorAddSub.inl
mode change 100644 => 100755 linbox/vector/subiterator.h
mode change 100644 => 100755 linbox/vector/subvector.h
mode change 100644 => 100755 linbox/vector/vector-traits.h
create mode 100644 linbox/vector/vector.h
delete mode 100644 macros/Makefile.in
create mode 100644 macros/ax_cxx_compile_stdcxx_11.m4
create mode 100644 macros/flint-check.m4
delete mode 100644 macros/givaro-check.m4
delete mode 100644 macros/gmp-check.m4
delete mode 100644 macros/libtool.m4
delete mode 100644 macros/ltoptions.m4
delete mode 100644 macros/ltsugar.m4
delete mode 100644 macros/ltversion.m4
delete mode 100644 macros/lt~obsolete.m4
create mode 100644 macros/ocl-check.m4
create mode 100644 macros/omp-check.m4
create mode 100644 macros/tinyxml2-check.m4
create mode 100644 template.h
create mode 100644 tests/.gitignore
delete mode 100644 tests/Makefile.in
delete mode 100644 tests/data/Makefile.in
delete mode 100644 tests/data/test.matrix
delete mode 100644 tests/matrix/Makefile.in
create mode 100755 tests/perfpublisher.sh
delete mode 100644 tests/test-PID-integer.C
create mode 100644 tests/test-blas-matrix.C
create mode 100644 tests/test-block-wiedemann.C
delete mode 100644 tests/test-bmseq.C
delete mode 100644 tests/test-common.C
create mode 100644 tests/test-common.inl
create mode 100644 tests/test-fibb.C
mode change 100644 => 100755 tests/test-field.h
delete mode 100644 tests/test-givaro-fields.C
create mode 100644 tests/test-givaro-zpz.C
create mode 100644 tests/test-givaro-zpzuns.C
create mode 100644 tests/test-givaropoly.C
mode change 100644 => 100755 tests/test-gmp-rational.C
create mode 100644 tests/test-image-field.C
delete mode 100644 tests/test-lidia-gfq.C
create mode 100644 tests/test-matrix-domain.h
create mode 100644 tests/test-matrix-utils.h
delete mode 100644 tests/test-ntl-RR.C
delete mode 100644 tests/test-ntl-ZZ_p.C
create mode 100644 tests/test-ntl-lzz_pe.C
create mode 100644 tests/test-ntl-lzz_pex.C
create mode 100644 tests/test-ntl-lzz_px.C
create mode 100644 tests/test-ntl-rr.C
create mode 100644 tests/test-ntl-zz_p.C
create mode 100644 tests/test-opencl-domain.C
create mode 100644 tests/test-order-basis.C
create mode 100644 tests/test-permutation.C
create mode 100644 tests/test-plain-domain.C
create mode 100644 tests/test-poly-det.C
mode change 100644 => 100755 tests/test-qlup.C
create mode 100644 tests/test-quad-matrix.C
create mode 100644 tests/test-random-matrix.C
create mode 100644 tests/test-rank-Int.C
create mode 100644 tests/test-rank-md.C
create mode 100644 tests/test-rank-u32.C
delete mode 100644 tests/test-rank.C
create mode 100644 tests/test-rank.h
create mode 100644 tests/test-regression.C
create mode 100644 tests/test-smith-form-kannan-bachem.C
create mode 100644 tests/test-sparse-map-map.C
create mode 100644 tests/test-transpose.C
create mode 100644 tests/test-triplesbb-omp.C
create mode 100644 tests/test-tutorial.C
delete mode 100644 tests/test-unparametric-field.C
delete mode 100644 tests/test-zo.C
create mode 100644 tests/test_leak.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/linbox.git
More information about the debian-science-commits
mailing list