Changeset 91ffb8b in git for Singular/matpol.h


Ignore:
Timestamp:
Jul 16, 1998, 8:44:29 AM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
f220e5aa3b1b6205a26b31b84fb887c7a0cbebcc
Parents:
3d3964cec84824d722a2adecaa31df79440b39c6
Message:
* added mpDetBareiss declarartion -- otherwise link error for
  mpDetBareiss in iparith.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/matpol.h

    r3d3964c r91ffb8b  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: matpol.h,v 1.6 1998-05-19 17:11:45 pohl Exp $ */
     6/* $Id: matpol.h,v 1.7 1998-07-16 06:44:29 obachman Exp $ */
    77/*
    88* ABSTRACT
     
    5252BOOLEAN mpJacobi(leftv res,leftv a);
    5353BOOLEAN mpKoszul(leftv res,leftv b/*in*/, leftv c/*ip*/, leftv id=NULL);
     54poly mpDetBareiss (matrix a);
    5455
    5556//matrix mpHomogen(matrix a, int v);
Note: See TracChangeset for help on using the changeset viewer.