root / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3064 [3064] 4 weeks aniau =grid.h: a structure to perform reduction of an exact chain of matrices, …
(edit) @3063 [3063] 4 weeks aniau =a procedure to reduce an exact chain of matrices
(edit) @3062 [3062] 1 month pernet remove verbosity
(edit) @3061 [3061] 1 month pernet Add the nullspacebasis routine to ffpack
(edit) @3060 [3060] 1 month pernet fix segfault in testLudivine for m>n
(edit) @3059 [3059] 1 month pernet add a parameter to test LUdivine on rectangular matrices,and fix a bug …
(edit) @3058 [3058] 2 months dumas changed writing to use brackets
(edit) @3057 [3057] 2 months dumas binary accelerations for sparse solvers
(edit) @3056 [3056] 2 months saunders commentator mods to eliminate some destructor problems. use of /dev/null …
(edit) @3055 [3055] 2 months pernet Releasing linbox-1.1.6
(edit) @3053 [3053] 2 months pernet Preparation for release 1.1.6
(edit) @3052 [3052] 3 months dumas add pivot to L only if !isZero
(edit) @3051 [3051] 3 months dumas updated with new files
(edit) @3050 [3050] 3 months dumas changed lib order for examples not in EXTRA_PROGRAMS (LDADD variable)
(edit) @3049 [3049] 3 months dumas changed constant to 1UL
(edit) @3048 [3048] 3 months dumas added rebind
(edit) @3047 [3047] 3 months pernet fix compilation pb under cygwin, with inproper use of typename
(edit) @3046 [3046] 3 months pernet * clean up ffpack_ludivine * fix a bug in LUdivine * fix memleaks in …
(edit) @3045 [3045] 3 months pernet Fix a linking pb with cygwin: reverse -lgmp -lgmpxx and -lgivaro parameter …
(edit) @3044 [3044] 3 months dumas added more generic getEntry from solution support
(edit) @3043 [3043] 3 months dumas
(edit) @3042 [3042] 3 months dumas added const references and * operator
(edit) @3041 [3041] 3 months dumas added const_pointer type
(edit) @3040 [3040] 3 months dumas added methods
(edit) @3039 [3039] 3 months dumas added sparsematrixbase as local getentry
(edit) @3038 [3038] 3 months dumas correct modulkar<double> and solve.C incompatibility
(edit) @3037 [3037] 3 months dumas Added SparseGauss? to solve solutions
(edit) @3036 [3036] 3 months dumas Added triangular solves, so that LQUP can solve. Separated different …
(edit) @3035 [3035] 3 months dumas removed warnings
(edit) @3034 [3034] 3 months dumas updated makefiles to include new .h
(edit) @3033 [3033] 3 months dumas added vector traits specializations
(edit) @3032 [3032] 3 months dumas Added SparseElimination? QLUP decomposition
(edit) @3031 [3031] 3 months dumas Put some minpoly algorithms in wiedemann.h
(edit) @3030 [3030] 3 months dumas Corrected initialization bug in bb-container.h Homorphism from GivaroGFq, …
(edit) @3029 [3029] 3 months saunders This upgraded test breaks solutions/minpoly.h when a small prime is used.
(edit) @3028 [3028] 3 months dumas Maps Hom to container
(edit) @3027 [3027] 3 months dumas Added rebind for butterfly cekstv Made Wied. minpoly use extension fields …
(edit) @3026 [3026] 3 months dumas Made minpoly aware of possible symmetry call minpoly in wiedemann solve …
(edit) @3025 [3025] 3 months dumas correct nmax to be at least 1
(edit) @3024 [3024] 3 months dumas corrected checks
(edit) @3023 [3023] 3 months dumas Squarize blackbox: same BB with virtual zeroes added so that BB is …
(edit) @3022 [3022] 3 months fendt
(edit) @3021 [3021] 3 months fendt
(edit) @3020 [3020] 3 months fendt
(edit) @3019 [3019] 3 months fendt
(edit) @3018 [3018] 3 months fendt
(edit) @3017 [3017] 3 months fendt
(edit) @3016 [3016] 4 months saunders
(edit) @3015 [3015] 4 months saunders don't need it
(edit) @3014 [3014] 4 months saunders this should bring svn repository up to Aug 08
(edit) @3013 [3013] 4 months saunders
(edit) @3012 [3012] 4 months saunders the matrices examples
(edit) @3011 [3011] 4 months saunders ...telling the repository we have a Readme now.
(edit) @3010 [3010] 4 months saunders src diffs from working (non svn) copy now included
(edit) @3009 [3009] 4 months youse Excised stray colon
(edit) @3008 [3008] 4 months saunders comment to show where webservice client files are
(edit) @3007 [3007] 4 months saunders excise xml stuff
(edit) @3006 [3006] 4 months saunders mod to make Apple gcc 4.0.1 happy.
(edit) @3005 [3005] 4 months saunders cleaned up solution getentry.h (should be get-entry.h), and simplified …
(edit) @3004 [3004] 5 months aniau =
(edit) @3003 [3003] 5 months aniau =fast methods of rational reconstruction usig HGCD of Pan and Wang 2002
(edit) @3002 [3002] 5 months aniau =classic methods of rational reconstruction
(edit) @3001 [3001] 5 months dumas corrected mal placed report
(edit) @3000 [3000] 5 months dumas changed other examples compile line
(edit) @2999 [2999] 5 months dumas added <cstring>
(edit) @2998 [2998] 5 months dumas added timings
(edit) @2997 [2997] 5 months dumas
(edit) @2996 [2996] 5 months dumas
(edit) @2995 [2995] 5 months aniau =
(edit) @2994 [2994] 5 months aniau =
(edit) @2993 [2993] 5 months aniau =
(edit) @2992 [2992] 5 months dumas added #if have NTL
(edit) @2991 [2991] 5 months dumas changed private memebers to protected
(edit) @2990 [2990] 5 months dumas added Generic trait for iterators without value_type (typically X*)
(edit) @2989 [2989] 5 months dumas ported LinBox::pair interface to std::pair interface
(edit) @2988 [2988] 5 months dumas
(edit) @2987 [2987] 5 months dumas added templated convert
(edit) @2986 [2986] 5 months dumas added cexplicit this-> calls
(edit) @2985 [2985] 5 months dumas optimied out some unnecessary tests
(edit) @2984 [2984] 5 months dumas added #if have NTL
(edit) @2983 [2983] 5 months dumas ported to new g++ way of handling double template class with defaults
(edit) @2982 [2982] 5 months dumas Ported to the improved full-multip-cra (compute the inverse of the product …
(edit) @2981 [2981] 5 months aniau =example on using rational-reconstruction-base.h
(edit) @2980 [2980] 5 months aniau =class to perform rational reconstruction
(edit) @2979 [2979] 6 months pernet add the man page file
(edit) @2978 [2978] 6 months pernet fix matmul optimization bug due to the removal of gmp++ (reported by …
(edit) @2977 [2977] 6 months pernet update 1.1.6 tarball
(edit) @2976 [2976] 6 months pernet fix text formating
(edit)