include/continewz/homotopy.hpp File Reference
#include <multimix/slp_multivariate.hpp>
Go to the source code of this file.
Classes
Namespaces
Defines
Functions
- template<typename C > nat start_index (const vector< C > &v, const C &z)
- INDIRECT_IMPL_2 (homotopy_stepper, homotopy_stepper_rep, typename C, C, typename V, V) template< typename C
- V vector< C > homx (const homotopy_stepper< C, V > &stepper, const vector< C > &x, nat k, const C &t1)
- template<typename C , typename V > vector< C > homx (const homotopy_stepper< C, V > &stepper, const vector< C > &x, nat k, const vector< C > &p)
- template<typename C , typename V > vector< vector< C > > homx (const homotopy_stepper< C, V > &stepper, const vector< vector< C > > &x, nat k, const C &t1)
- template<typename C , typename V > vector< vector< C > > homx (const homotopy_stepper< C, V > &stepper, const vector< vector< C > > &x, nat k, const vector< C > &p)
- template<typename C , typename Path > vector< C > homotopy (const vector< multivariate< sparse_polynomial< rational > > > &f, const vector< multivariate_coordinate<> > &vars, const vector< C > &x, const multivariate_coordinate<> &var, const Path &p)
- template<typename C , typename Path > vector< vector< C > > homotopy (const vector< multivariate< sparse_polynomial< rational > > > &f, const vector< multivariate_coordinate<> > &vars, const vector< vector< C > > &x, const multivariate_coordinate<> &var, const Path &p)
- template<typename C , typename Path > matrix< C > homotopy (const vector< multivariate< sparse_polynomial< rational > > > &f, const vector< multivariate_coordinate<> > &vars, const matrix< C > &x, const multivariate_coordinate<> &var, const Path &p)
Define Documentation
| #define Function slp_tangent<C> |
| #define Homotopy_variant |
( |
C |
|
) |
typename homotopy_variant_helper<C>::HV |
| #define Stepper homotopy_stepper<C,V> |
| #define Stepper_rep homotopy_stepper_rep<C,V> |
| #define TMPL template<typename C, typename V> |