Changeset 151000 in git for kernel/gring.h


Ignore:
Timestamp:
Jun 10, 2008, 4:35:41 PM (16 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8011515489f6a2db930bf758ec82b4a8248d9397
Parents:
9cd0ce7b59c2eddfba7d22e2cd1fe036d85c1187
Message:
*motsak: some more NC ShortSpoly! in kutil...


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

Legend:

Unmodified
Added
Removed
  • kernel/gring.h

    r9cd0ce r151000  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: gring.h,v 1.21 2008-06-10 10:17:31 motsak Exp $ */
     6/* $Id: gring.h,v 1.22 2008-06-10 14:35:41 motsak Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    111111
    112112
    113 // returns the LCM of the head terms of a and b with given component
     113// returns the LCM of the head terms of a and b with the given component
     114// NOTE: coeff will be created but remains undefined(zero?)
    114115poly p_Lcm(const poly a, const poly b, const long lCompM, const ring r);
    115116
    116117// returns the LCM of the head terms of a and b with component = max comp. of a & b
     118// NOTE: coeff will be created but remains undefined(zero?)
    117119poly p_Lcm(const poly a, const poly b, const ring r);
    118120
Note: See TracChangeset for help on using the changeset viewer.