Changeset 731582 in git


Ignore:
Timestamp:
Nov 12, 2020, 3:07:46 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2629de36e042e643d9a0d27aaae21641614f5e22905dbf1624a9f90a97faa511d443e5f8c1c45f76
Parents:
4ab9d65ce6280bebcfdd6db84721a069dd14bad3
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-11-12 15:07:46+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-11-12 15:17:46+01:00
Message:
add kChinese.*
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r4ab9d65 r731582  
    3535#include "kernel/linear_algebra/linearAlgebra.h"
    3636#include "kernel/linear_algebra/MinorInterface.h"
     37
     38#include "kernel/GBEngine/kChinese.h"
    3739
    3840#include "kernel/spectrum/GMPrat.h"
     
    97409742  else
    97419743  {
    9742     result=id_ChineseRemainder(x,q,rl,currRing); // deletes also x
     9744    #if 0
     9745    if (rField_is_Q(currRing))
     9746      result=id_ChineseRemainder_0(x,q,rl,currRing); // deletes also x
     9747    else
     9748    #endif
     9749      result=id_ChineseRemainder(x,q,rl,currRing); // deletes also x
    97439750    c->Clean();
    97449751    if ((return_type==POLY_CMD) &&(result!=NULL))
  • kernel/GBEngine/Makefile.am

    r4ab9d65 r731582  
    55
    66noinst_LTLIBRARIES=libGBEngine.la
    7 libGBEngine_la_SOURCES=khstd.cc kstdfac.cc kstd1.cc kstd2.cc kutil.cc nc.cc sca.cc gr_kstd2.cc kspoly.cc kpolys.cc syz.cc syz0.cc syz1.cc syz2.cc syz3.cc syz4.cc units.cc tgb.cc tgbgauss.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc ringgb.cc janet.cc kverify.cc
     7libGBEngine_la_SOURCES=khstd.cc kstdfac.cc kstd1.cc kstd2.cc kutil.cc nc.cc sca.cc gr_kstd2.cc kspoly.cc kpolys.cc syz.cc syz0.cc syz1.cc syz2.cc syz3.cc syz4.cc units.cc tgb.cc tgbgauss.cc f5data.cc f5lists.cc f5gb.cc ratgring.cc shiftgb.cc ringgb.cc janet.cc kverify.cc kChinese.cc
    88
    99libGBEngine_la_includedir=$(includedir)/singular/kernel/GBEngine
    10 libGBEngine_la_include_HEADERS=syz.h kstdfac.h kutil.h khstd.h kstd1.h units.h ratgring.h shiftgb.h nc.h kInline.h tgb.h ringgb.h tgbgauss.h tgb_internal.h f5data.h f5gb.h f5lists.h janet.h kverify.h
     10libGBEngine_la_include_HEADERS=syz.h kstdfac.h kutil.h khstd.h kstd1.h units.h ratgring.h shiftgb.h nc.h kInline.h tgb.h ringgb.h tgbgauss.h tgb_internal.h f5data.h f5gb.h f5lists.h janet.h kverify.h kChinese.h
    1111
    1212
Note: See TracChangeset for help on using the changeset viewer.