Changeset 266ae3 in git for libpolys/polys/nc/nc.h


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

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/nc.h

    rc0a0e5 r266ae3  
    44#include "polys/monomials/ring.h"
    55#include "polys/kbuckets.h"
     6#include "polys/matpol.h"
    67
    78#ifdef HAVE_PLURAL
    89
    9 // TODO: the following is a part of ring.h... would be nice to have a
    10 // clear public NC interface defined here!
    11 
    12 
    13 class ip_smatrix;
    14 typedef ip_smatrix *       matrix;
    15 
    16 
    1710matrix nc_PrintMat(int a, int b, ring r, int metric);
    18 
    1911
    2012enum nc_type
Note: See TracChangeset for help on using the changeset viewer.