Changeset ff4cbac in git


Ignore:
Timestamp:
Feb 5, 2021, 9:57:34 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
829d827f0efec43c94d30e7b4de723abbac94cbf
Parents:
17bc740f922270721b5e3d90af6f93dfd834b750
Message:
fix: return type of liftstd with 4 args
Files:
3 added
7 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r17bc740 rff4cbac  
    76967696    GbVariant alg=syGetAlgorithm((char*)u4->Data(),currRing,I);
    76977697    // CopyD for IDEAL_CMD and MODUL_CMD are identical:
     7698    res->rtyp = u->Typ();
    76987699    res->data = (char *)idLiftStd((ideal)u->Data(),
    76997700                                &(hv->data.umatrix),testHomog,
  • Tst/Old/liftstan.res.gz.uu

    r17bc740 rff4cbac  
    11begin 644 liftstan.res.gz
    2 M'XL("!B''6`"`VQI9G1S=&%N+G)E<P"55<%NVS`,O?LKB&`'9U!32W:RMH%]
     2M'XL("`BH'6`"`VQI9G1S=&%N+G)E<P"55<%NVS`,O?LKB&`'9U!32W:RMH%]
    33M*'8I,.S2G1H$@>LXA5#++BPWD_3UHY145K>BR80$H:GW*#Z19NY_?;_["0"T
    44M@,O+Z/[XQ&;X!$,M!Y!5SU\&V'4]-'PWR&$+52=$V6X].IV%W&P&/6^?H*>0
  • Tst/Old/liftstan.stat

    r17bc740 rff4cbac  
    1 1 >> tst_memory_0 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:87656
    2 1 >> tst_memory_1 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:2277376
    3 1 >> tst_memory_2 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:2308048
    4 1 >> tst_timer_1 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:3
     11 >> tst_memory_0 :: 1612556296:4201, 64 bit:4.2.0:x86_64-Linux:terra:87656
     21 >> tst_memory_1 :: 1612556296:4201, 64 bit:4.2.0:x86_64-Linux:terra:2277376
     31 >> tst_memory_2 :: 1612556296:4201, 64 bit:4.2.0:x86_64-Linux:terra:2308048
     41 >> tst_timer_1 :: 1612556296:4201, 64 bit:4.2.0:x86_64-Linux:terra:2
  • Tst/Short/liftstd_s.res.gz.uu

    r17bc740 rff4cbac  
    11begin 644 liftstd_s.res.gz
    2 M'XL("!B''6`"`VQI9G1S=&1?<RYR97,`G1A=;YM(\-V_8I3>`Z[7E`4#=G)8
     2M'XL("#*H'6`"`VQI9G1S=&1?<RYR97,`G1A=;YM(\-V_8I3>`Z[7E`4#=G)8
    33M5G4OE:I[N.:IEA41@E.N@"W`*5#=?[_9-<PNMM/X#B5FV/G8^1Z6+_=_?/H3
    44M`/@2/G_Z"#=569EI\GAS-_K28>PEX.)#DB>5,;X;B3LLEY`F6UQ^>BC-//YA
  • Tst/Short/liftstd_s.stat

    r17bc740 rff4cbac  
    1 1 >> tst_memory_0 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:85960
    2 1 >> tst_memory_1 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:2183168
    3 1 >> tst_memory_2 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:2308016
    4 1 >> tst_timer_1 :: 1612547864:4201, 64 bit:4.2.0:x86_64-Linux:terra:3
     11 >> tst_memory_0 :: 1612556338:4201, 64 bit:4.2.0:x86_64-Linux:terra:85960
     21 >> tst_memory_1 :: 1612556338:4201, 64 bit:4.2.0:x86_64-Linux:terra:2183168
     31 >> tst_memory_2 :: 1612556338:4201, 64 bit:4.2.0:x86_64-Linux:terra:2308016
     41 >> tst_timer_1 :: 1612556338:4201, 64 bit:4.2.0:x86_64-Linux:terra:4
  • Tst/Short/ok_s.lst

    r17bc740 rff4cbac  
    88bug_ecart
    99bug_heuristic
     10bug_liftstd4
    1011bug_mem_Z
    1112bug_misc
  • kernel/ideals.cc

    r17bc740 rff4cbac  
    938938  SI_SAVE_OPT2(save2);
    939939
    940   k=si_max(1L,id_RankFreeModule(h1,currRing));
     940  k=si_max(1,inputIsIdeal);
    941941
    942942  if ((!lift3)&&(!TEST_OPT_RETURN_SB)) si_opt_2 |=Sy_bit(V_IDLIFT);
Note: See TracChangeset for help on using the changeset viewer.