Changeset 75f10d in git for Singular/ipid.cc


Ignore:
Timestamp:
May 10, 2012, 1:59:15 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6f0279ecd605db3872247f2211d8efd1ac65d42a
Parents:
c8302bb70ef743b5705287005391184566e69b06
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-05-10 13:59:15+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-05-10 13:59:37+02:00
Message:
add: bigintmat stuff from master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    rc8302b r75f10d  
    1818#include <kernel/febase.h>
    1919#include <coeffs/numbers.h>
     20#include <coeffs/bigintmat.h>
    2021#include <kernel/longrat.h>
    2122#include <kernel/polys.h>
     
    126127    case INTMAT_CMD:
    127128      return (void *)new intvec();
     129    case BIGINTMAT_CMD:
     130      return (void *)new bigintmat();
    128131    case NUMBER_CMD:
    129132      return (void *) nInit(0);
Note: See TracChangeset for help on using the changeset viewer.