Ignore:
Timestamp:
Aug 12, 2011, 4:20:38 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e92b071a14e237753ca43c8b8faad5e5199cd077
Parents:
1f414c83d736799f4aa2169403778da7b6403897
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-12 16:20:38+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:21:28+01:00
Message:
ADD: new function: number n_Param(iParameter,ring) - creates a number representing the specified parameter in the given alg./trans. extension
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    r1f414c8 r6637ee  
    560560  return NULL;
    561561}
     562
     563/// return the specified parameter as a (new!) number in the given
     564/// polynomial ring, or NULL if invalid
     565number n_Param(const short iParameter, const ring r);
     566
    562567   
    563568/* R, Q, Fp: FALSE */
Note: See TracChangeset for help on using the changeset viewer.