source: git/libpolys/polys/clapconv.h @ 146c603

spielwiese
Last change on this file since 146c603 was 146c603, checked in by Hans Schoenemann <hannes@…>, 12 years ago
fix: nlModP (should not use nvDiv/npDiv implement conversion to/from factory for algext
  • Property mode set to 100644
File size: 753 bytes
RevLine 
[35aab3]1// emacs edit mode for this file is -*- C++ -*-
2/****************************************
3*  Computer Algebra System SINGULAR     *
4****************************************/
[341696]5// $Id$
[35aab3]6/*
7* ABSTRACT: convert data between Singular and factory
8*/
9
10
11#ifndef INCL_SINGCONV_H
12#define INCL_SINGCONV_H
13
[9144617]14#ifdef HAVE_FACTORY
15
[d75f15]16#include <polys/monomials/ring.h>
[9144617]17#include <factory/factory.h>
18
[35aab3]19
[ce3f53c]20poly convFactoryPSingP ( const CanonicalForm & f, const ring r );
21CanonicalForm convSingPFactoryP( poly p, const ring r );
[abb4787]22int convFactoryISingI( const CanonicalForm & f);
[35aab3]23
[146c603]24CanonicalForm convSingAFactoryA( number pp, Variable a, const coeffs cf );
25number convFactoryASingA ( const CanonicalForm & f, const coeffs cf );
[35aab3]26
[9144617]27// HAVE_FACTORY
28#endif
29
[35aab3]30#endif /* INCL_SINGCONV_H */
Note: See TracBrowser for help on using the repository browser.