Changeset 8baa37 in git for factory/facFqBivarUtil.h


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivarUtil.h

    r7661e1 r8baa37  
    2121#ifdef HAVE_NTL
    2222#include "NTLconvert.h"
     23#endif
     24
     25#ifdef HAVE_FLINT
     26#include "FLINTconvert.h"
    2327#endif
    2428
     
    269273#endif
    270274
     275#ifdef HAVE_FLINT
     276/// extract coefficients of \f$ x^i \f$ for \f$i\geq k\f$ where \f$ x \f$ is
     277/// a variable of level 1
     278///
     279/// @return coefficients of \f$ x^i \f$ for \f$i\geq k\f$
     280/// @sa {getCoeffs (const CanonicalForm&, const int, const Variable& alpha),
     281/// getCoeffs (const CanonicalForm&, const int)}
     282CFArray
     283getCoeffs (const CanonicalForm& F,         ///< [in] compressed bivariate poly
     284           const int k,                    ///< [in] some int
     285           const int l,                    ///< [in] precision
     286           const int degMipo,              ///< [in] degree of minimal poly
     287           const Variable& alpha,          ///< [in] algebraic variable
     288           const CanonicalForm& evaluation,///< [in] evaluation point
     289           const nmod_mat_t M              ///< [in] bases change matrix
     290          );
     291#endif
     292
    271293/// write A into M starting at row startIndex
    272294void
Note: See TracChangeset for help on using the changeset viewer.