Changeset 3c23cd9 in git


Ignore:
Timestamp:
Sep 25, 2000, 4:07:59 PM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e1618211b1c146a0b73c1e83e6615ce5e91eb39d
Parents:
fe1e673f3442dec88637cae2358c93fe361bcb03
Message:
specification


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

Legend:

Unmodified
Added
Removed
  • Singular/sparsmat.cc

    rfe1e67 r3c23cd9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: sparsmat.cc,v 1.39 2000-09-21 11:15:31 pohl Exp $ */
     4/* $Id: sparsmat.cc,v 1.40 2000-09-25 14:07:59 pohl Exp $ */
    55
    66/*
     
    19421942}
    19431943
     1944/*
     1945* e is a monomial with exponents e(i)
     1946* t is a polynom with monomials t_j and
     1947*   exponents t_j(i)
     1948* make a copy of a part of t:
     1949*   for the monomials t_j of t in the copy
     1950*   we have
     1951*     ((e(i)!=0)&&(e(i)<=t_j(i)) == TRUE
     1952*/
    19441953static poly smSelectCopy(poly t, const poly e)
    19451954{
Note: See TracChangeset for help on using the changeset viewer.