Ignore:
Timestamp:
Jan 19, 2018, 11:05:53 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
24bc731bfbe23b437f98252035079828a0289a6f
Parents:
c0a0e5c2821b7e65272ac540b3a99cd00f2c40c2
Message:
chg: only one definition for poly/ideal/map/matrix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/linear_algebra/MinorInterface.h

    rc0a0e5 r266ae3  
    22#define MINOR_INTERFACE_H
    33
    4 
    5 struct spolyrec; typedef struct spolyrec polyrec; typedef polyrec* poly;
    6 struct ip_sring; typedef struct ip_sring* ring; typedef struct ip_sring const* const_ring;
    7 
    8 struct sip_sideal; typedef struct sip_sideal *       ideal;
    9 
    10 class ip_smatrix; typedef ip_smatrix *       matrix;
     4#include "polys/monomials/ring.h"
     5#include "kernel/polys.h"
    116
    127/* all computations are module char, if char <> 0;
Note: See TracChangeset for help on using the changeset viewer.