Powered by Apache

CVS log for OpenXM_contrib2/asir2000/engine/nd.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / engine

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.249 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:08 2020 UTC (3 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.248: +12 -1 lines
Diff to previous 1.248 (colored)

Added function prototypes.

Revision 1.248 / (download) - annotate - [select for diffs], Sun Mar 3 05:21:16 2019 UTC (5 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.247: +2 -2 lines
Diff to previous 1.247 (colored)

Fixed many bugs:
asir2000, asir2018: a bug in ndv_homogenize()
asir2018: several bugs related to multiplication of univariate polynomials
          bsave/bload of LM data

Revision 1.247 / (download) - annotate - [select for diffs], Sat Jul 28 00:45:55 2018 UTC (5 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.246: +155 -12 lines
Diff to previous 1.246 (colored)

nd_btog() accepts any prime as a characteristic.

Revision 1.246 / (download) - annotate - [select for diffs], Fri Apr 20 06:24:56 2018 UTC (6 years ago) by noro
Branch: MAIN
Changes since 1.245: +2 -2 lines
Diff to previous 1.245 (colored)

Fixed a bug in ndv_check_membership().
ndv_mod is needed only when m=-2 (large finite field).

Revision 1.245 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:52 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.244: +572 -572 lines
Diff to previous 1.244 (colored)

Changed a tab to two space charaters.

Revision 1.244 / (download) - annotate - [select for diffs], Mon Mar 5 06:43:09 2018 UTC (6 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.243: +30 -22 lines
Diff to previous 1.243 (colored)

Fixed a bug in nd_f4 when using non-zero spoly list.

Revision 1.243 / (download) - annotate - [select for diffs], Mon Mar 5 01:56:17 2018 UTC (6 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.242: +2 -2 lines
Diff to previous 1.242 (colored)

Fixed a bug in nd_f4().

Revision 1.242 / (download) - annotate - [select for diffs], Sun Sep 17 02:34:02 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.241: +7 -7 lines
Diff to previous 1.241 (colored)

Changed defined(__GNUC__) to "defined(__GNUC__) && SIZEOF_LONG==8"
in nd.c etc.

Revision 1.241 / (download) - annotate - [select for diffs], Sat Sep 16 08:02:35 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.240: +50 -44 lines
Diff to previous 1.240 (colored)

Changed the format of message from nd_f4().

Revision 1.240 / (download) - annotate - [select for diffs], Fri Sep 15 01:52:51 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.239: +122 -87 lines
Diff to previous 1.239 (colored)

Improved nd_f4_red_mod64().

Revision 1.239 / (download) - annotate - [select for diffs], Thu Sep 14 01:34:53 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.238: +373 -6 lines
Diff to previous 1.238 (colored)

Improved the efficiency of triangularization in nd_f4 when the modulus p
is large (p < 2^31).

Revision 1.238 / (download) - annotate - [select for diffs], Thu Aug 31 02:36:21 2017 UTC (6 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.237: +9 -9 lines
Diff to previous 1.237 (colored)

DP object now accepts general data type as coefficients.
Added DPM (element of a free module) and several related functions:
dpm_ltod, dpm_dtol, dpm_ht, dpm_hm, dpm_hc, dpm_nf, dpm_weyl_nf etc.
A monomial of DPM is represented as <<d0,d1,...:k>>, which
represents x0^d0*x1^d1*...*ek (ek is the k-th standard base of k[X]^n).

Revision 1.237 / (download) - annotate - [select for diffs], Sun Apr 9 02:23:12 2017 UTC (7 years ago) by noro
Branch: MAIN
Changes since 1.236: +5 -1 lines
Diff to previous 1.236 (colored)

Windows version does not call the GMP based reduction function in nd_f4 etc
because of some possible bug related to the garbage collector.

Revision 1.236 / (download) - annotate - [select for diffs], Mon Mar 27 09:05:46 2017 UTC (7 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.235: +7 -2 lines
Diff to previous 1.235 (colored)

Fixed a bug in dp_mbase(): dp_mbase now checks whether input is
zero-dimensional and it returns [] if input is the trivial ideal [1].
nd_gr, nd_f4 etc. accept the same order specicications as dp_gr_main.

Revision 1.235 / (download) - annotate - [select for diffs], Tue Feb 28 07:06:28 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.234: +120 -424 lines
Diff to previous 1.234 (colored)

Fixed bugs related to computation over large finite fields.
Asir now does not call alloca().

Revision 1.234 / (download) - annotate - [select for diffs], Tue Feb 21 09:20:23 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.233: +330 -27 lines
Diff to previous 1.233 (colored)

Added a function for trace lifting over large finite fields.

Revision 1.233 / (download) - annotate - [select for diffs], Tue Feb 7 08:30:30 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.232: +12 -11 lines
Diff to previous 1.232 (colored)

Renamed reallocarray(). (reallocarray() -> asir_reallocarray())

Revision 1.232 / (download) - annotate - [select for diffs], Sun Jan 8 03:05:39 2017 UTC (7 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.231: +494 -36 lines
Diff to previous 1.231 (colored)

nd_f4(B,V,P,O) and nd_gr(B,V,P,O) now accept an argment P=-2.
If P=-2 is set, then the computation is done over a finite field
set by setmod_ff(X), where X is a prime number.

Revision 1.231 / (download) - annotate - [select for diffs], Mon Dec 5 10:29:14 2016 UTC (7 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.230: +125 -53 lines
Diff to previous 1.230 (colored)

Added an option sugarweight=W to nd_f4 and nd_gr, which is used only
for selecting the minimal sugar S-pairs.

Revision 1.230 / (download) - annotate - [select for diffs], Fri Dec 2 02:12:00 2016 UTC (7 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.229: +5 -2 lines
Diff to previous 1.229 (colored)

nd_gr, nd_f4 partially support computation with a (sugar) weight with
negative components.

Revision 1.229 / (download) - annotate - [select for diffs], Thu Nov 17 05:33:20 2016 UTC (7 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.228: +3 -1 lines
Diff to previous 1.228 (colored)

nd_gr(f4) now aborts when the ground field is Fp(X).

Revision 1.228 / (download) - annotate - [select for diffs], Mon Aug 8 07:18:10 2016 UTC (7 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.227: +7 -2 lines
Diff to previous 1.227 (colored)

Added a flag in dp_gr_flags() : if MaxDeg > 0 is set, then nd_gr, nd_f4,
nd_gr_trace, nd_f4_trace process only spolys with total degree <= MaxDeg.

Revision 1.227 / (download) - annotate - [select for diffs], Mon Jul 11 08:00:30 2016 UTC (7 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.226: +13 -7 lines
Diff to previous 1.226 (colored)

Removed unnecessary messages during exection of nd_f4().

Revision 1.226 / (download) - annotate - [select for diffs], Tue Apr 5 04:21:18 2016 UTC (8 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.225: +4 -2 lines
Diff to previous 1.225 (colored)

Fixed a bug in ndl_module_weight_compare().

Revision 1.225 / (download) - annotate - [select for diffs], Thu Mar 31 02:42:43 2016 UTC (8 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.224: +1 -5 lines
Diff to previous 1.224 (colored)

Removed unnecessary message.

Revision 1.224 / (download) - annotate - [select for diffs], Thu Mar 31 01:40:10 2016 UTC (8 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.223: +38 -14 lines
Diff to previous 1.223 (colored)

Implemented a new specification for module term order:
[ispot, [pw,mw], tiebreaker].
If this is specified, then
1. x^a*ei > x^b*ej if a*pw+mw[i]>b*pw+mw[j]
2. if a*pw+mw[i]>b*pw+mw[j] then
   apply POT if ispot=1 or TOP if ispot=0 with tiebreaker.
length(pw) must be equal to the number of variables.
length(mw) must be equal to the module rank.

Revision 1.223 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:54 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.222: +1 -10 lines
Diff to previous 1.222 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.222 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:41 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.221: +16 -3 lines
Diff to previous 1.221 (colored)

Added fflush(stderr) after fprintf(stderr,  ) for mingw32/mingw64.

Revision 1.221 / (download) - annotate - [select for diffs], Sun Mar 15 19:31:30 2015 UTC (9 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.220: +4 -1 lines
Diff to previous 1.220 (colored)

Add some declarations.

Revision 1.220 / (download) - annotate - [select for diffs], Tue Jan 13 00:54:54 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.219: +255 -1 lines
Diff to previous 1.219 (colored)

1. Added dp_symb_add(A,B) which execute the symbolic addition of two distributed
   polynomials necessary for symbolic preprocessing in F4.
2. nd_f4(B,V,2,Ord|rref2=1) computes rref over GF(2) by bit operations.

Revision 1.219 / (download) - annotate - [select for diffs], Tue Aug 19 06:35:01 2014 UTC (9 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.218: +32 -2 lines
Diff to previous 1.218 (colored)

dp_set_top_weight() now accepts a matrix with non-negative integer elements.
(experimental)

Revision 1.218 / (download) - annotate - [select for diffs], Mon Feb 24 01:45:28 2014 UTC (10 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.217: +20 -17 lines
Diff to previous 1.217 (colored)

Fixed a bug in nd_btog().
Fixed a bug nd_f4() with non-zero spoly list.

Revision 1.217 / (download) - annotate - [select for diffs], Mon Feb 3 02:43:05 2014 UTC (10 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.216: +5 -5 lines
Diff to previous 1.216 (colored)

Fixe bugs in nd_gr and nd_gr_trace:
if the ground field is a rational function field, then we have to
call traditional polynomial routines without GMP.

Revision 1.216 / (download) - annotate - [select for diffs], Fri Dec 20 04:35:34 2013 UTC (10 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.215: +4 -5 lines
Diff to previous 1.215 (colored)

Fixed a bug in nd_gauss_elim_gz().

Revision 1.215 / (download) - annotate - [select for diffs], Fri Dec 20 02:02:24 2013 UTC (10 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.214: +351 -30 lines
Diff to previous 1.214 (colored)

Modified nd_f4 and nd_f4_trace so that it partially use GMP.

Revision 1.214 / (download) - annotate - [select for diffs], Fri Sep 27 07:00:45 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.213: +48 -3 lines
Diff to previous 1.213 (colored)

nd_f4() now accepts an option check_splist.

Revision 1.213 / (download) - annotate - [select for diffs], Fri Sep 27 02:45:17 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.212: +6 -8 lines
Diff to previous 1.212 (colored)

Changed again the order of newly added basis elements in nd_f4().

Revision 1.212 / (download) - annotate - [select for diffs], Fri Sep 27 02:35:15 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.211: +8 -1 lines
Diff to previous 1.211 (colored)

Changed the order of newly added basis elements in nd_f4().

Revision 1.211 / (download) - annotate - [select for diffs], Thu Sep 26 08:55:11 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.210: +2 -2 lines
Diff to previous 1.210 (colored)

Simplified igcdv().

Revision 1.210 / (download) - annotate - [select for diffs], Thu Sep 26 00:38:47 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.209: +15 -9 lines
Diff to previous 1.209 (colored)

Added hashing for searching a exp vector in a list of exp vectors.

Revision 1.209 / (download) - annotate - [select for diffs], Wed Sep 25 02:36:24 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.208: +81 -5 lines
Diff to previous 1.208 (colored)

Added options 'splist' and 'check_splist' to nd_gr().

Revision 1.208 / (download) - annotate - [select for diffs], Sun Sep 15 04:30:28 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.207: +84 -34 lines
Diff to previous 1.207 (colored)

Added a partial trace feature in nd_f4().

Revision 1.207 / (download) - annotate - [select for diffs], Thu Sep 12 06:46:16 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.206: +9 -11 lines
Diff to previous 1.206 (colored)

Recovered nd_gr_recompute_trace().

Revision 1.206 / (download) - annotate - [select for diffs], Tue Sep 10 02:10:00 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.205: +84 -7 lines
Diff to previous 1.205 (colored)

Added on-demand loading to nd_btog.

Revision 1.205 / (download) - annotate - [select for diffs], Mon Sep 9 09:47:09 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.204: +101 -1 lines
Diff to previous 1.204 (colored)

Improved the performace of nd_btog().

Revision 1.204 / (download) - annotate - [select for diffs], Mon Sep 9 07:29:25 2013 UTC (10 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.203: +181 -1 lines
Diff to previous 1.203 (colored)

Added experimental functions for a lifting generating relation for
an element of an ideal.

Revision 1.203 / (download) - annotate - [select for diffs], Thu Jan 31 01:13:47 2013 UTC (11 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.202: +27 -14 lines
Diff to previous 1.202 (colored)

Entries of the order matrix are also considered when checking weights
in nd_setup_parameters().

Revision 1.202 / (download) - annotate - [select for diffs], Wed Jan 30 08:03:18 2013 UTC (11 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.201: +3 -2 lines
Diff to previous 1.201 (colored)

Added a switch "weight_check" (default : 1). If weight_check = 1, then
the weight check in nd_setup_parameters() is activated.

Revision 1.201 / (download) - annotate - [select for diffs], Wed Jan 30 07:44:48 2013 UTC (11 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.200: +15 -1 lines
Diff to previous 1.200 (colored)

Added a check in nd_setup_parameters() for detecting
an invalid weight vector whose components are too large.

Revision 1.200 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:44 2012 UTC (11 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.199: +17 -18 lines
Diff to previous 1.199 (colored)

Asir now uses gc7.

In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc'
and int_handler() is executed after GC.

In ox mode, SIGINT received between begin_critical() and end_crtical()
is simply discarded.

All memory-allocation functions are wrapped in gc_risa.c:
Risa_GC_malloc(), Risa_GC_realloc() etc.

Revision 1.199 / (download) - annotate - [select for diffs], Mon Aug 27 05:38:00 2012 UTC (11 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.198: +4 -3 lines
Diff to previous 1.198 (colored)

Added option "dp=1" to nd_gr and nd_f4.

Revision 1.198 / (download) - annotate - [select for diffs], Tue Apr 10 07:15:07 2012 UTC (12 years ago) by noro
Branch: MAIN
Changes since 1.197: +184 -13 lines
Diff to previous 1.197 (colored)

Added a function nd_gr_recompute_trace for computing
GB candidates by using a trace.

Revision 1.197 / (download) - annotate - [select for diffs], Mon Aug 15 09:21:00 2011 UTC (12 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.196: +2 -1 lines
Diff to previous 1.196 (colored)

nd_gr_proc() now accepts the options for nd_gr.

Revision 1.196 / (download) - annotate - [select for diffs], Thu Jun 16 08:17:15 2011 UTC (12 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.195: +4 -4 lines
Diff to previous 1.195 (colored)

0's in the arguments of mknode, mksnode and mkfnode have been changed to
NULLP (=(void *)0).

Revision 1.195 / (download) - annotate - [select for diffs], Fri Feb 18 02:54:48 2011 UTC (13 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.194: +15 -3 lines
Diff to previous 1.194 (colored)

Added an option intersect to nd_gr for computing a generating set of
the intersection of two ideals, which is not necessarily a GB.

Added a function dp_mono_reduce, which is a sub-routine for computing
the radical decomposition of a monomial ideal.

Revision 1.194 / (download) - annotate - [select for diffs], Thu Jan 6 04:41:47 2011 UTC (13 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.193: +7 -4 lines
Diff to previous 1.193 (colored)

Corrected the value of nd_bpe in nd_gr() when gentrace=1 and gensyz=1.

Revision 1.193 / (download) - annotate - [select for diffs], Wed Dec 22 09:33:57 2010 UTC (13 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.192: +2 -2 lines
Diff to previous 1.192 (colored)

*** empty log message ***

Revision 1.192 / (download) - annotate - [select for diffs], Tue Dec 14 05:29:37 2010 UTC (13 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.191: +13 -3 lines
Diff to previous 1.191 (colored)

Added option newelim to nd_gr: if newelim=1 and an element which does not
contain the top variable, then nd_gr returns 0.

Revision 1.191 / (download) - annotate - [select for diffs], Mon Sep 27 05:05:58 2010 UTC (13 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.190: +36 -34 lines
Diff to previous 1.190 (colored)

nd_nf(F,GB,V,Ord,Char) and nd_weyl_nf(F,GB,V,Ord,Char) compute
a const times (the remainder modulo GB) for ideals and sumbodules.

Revision 1.190 / (download) - annotate - [select for diffs], Wed Jul 14 04:36:59 2010 UTC (13 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.189: +1 -9 lines
Diff to previous 1.189 (colored)

Removed unnecessary fprintf() in nd_det().

Revision 1.189 / (download) - annotate - [select for diffs], Thu May 6 09:22:09 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.188: +2 -2 lines
Diff to previous 1.188 (colored)

Fixed a bug in parse_gr_option().

Revision 1.188 / (download) - annotate - [select for diffs], Mon Apr 26 01:10:04 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.187: +2 -4 lines
Diff to previous 1.187 (colored)

Removed debuging codes.

Revision 1.187 / (download) - annotate - [select for diffs], Mon Apr 26 01:06:22 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.186: +33 -10 lines
Diff to previous 1.186 (colored)

Option 'incr=' for nd_* was changed to 'gbblock=[...]'.

Revision 1.186 / (download) - annotate - [select for diffs], Fri Apr 23 07:35:44 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.185: +2 -2 lines
Diff to previous 1.185 (colored)

Fixed a performance bug in nd_gr() when 'homo=1' is specified.

Revision 1.185 / (download) - annotate - [select for diffs], Fri Apr 23 04:44:51 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.184: +8 -5 lines
Diff to previous 1.184 (colored)

1. Added a new SM command 'SM_executeFunctionSync'.
2. Added an option 'incr=N' to nd_{gr,tr_trace,f4}.
3. Fixed a bug in eval{f,bf,bf_with_opts}.
4. Added an option 'sync=1' to ox_cmo_rpc().

Revision 1.184 / (download) - annotate - [select for diffs], Fri Apr 16 07:13:42 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.183: +33 -4 lines
Diff to previous 1.183 (colored)

*** empty log message ***

Revision 1.183 / (download) - annotate - [select for diffs], Mon Feb 22 05:27:53 2010 UTC (14 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.182: +2 -1 lines
Diff to previous 1.182 (colored)

Fixed a bug in nd_gr_trace when generating trace information.

Revision 1.182 / (download) - annotate - [select for diffs], Mon Feb 22 02:20:43 2010 UTC (14 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.181: +2 -2 lines
Diff to previous 1.181 (colored)

Fixed a bug in nd_gr_trace when generating trace information.

Revision 1.181 / (download) - annotate - [select for diffs], Fri Feb 5 05:18:38 2010 UTC (14 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.180: +2 -2 lines
Diff to previous 1.180 (colored)

*** empty log message ***

Revision 1.180 / (download) - annotate - [select for diffs], Fri Feb 5 04:24:00 2010 UTC (14 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.179: +7 -3 lines
Diff to previous 1.179 (colored)

Fixed bugs in  weyl_mul_nm_nmv().

Revision 1.179 / (download) - annotate - [select for diffs], Wed Feb 3 07:23:06 2010 UTC (14 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.178: +4 -2 lines
Diff to previous 1.178 (colored)

Fixed a bug in nd_weyl*.

Revision 1.178 / (download) - annotate - [select for diffs], Tue Oct 13 08:53:51 2009 UTC (14 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.177: +8 -8 lines
Diff to previous 1.177 (colored)

Fixed a bug in nd.c : the initial bit length of an exponent is set to 1.

Revision 1.177 / (download) - annotate - [select for diffs], Mon Oct 12 10:43:45 2009 UTC (14 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.176: +10 -5 lines
Diff to previous 1.176 (colored)

Fixed a bug in nd_gr_trace().

Revision 1.176 / (download) - annotate - [select for diffs], Thu Sep 24 07:13:00 2009 UTC (14 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.175: +105 -33 lines
Diff to previous 1.175 (colored)

Deleted unnecessary codes in nd_gauss_elim_q().

Revision 1.175 / (download) - annotate - [select for diffs], Wed Sep 9 08:13:24 2009 UTC (14 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.174: +6 -1 lines
Diff to previous 1.174 (colored)

*** empty log message ***

Revision 1.174 / (download) - annotate - [select for diffs], Mon Jun 1 07:31:54 2009 UTC (14 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.173: +24 -3 lines
Diff to previous 1.173 (colored)

*** empty log message ***

Revision 1.173 / (download) - annotate - [select for diffs], Sun Feb 15 09:22:07 2009 UTC (15 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.172: +7 -4 lines
Diff to previous 1.172 (colored)

Added option 'nora' (=No ReduceALL)  is added to nd_gr and nd_gr_trace.

Revision 1.172 / (download) - annotate - [select for diffs], Sun Feb 15 03:07:41 2009 UTC (15 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.171: +65 -43 lines
Diff to previous 1.171 (colored)

In nd_gr and nd_gr_trace accept options gentrace and gensyz.

Revision 1.171 / (download) - annotate - [select for diffs], Wed Feb 11 06:30:21 2009 UTC (15 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.170: +3 -3 lines
Diff to previous 1.170 (colored)

Fixed a bug in ndv_check_membership.

Revision 1.170 / (download) - annotate - [select for diffs], Wed Feb 11 03:04:42 2009 UTC (15 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.169: +24 -9 lines
Diff to previous 1.169 (colored)

nd_gr also generates complete trace information.

Revision 1.169 / (download) - annotate - [select for diffs], Tue Feb 10 06:33:08 2009 UTC (15 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.168: +2 -2 lines
Diff to previous 1.168 (colored)

Corrected the homo flag in the output of nd_gr_trace.

Revision 1.168 / (download) - annotate - [select for diffs], Mon Feb 9 10:21:29 2009 UTC (15 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.167: +67 -30 lines
Diff to previous 1.167 (colored)

Adding a functionality for producing information for computing syzygy in nd_*.

Revision 1.167 / (download) - annotate - [select for diffs], Sun Feb 8 02:47:09 2009 UTC (15 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.166: +418 -133 lines
Diff to previous 1.166 (colored)

Adding a functionality for generating trace information of GB compuation
in nd_gr and nd_gr_trace.

Revision 1.166 / (download) - annotate - [select for diffs], Tue Feb 3 08:08:01 2009 UTC (15 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.165: +13 -14 lines
Diff to previous 1.165 (colored)

Fixed a bug in weyl_mul_nm_nmv.

Revision 1.165 / (download) - annotate - [select for diffs], Mon Feb 2 02:40:42 2009 UTC (15 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.164: +5 -1 lines
Diff to previous 1.164 (colored)

Fixed a bug in weyl_mul_nm_nmv for module elements.

Revision 1.164 / (download) - annotate - [select for diffs], Wed Jan 7 05:33:18 2009 UTC (15 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.163: +27 -25 lines
Diff to previous 1.163 (colored)

Fixed bugs related to homogenization.

Revision 1.163 / (download) - annotate - [select for diffs], Mon Jan 5 06:29:46 2009 UTC (15 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.162: +35 -18 lines
Diff to previous 1.162 (colored)

Fixed bugs of weight computation of module elements.

Revision 1.162 / (download) - annotate - [select for diffs], Mon Jan 5 02:47:39 2009 UTC (15 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.161: +9 -11 lines
Diff to previous 1.161 (colored)

Fixed a bug in ndl_add and ndl_addto.

Revision 1.161 / (download) - annotate - [select for diffs], Mon Jan 5 02:08:18 2009 UTC (15 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.160: +3 -1 lines
Diff to previous 1.160 (colored)

Added dp_set_module_weight().

Revision 1.160 / (download) - annotate - [select for diffs], Mon Jan 5 01:47:30 2009 UTC (15 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.159: +15 -15 lines
Diff to previous 1.159 (colored)

istop -> ispot (TOP (Term over Position) is default.)

Revision 1.159 / (download) - annotate - [select for diffs], Mon Jan 5 00:52:20 2009 UTC (15 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.158: +15 -96 lines
Diff to previous 1.158 (colored)

Fixed a number of casts.

Revision 1.158 / (download) - annotate - [select for diffs], Sun Jan 4 10:02:00 2009 UTC (15 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.157: +28 -10 lines
Diff to previous 1.157 (colored)

nd_gr_trace also accepts module inputs.

Revision 1.157 / (download) - annotate - [select for diffs], Sun Jan 4 05:44:51 2009 UTC (15 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.156: +5585 -5174 lines
Diff to previous 1.156 (colored)

The first version of GB computation for module by nd_gr.

Revision 1.156 / (download) - annotate - [select for diffs], Fri May 23 01:24:21 2008 UTC (15 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.155: +15 -16 lines
Diff to previous 1.155 (colored)

Reverted to the previous version.

Revision 1.155 / (download) - annotate - [select for diffs], Sun May 18 07:43:22 2008 UTC (15 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.154: +16 -15 lines
Diff to previous 1.154 (colored)

Fixed a bug in nd_setup_parameters.

Revision 1.154 / (download) - annotate - [select for diffs], Thu Feb 28 01:25:31 2008 UTC (16 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.153: +2 -2 lines
Diff to previous 1.153 (colored)

Fixed a bug in ndl_homogenize().

Revision 1.153 / (download) - annotate - [select for diffs], Mon Apr 30 02:11:12 2007 UTC (17 years ago) by noro
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.152: +12 -11 lines
Diff to previous 1.152 (colored)

Fixed a bug in nd_det().

Revision 1.152 / (download) - annotate - [select for diffs], Thu Dec 21 07:45:02 2006 UTC (17 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.151: +2 -1 lines
Diff to previous 1.151 (colored)

Add the declaration of a function nd_heu_nezgcdnpz.

Revision 1.151 / (download) - annotate - [select for diffs], Thu Dec 14 02:49:59 2006 UTC (17 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.150: +11 -11 lines
Diff to previous 1.150 (colored)

Removed unnecessary content removal.

Revision 1.150 / (download) - annotate - [select for diffs], Tue Dec 12 11:50:37 2006 UTC (17 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.149: +124 -17 lines
Diff to previous 1.149 (colored)

Added a heuristic content reduction when the ground field is a rational
function field.

Revision 1.149 / (download) - annotate - [select for diffs], Mon Dec 4 01:40:51 2006 UTC (17 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.148: +10 -1 lines
Diff to previous 1.148 (colored)

nd_scale is computed from DP_Multiple and Denominator;

Revision 1.148 / (download) - annotate - [select for diffs], Tue Nov 28 02:17:54 2006 UTC (17 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.147: +25 -17 lines
Diff to previous 1.147 (colored)

Optimized the coefficient determination in nd_sp.

Revision 1.147 / (download) - annotate - [select for diffs], Mon Nov 27 07:54:41 2006 UTC (17 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.146: +20 -7 lines
Diff to previous 1.146 (colored)

Fixed a bug in the trace mode.

Revision 1.146 / (download) - annotate - [select for diffs], Mon Nov 27 07:31:25 2006 UTC (17 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.145: +161 -100 lines
Diff to previous 1.145 (colored)

Add Q(x) coef support in nd_gr and nd_gr_trace.

Revision 1.145 / (download) - annotate - [select for diffs], Sat Aug 26 05:38:06 2006 UTC (17 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.144: +6 -1 lines
Diff to previous 1.144 (colored)

nd_gr_trace now shows the time for checking.

Revision 1.144 / (download) - annotate - [select for diffs], Sat Aug 26 03:09:55 2006 UTC (17 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.143: +13 -7 lines
Diff to previous 1.143 (colored)

Fixed a bug in treating inputs containing algebraic numbers.

Revision 1.143 / (download) - annotate - [select for diffs], Wed Aug 9 02:48:49 2006 UTC (17 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.142: +3 -5 lines
Diff to previous 1.142 (colored)

Reverted ddN.c and nd.c.

Revision 1.142 / (download) - annotate - [select for diffs], Wed Aug 9 02:43:38 2006 UTC (17 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.141: +5 -3 lines
Diff to previous 1.141 (colored)

*** empty log message ***

Revision 1.141 / (download) - annotate - [select for diffs], Sat Jun 17 10:12:06 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.140: +2 -2 lines
Diff to previous 1.140 (colored)

Removed unnecessary interredunction in case of finite field coefficient.

Revision 1.140 / (download) - annotate - [select for diffs], Mon Jun 12 21:51:33 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.139: +12 -1 lines
Diff to previous 1.139 (colored)

Added interreduction to nd_gb().

Revision 1.139 / (download) - annotate - [select for diffs], Mon Jun 12 00:46:48 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.138: +10 -4 lines
Diff to previous 1.138 (colored)

Added a heuristic strategy for sorting an input set in nd_{gr,f4}.

Revision 1.138 / (download) - annotate - [select for diffs], Sun Jun 11 11:41:15 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored)

Fixed the adding order to the increasing order.

Revision 1.137 / (download) - annotate - [select for diffs], Sun Jun 11 06:57:54 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.136: +15 -17 lines
Diff to previous 1.136 (colored)

Generated bases are sorted in increasing order before added to the basis.

Revision 1.136 / (download) - annotate - [select for diffs], Sun Jun 11 06:01:55 2006 UTC (17 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.135: +12 -2 lines
Diff to previous 1.135 (colored)

Added an experimental code (not used).

Revision 1.135 / (download) - annotate - [select for diffs], Tue Jun 6 09:00:38 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.134: +28 -7 lines
Diff to previous 1.134 (colored)

Fixed a bug in ndv_reduce_vect_q.

Revision 1.134 / (download) - annotate - [select for diffs], Tue Jun 6 07:14:16 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.133: +10 -4 lines
Diff to previous 1.133 (colored)

Fixed a bug in ndv_reduce_vect_q.

Revision 1.133 / (download) - annotate - [select for diffs], Mon Jun 5 08:11:10 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.132: +157 -28 lines
Diff to previous 1.132 (colored)

Added a new function nd_f4_trace().

Revision 1.132 / (download) - annotate - [select for diffs], Mon Jun 5 01:29:24 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.131: +1 -11 lines
Diff to previous 1.131 (colored)

Removed the inter-reduction in nd_gb.

Revision 1.131 / (download) - annotate - [select for diffs], Mon Jun 5 01:01:41 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.130: +12 -2 lines
Diff to previous 1.130 (colored)

Added inter-reduction in nd_gb.

Revision 1.130 / (download) - annotate - [select for diffs], Tue May 30 07:35:31 2006 UTC (17 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.129: +15 -1 lines
Diff to previous 1.129 (colored)

Added a new ctrl variable 'diag_period', which controls the period of
diagonalization duaring execution of Buchberger algorithm in homogeneous
case.

Revision 1.129 / (download) - annotate - [select for diffs], Mon Apr 17 04:35:20 2006 UTC (18 years ago) by noro
Branch: MAIN
Changes since 1.128: +124 -1 lines
Diff to previous 1.128 (colored)

Modified nd_f4() over Q.

Revision 1.128 / (download) - annotate - [select for diffs], Wed Aug 3 06:10:47 2005 UTC (18 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.127: +12 -10 lines
Diff to previous 1.127 (colored)

Fixed a bug in nd_nf().
Fixed a bug in lib/de.

Revision 1.127 / (download) - annotate - [select for diffs], Wed Aug 3 05:01:01 2005 UTC (18 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.126: +81 -1 lines
Diff to previous 1.126 (colored)

Added a function nd_gr_postproc(Plist,Vlist,Mod,Ord,DoCheck).
The output is the reduced GB. If DoCheck=1, the Buchberger test
is executed.

Revision 1.126 / (download) - annotate - [select for diffs], Wed Feb 9 14:30:47 2005 UTC (19 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.125: +31 -3 lines
Diff to previous 1.125 (colored)

nd_det now accepts matrices whose entries are polynomials over Q.

Revision 1.125 / (download) - annotate - [select for diffs], Wed Feb 9 08:32:32 2005 UTC (19 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.124: +29 -4 lines
Diff to previous 1.124 (colored)

Improving nd_det.

Revision 1.124 / (download) - annotate - [select for diffs], Wed Feb 9 07:58:43 2005 UTC (19 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.123: +2 -2 lines
Diff to previous 1.123 (colored)

Fixed a bug in nd_quo(), which is used in nd_det().

Revision 1.123 / (download) - annotate - [select for diffs], Sun Jan 23 14:03:48 2005 UTC (19 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored)

Added a function inv_or_split_dalg(), which computes the multiplicative
inverse of an algebraic number, or the splitted defining ideal if
the element is a zero divisor. (a function for dynamic evaluation.)

Revision 1.122 / (download) - annotate - [select for diffs], Thu Dec 9 13:20:33 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.121: +28 -10 lines
Diff to previous 1.121 (colored)

Fixed a bug in do_diagonalize.

Revision 1.121 / (download) - annotate - [select for diffs], Thu Dec 9 08:56:43 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.120: +71 -30 lines
Diff to previous 1.120 (colored)

(Almost) completed the modification of nd_gr and nd_gr_trace for
dealing algebraic number coefficient cases.

Revision 1.120 / (download) - annotate - [select for diffs], Tue Dec 7 15:15:52 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.119: +70 -38 lines
Diff to previous 1.119 (colored)

Added some preprocessing in nd_gr and nd_gr_trace for algebraic number
coefficient cases.

Revision 1.119 / (download) - annotate - [select for diffs], Mon Dec 6 09:29:34 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.118: +92 -16 lines
Diff to previous 1.118 (colored)

nd_gr and nd_gr_trace now accept polynomials over algebraic number fields
(still incomplete).

Revision 1.118 / (download) - annotate - [select for diffs], Sat Dec 4 09:39:27 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.117: +116 -47 lines
Diff to previous 1.117 (colored)

Added an experimental extension to nd_gb and nd_gb_trace for dealing with
algebraic number coefficient cases.

Revision 1.117 / (download) - annotate - [select for diffs], Fri Dec 3 08:57:30 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.116: +87 -2 lines
Diff to previous 1.116 (colored)

Added several exeperimental functions in nd.c.

Revision 1.116 / (download) - annotate - [select for diffs], Wed Dec 1 12:36:17 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.115: +5 -1 lines
Diff to previous 1.115 (colored)

Fixed a bug in nd_nf_p().

Revision 1.115 / (download) - annotate - [select for diffs], Thu Nov 18 08:29:11 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.114: +3 -1 lines
Diff to previous 1.114 (colored)

Added a shorcut in nd_mul_c_q.

Revision 1.114 / (download) - annotate - [select for diffs], Mon Oct 25 04:19:50 2004 UTC (19 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.113: +72 -8 lines
Diff to previous 1.113 (colored)

*** empty log message ***

Revision 1.113 / (download) - annotate - [select for diffs], Wed Oct 6 12:09:19 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.112: +224 -244 lines
Diff to previous 1.112 (colored)

Canceled the previous commit of nd.c and nd.h.

Revision 1.112 / (download) - annotate - [select for diffs], Wed Oct 6 11:58:52 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.111: +244 -224 lines
Diff to previous 1.111 (colored)

Fixed a bug in Z.c (added #include "base.h").

Revision 1.111 / (download) - annotate - [select for diffs], Tue Sep 21 07:19:01 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.110: +2 -8 lines
Diff to previous 1.110 (colored)

Fixed a bug in removecont_array().

Revision 1.110 / (download) - annotate - [select for diffs], Tue Sep 21 05:23:14 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.109: +13 -5 lines
Diff to previous 1.109 (colored)

Improving nd_f4 over Q.

Revision 1.109 / (download) - annotate - [select for diffs], Tue Sep 21 04:50:15 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.108: +54 -41 lines
Diff to previous 1.108 (colored)

Writing nd_f4 over Q.

Revision 1.108 / (download) - annotate - [select for diffs], Tue Sep 21 02:43:11 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.107: +19 -1 lines
Diff to previous 1.107 (colored)

Writing gauss-elim over Q.

Revision 1.107 / (download) - annotate - [select for diffs], Tue Sep 21 02:34:12 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.106: +160 -9 lines
Diff to previous 1.106 (colored)

Continuing the preparation of nd_f4 over Q.

Revision 1.106 / (download) - annotate - [select for diffs], Tue Sep 21 02:23:49 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.105: +24 -13 lines
Diff to previous 1.105 (colored)

Preparing nd_f4 over Q.

Revision 1.105 / (download) - annotate - [select for diffs], Fri Sep 17 05:43:22 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.104: +2 -1 lines
Diff to previous 1.104 (colored)

Fixed a bug in ndv_mul_nmv_trunc.

Revision 1.104 / (download) - annotate - [select for diffs], Fri Sep 17 01:27:48 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.103: +34 -20 lines
Diff to previous 1.103 (colored)

Fixed a bug in nd_det.
Added a diagnostic message.

Revision 1.103 / (download) - annotate - [select for diffs], Wed Sep 15 06:06:42 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.102: +28 -12 lines
Diff to previous 1.102 (colored)

Removed unnecessary arguments.
Added a ctrl switch 'show_orderspec'.

Revision 1.102 / (download) - annotate - [select for diffs], Wed Sep 15 01:43:33 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.101: +78 -46 lines
Diff to previous 1.101 (colored)

Improved nd_det().

Revision 1.101 / (download) - annotate - [select for diffs], Tue Sep 14 10:00:26 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.100: +2 -1 lines
Diff to previous 1.100 (colored)

Fixed a bug in nd_det().

Revision 1.100 / (download) - annotate - [select for diffs], Tue Sep 14 09:25:48 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.99: +3 -1 lines
Diff to previous 1.99 (colored)

Fixed a bug in detp(), which was accidentally incorpolated today.

Revision 1.99 / (download) - annotate - [select for diffs], Tue Sep 14 07:23:34 2004 UTC (19 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.98: +179 -1 lines
Diff to previous 1.98 (colored)

Added an experimental function 'nd_det' (still very slow).

Revision 1.98 / (download) - annotate - [select for diffs], Wed Aug 18 00:17:02 2004 UTC (19 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored)

Added support of Laurent polynomial (experimental).
'ctrl("allow_laurent",1)' is necessary for activating this feature.

Revision 1.97 / (download) - annotate - [select for diffs], Thu Mar 25 01:31:03 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.96: +70 -3 lines
Diff to previous 1.96 (colored)

Fixed a bug in fnodetotex_tb().

\lt -> < etc.

Revision 1.96 / (download) - annotate - [select for diffs], Wed Mar 17 08:16:24 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.95: +46 -8 lines
Diff to previous 1.95 (colored)

Added matrix order support in nd.c.

Revision 1.95 / (download) - annotate - [select for diffs], Mon Mar 15 08:44:52 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.94: +74 -1 lines
Diff to previous 1.94 (colored)

It seems that the optimizer of gcc-3.2.2 is buggy on opteron.
nd_add_q is modified so that the optimization is not done.

Revision 1.94 / (download) - annotate - [select for diffs], Mon Mar 15 07:30:44 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.93: +6 -399 lines
Diff to previous 1.93 (colored)

Separeted nd.c into two files: nd.c and ndbug.c.
(Fixing inapproprate behaviour of nd on opteron.)

Revision 1.93 / (download) - annotate - [select for diffs], Sat Mar 13 07:48:30 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored)

Fixing.

Revision 1.92 / (download) - annotate - [select for diffs], Sat Mar 13 07:43:24 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.91: +43 -32 lines
Diff to previous 1.91 (colored)

Separated the part of diagonalization in nd_gb and nd_gb_trace.

Revision 1.91 / (download) - annotate - [select for diffs], Sat Mar 13 07:32:08 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.90: +49 -39 lines
Diff to previous 1.90 (colored)

Fixing bugs in nd.c.

Revision 1.90 / (download) - annotate - [select for diffs], Sat Mar 13 06:49:15 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.89: +5 -5 lines
Diff to previous 1.89 (colored)

Fixing bugs in nd.c for 64bit arch.

Revision 1.89 / (download) - annotate - [select for diffs], Tue Feb 3 23:31:57 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.88: +9 -9 lines
Diff to previous 1.88 (colored)

EXPERIMENTAL: adding new feature in specifying various options to
dp_***.

Revision 1.88 / (download) - annotate - [select for diffs], Wed Dec 24 02:20:19 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.87: +17 -1 lines
Diff to previous 1.87 (colored)

Added an inconsistency check in nd_gr.

Revision 1.87 / (download) - annotate - [select for diffs], Wed Nov 5 08:02:45 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.86: +6 -1 lines
Diff to previous 1.86 (colored)

Added #include "base.h" in nd.c.
Added ltov().

Revision 1.86 / (download) - annotate - [select for diffs], Tue Oct 28 08:47:01 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored)

Fixed a bug in nd_f4.

Revision 1.85 / (download) - annotate - [select for diffs], Tue Oct 28 03:23:40 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.84: +28 -9 lines
Diff to previous 1.84 (colored)

Fixed a bug in nd_nf, ndv_reduceall.

Revision 1.84 / (download) - annotate - [select for diffs], Sat Oct 18 01:39:42 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.83: +2 -3 lines
Diff to previous 1.83 (colored)

Fixed a bug in nd_f4.

Revision 1.83 / (download) - annotate - [select for diffs], Fri Oct 17 05:15:20 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.82: +4 -2 lines
Diff to previous 1.82 (colored)

Fixed a bug in Pnd_weyl_gr().

Revision 1.82 / (download) - annotate - [select for diffs], Wed Oct 15 03:21:44 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.81: +62 -14 lines
Diff to previous 1.81 (colored)

Added intermediate interreduction when the input is homogeneous.

Revision 1.81 / (download) - annotate - [select for diffs], Sat Oct 11 02:14:19 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.80: +21 -7 lines
Diff to previous 1.80 (colored)

Improved ndl_equal.

Revision 1.80 / (download) - annotate - [select for diffs], Fri Oct 10 10:07:18 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.79: +10 -3 lines
Diff to previous 1.79 (colored)

Time for elim1,elim2 are displayed in nd_f4.

Revision 1.79 / (download) - annotate - [select for diffs], Fri Oct 10 07:18:12 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.78: +19 -20 lines
Diff to previous 1.78 (colored)

Fixed a bug in nd_setup_paramers().

Revision 1.78 / (download) - annotate - [select for diffs], Fri Oct 10 01:51:09 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.77: +8 -4 lines
Diff to previous 1.77 (colored)

Fixed a bug in nd_gr.

Revision 1.77 / (download) - annotate - [select for diffs], Wed Oct 8 09:09:04 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.76: +199 -28 lines
Diff to previous 1.76 (colored)

Adding demand loading in nd.c.

Revision 1.76 / (download) - annotate - [select for diffs], Sun Sep 28 09:18:57 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.75: +159 -18 lines
Diff to previous 1.75 (colored)

Changed the sugar of generated polynomials in nd_f4.

Revision 1.75 / (download) - annotate - [select for diffs], Fri Sep 19 10:09:42 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.74: +3 -1 lines
Diff to previous 1.74 (colored)

Fixed a bug in nd_f4_red().

Revision 1.74 / (download) - annotate - [select for diffs], Fri Sep 19 02:33:12 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.73: +364 -172 lines
Diff to previous 1.73 (colored)

Improved memory usage in nd_f4.

Revision 1.73 / (download) - annotate - [select for diffs], Wed Sep 17 08:37:49 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.72: +19 -21 lines
Diff to previous 1.72 (colored)

Fixed a bug in nd_setup_parameters().

Revision 1.72 / (download) - annotate - [select for diffs], Wed Sep 17 08:14:26 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.71: +55 -4 lines
Diff to previous 1.71 (colored)

Fixec a bug in nd_symbolic_preproc.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Sep 17 07:16:53 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.70: +154 -51 lines
Diff to previous 1.70 (colored)

Adding support of GFS.

Revision 1.70 / (download) - annotate - [select for diffs], Mon Sep 15 10:51:45 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.69: +7 -5 lines
Diff to previous 1.69 (colored)

Modified nd_nf.

Revision 1.69 / (download) - annotate - [select for diffs], Mon Sep 15 09:49:44 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.68: +215 -297 lines
Diff to previous 1.68 (colored)

Deleted *_direct functions.

Revision 1.68 / (download) - annotate - [select for diffs], Fri Sep 12 15:07:11 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.67: +14 -5 lines
Diff to previous 1.67 (colored)

Fixed a bug in nd_f4.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Sep 12 14:51:27 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.66: +90 -33 lines
Diff to previous 1.66 (colored)

Improving nd_f4.

Revision 1.66 / (download) - annotate - [select for diffs], Fri Sep 12 08:26:19 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.65: +23 -10 lines
Diff to previous 1.65 (colored)

Still improving nd_f4.

Revision 1.65 / (download) - annotate - [select for diffs], Fri Sep 12 08:01:51 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.64: +227 -132 lines
Diff to previous 1.64 (colored)

Improving nd_f4.

Revision 1.64 / (download) - annotate - [select for diffs], Fri Sep 12 01:12:40 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.63: +54 -11 lines
Diff to previous 1.63 (colored)

Fixed a bug in error().
Improved F4 in nd.c.

Revision 1.63 / (download) - annotate - [select for diffs], Thu Sep 11 09:03:53 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.62: +401 -37 lines
Diff to previous 1.62 (colored)

Implemented F4 in nd.c. (not optimized yet.)

Revision 1.62 / (download) - annotate - [select for diffs], Thu Sep 11 01:52:25 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.61: +133 -50 lines
Diff to previous 1.61 (colored)

Added unrolled code for the case nd_bpe == 3.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Sep 10 05:14:32 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.60: +532 -407 lines
Diff to previous 1.60 (colored)

nd.c is now independent of DP functions.

Revision 1.60 / (download) - annotate - [select for diffs], Sat Sep 6 01:33:26 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.59: +24 -11 lines
Diff to previous 1.59 (colored)

Fixed a bug on weight computation.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Sep 5 13:20:14 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.58: +39 -1 lines
Diff to previous 1.58 (colored)

Added nd_nf.

Revision 1.58 / (download) - annotate - [select for diffs], Fri Sep 5 07:00:37 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.57: +26 -1 lines
Diff to previous 1.57 (colored)

Added a special order (ord=11) for b-function computation.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Sep 5 05:02:53 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.56: +121 -126 lines
Diff to previous 1.56 (colored)

Fixed some bugs about degree bound computation.
ND weyl functions now accept block orders.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Sep 4 08:35:09 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.55: +75 -144 lines
Diff to previous 1.55 (colored)

Added nd_weyl_gr and nd_weyl_gr_trace (they partially work).

Revision 1.55 / (download) - annotate - [select for diffs], Wed Sep 3 07:33:35 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.54: +254 -18 lines
Diff to previous 1.54 (colored)

ND implementation for weyl algebra (not tested at all).

Revision 1.54 / (download) - annotate - [select for diffs], Sun Aug 31 07:42:23 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.53: +3 -5 lines
Diff to previous 1.53 (colored)

Fixed a bug in nd_reduceall.

Revision 1.53 / (download) - annotate - [select for diffs], Fri Aug 29 07:37:30 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.52: +46 -58 lines
Diff to previous 1.52 (colored)

nd_psq -> nd_ps_trace etc.

Revision 1.52 / (download) - annotate - [select for diffs], Wed Aug 27 02:21:16 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.51: +45 -13 lines
Diff to previous 1.51 (colored)

(Almost) completed nd_gr_trace().

Revision 1.51 / (download) - annotate - [select for diffs], Wed Aug 27 01:53:29 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Fixed a bug in nd_get_exporigin().

Revision 1.50 / (download) - annotate - [select for diffs], Wed Aug 27 01:48:25 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.49: +11 -8 lines
Diff to previous 1.49 (colored)

Fixed a bug in nd_reduceall.

Revision 1.49 / (download) - annotate - [select for diffs], Tue Aug 26 01:54:18 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.48: +1 -2 lines
Diff to previous 1.48 (colored)

Removed code for debugging.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Aug 26 01:42:12 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.47: +17 -13 lines
Diff to previous 1.47 (colored)

Fixed a bug in ndv_dehomogenize().

Revision 1.47 / (download) - annotate - [select for diffs], Mon Aug 25 09:19:43 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Corrected a compile flag.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Aug 25 09:16:55 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.45: +10 -7 lines
Diff to previous 1.45 (colored)

Fixed a bug in dptondv().

Revision 1.45 / (download) - annotate - [select for diffs], Mon Aug 25 08:57:31 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.44: +121 -195 lines
Diff to previous 1.44 (colored)

Fixed bugs around ndv_dehomogenize().

Revision 1.44 / (download) - annotate - [select for diffs], Fri Aug 22 08:32:51 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.43: +31 -27 lines
Diff to previous 1.43 (colored)

Trying to complete implementation of block ordering.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Aug 22 07:12:49 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.42: +257 -91 lines
Diff to previous 1.42 (colored)

Implemented block orderings in nd.c (incomplete).

Revision 1.42 / (download) - annotate - [select for diffs], Thu Aug 21 08:20:06 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.41: +41 -38 lines
Diff to previous 1.41 (colored)

Added macros PUT_EXP and GET_EXP.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Aug 21 07:39:25 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.40: +106 -85 lines
Diff to previous 1.40 (colored)

Preparing for implementing block orderings.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Aug 21 04:44:36 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.39: +101 -57 lines
Diff to previous 1.39 (colored)

Cosmetic changes.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Aug 21 03:13:01 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.38: +47 -110 lines
Diff to previous 1.38 (colored)

Removing redundant functions.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Aug 20 08:56:29 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Fixed a bug in nd_gb_trace.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Aug 20 08:38:20 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.36: +30 -13 lines
Diff to previous 1.36 (colored)

Fixed a bug in nd_reconstruct.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Aug 20 07:55:45 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.35: +3 -6 lines
Diff to previous 1.35 (colored)

Fixed a bug in nd_dehomogenize().

Revision 1.35 / (download) - annotate - [select for diffs], Wed Aug 20 07:04:31 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.34: +10 -8 lines
Diff to previous 1.34 (colored)

Removed unnecessary library calls (bzero, bcopy).

Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 20 06:06:07 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.33: +320 -523 lines
Diff to previous 1.33 (colored)

Modified several structures.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Aug 19 05:29:11 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.32: +24 -54 lines
Diff to previous 1.32 (colored)

Supporting general orderings.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Aug 19 04:38:09 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.31: +54 -58 lines
Diff to previous 1.31 (colored)

Trying to support general orderings in nd_gr.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Aug 13 03:13:22 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.30: +90 -93 lines
Diff to previous 1.30 (colored)

Added a member 'len' in struct oND, which is necessary for geobucket addition.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Aug 12 09:07:19 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.29: +144 -111 lines
Diff to previous 1.29 (colored)

Improved add_pbucket.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Aug 11 07:37:08 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored)

Changed bucket size (4^k => 2^k).

Revision 1.28 / (download) - annotate - [select for diffs], Mon Aug 11 06:58:01 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.27: +177 -52 lines
Diff to previous 1.27 (colored)

Added content redunction in GeoBucket nd_nf.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Aug 10 01:31:24 2003 UTC (20 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.26: +98 -43 lines
Diff to previous 1.26 (colored)

Added check routines in nd_gr_trace.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 7 09:47:08 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.25: +72 -7 lines
Diff to previous 1.25 (colored)

Corrected geobucket code (not yet completed).

Revision 1.25 / (download) - annotate - [select for diffs], Thu Aug 7 08:46:50 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.24: +155 -313 lines
Diff to previous 1.24 (colored)

Cleaning up nd.c.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Aug 5 08:06:21 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Fixed a bug in nd_reduceall.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Aug 5 05:01:18 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.22: +450 -63 lines
Diff to previous 1.22 (colored)

Added homogenization, dehomogenization and interreduction to nd_**.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 1 08:47:00 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Fixed a bug in nd_nf.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Aug 1 08:39:54 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.20: +85 -6 lines
Diff to previous 1.20 (colored)

Implemented efficient content reduction.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Aug 1 05:03:15 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.19: +315 -104 lines
Diff to previous 1.19 (colored)

Added an implementation trace algorithm.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jul 31 07:30:27 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.18: +34 -35 lines
Diff to previous 1.18 (colored)

Updating various parts in nd.c.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 31 05:42:22 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.17: +1 -382 lines
Diff to previous 1.17 (colored)

Removed unnecessary codes.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jul 31 05:30:38 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.16: +172 -102 lines
Diff to previous 1.16 (colored)

nd_gr over Q.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 31 02:56:13 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.15: +337 -72 lines
Diff to previous 1.15 (colored)

Implemented nd_gr for char=0.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 31 01:02:39 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.14: +10 -4 lines
Diff to previous 1.14 (colored)

Fixed some bugs.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 30 07:57:45 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.13: +221 -210 lines
Diff to previous 1.13 (colored)

t->dl => DL(t) etc.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 30 00:55:41 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.12: +91 -51 lines
Diff to previous 1.12 (colored)

Improved ndv_realloc.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 26 03:10:03 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.11: +3 -5 lines
Diff to previous 1.11 (colored)

Fixed a bug in dp->nd converters.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 26 01:00:32 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.10: +292 -194 lines
Diff to previous 1.10 (colored)

Removed unnecessary parts in nd_*.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 25 14:48:16 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.9: +11 -3 lines
Diff to previous 1.9 (colored)

Some improvements in nd_gr.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 25 09:04:47 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.8: +101 -104 lines
Diff to previous 1.8 (colored)

Improving ndv_add.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 25 07:41:25 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Fixed a bug in ndv_add.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 25 07:25:16 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.6: +16 -13 lines
Diff to previous 1.6 (colored)

Fixed a bug in nd_nf.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 25 04:19:54 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.5: +180 -115 lines
Diff to previous 1.5 (colored)

Vector representation of reducer is used in nd_nf.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 24 03:45:41 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.4: +137 -35 lines
Diff to previous 1.4 (colored)

Improving nd_gr.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 23 14:24:14 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.3: +226 -198 lines
Diff to previous 1.3 (colored)

Trying various configurations.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 23 07:50:32 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.2: +270 -8 lines
Diff to previous 1.2 (colored)

Still improving nd_gr.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 23 01:23:34 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

Added $OpenXM$ in nd.c.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 23 01:22:51 2003 UTC (20 years, 9 months ago) by noro
Branch: MAIN

Added engine/nd.c.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>