Changeset 7c3c14 in git for Singular/intvec.h


Ignore:
Timestamp:
Oct 24, 2000, 9:03:02 AM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
d26bffd6d45f678a1ee8e37637323ba395bea040
Parents:
4e5a7685099a0821adc5b12f25a936cf2d1c8a0d
Message:
new kernel computation


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

Legend:

Unmodified
Added
Removed
  • Singular/intvec.h

    r4e5a76 r7c3c14  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: intvec.h,v 1.14 2000-09-18 09:19:02 obachman Exp $ */
     6/* $Id: intvec.h,v 1.15 2000-10-24 07:03:02 pohl Exp $ */
    77/*
    88* ABSTRACT: class intvec: lists/vectors of integers
     
    8888intvec * ivSolveIntMat(intvec * imat);
    8989
     90// new: wp
     91void     ivTriangIntern(intvec * imat, int &ready, int &all);
     92intvec * ivSolveKern(intvec * imat, int ready);
     93
     94
    9095#ifdef MDEBUG
    9196#define ivTest(v) v->ivTEST()
Note: See TracChangeset for help on using the changeset viewer.