Changeset ed5c8d in git for kernel/structs.h


Ignore:
Timestamp:
Mar 23, 2010, 5:27:44 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0b5e3dd93463040bd0598ca2fa8cf650782a715f
Parents:
89ca47fb0e392b149b888b5746e539030d6a2226
Message:
smpoly moved to sparsemat.cc

git-svn-id: file:///usr/local/Singular/svn/trunk@12663 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    r89ca47 red5c8d  
    7373
    7474
    75 typedef long Exponent_t;
    76 
    7775enum tHomog
    7876{
     
    201199typedef struct p_Procs_s p_Procs_s;
    202200
    203 // for sparsemat.cc
    204 typedef struct smprec sm_prec;
    205 typedef sm_prec * smpoly;
    206 struct smprec
    207 {
    208   smpoly n;            // the next element
    209   int pos;             // position
    210   int e;               // level
    211   poly m;              // the element
    212   float f;             // complexity of the element
    213 };
    214 
    215201struct n_Procs_s
    216202{
Note: See TracChangeset for help on using the changeset viewer.