Changeset c232af in git for Singular/matpol.h


Ignore:
Timestamp:
Aug 14, 2000, 2:58:28 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '1e435b8ba068f7dbcd2aad89bcf324ebfd49f7ba')
Children:
d26c2e9dd38f1531c0e77c38e6177109182b5bca
Parents:
4697a8a1ccbf49d0048033ea29c651e3966ba729
Message:
* omalloc stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/matpol.h

    r4697a8a rc232af  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: matpol.h,v 1.12 1999-12-20 12:50:21 Singular Exp $ */
     6/* $Id: matpol.h,v 1.13 2000-08-14 12:56:38 obachman Exp $ */
    77/*
    88* ABSTRACT
    99*/
    1010#include "structs.h"
    11 #if HAVE_ASO == 1
    12 #include "matpol.aso"
    13 #endif
    1411
    1512// THIS IS REALLY DIRTY: ip_smatrix HAS TO BE IDENTICAL TO ip_sideal
     
    3229};
    3330
    34 #ifdef MDEBUG
    35 matrix mpDBNew(int r, int c, char *f, int l);
    36 #define mpNew(A,B) mpDBNew(A,B,__FILE__,__LINE__)
    37 #else
    3831matrix mpNew(int r, int c);
    39 #endif
    4032matrix mpCopy (matrix a);
    4133matrix mpInitP(int r, int c, poly p);
     
    7769void mpMinorToResult(ideal, int &, matrix, int, int, ideal);
    7870
     71extern omBin ip_smatrix_bin;
    7972#endif
Note: See TracChangeset for help on using the changeset viewer.