Changeset d221a2 in git


Ignore:
Timestamp:
Mar 7, 2014, 12:26:16 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a199a3f1830dc111591517b077fb9391d8d27eb2
Parents:
0b6efdb9e1062c3299d542efdc36734ecb36ca10
git-author:
Martin Lee <martinlee84@web.de>2014-03-07 12:26:16+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-17 18:31:53+01:00
Message:
chg: make modular resultant public
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cfModResultant.h

    r0b6efd rd221a2  
    2727            );
    2828
     29/*BEGINPUBLIC*/
    2930/// modular resultant algorihtm over Z
    3031///
     
    3637            bool prob= true         ///<[in] if true use probabilistic algorithm
    3738           );
     39/*ENDPUBLIC*/
    3840
    3941#endif
  • factory/factory.template

    r0b6efd rd221a2  
    107107#include "facAbsFact.h"
    108108
     109/*MAKEHEADER PUBLIC ONLY*/
     110#include "cfModResultant.h"
     111
    109112#endif /* ! INCL_FACTORY_H */
Note: See TracChangeset for help on using the changeset viewer.