glue/glue_rational_curve.cpp File Reference
#include <basix/double.hpp>
#include <basix/int.hpp>
#include <basix/vector.hpp>
#include <basix/port.hpp>
#include <basix/literal.hpp>
#include <numerix/integer.hpp>
#include <numerix/modular.hpp>
#include <numerix/modular_integer.hpp>
#include <numerix/rational.hpp>
#include <numerix/floating.hpp>
#include <realroot/Interval_glue.hpp>
#include <numerix/kernel.hpp>
#include <realroot/polynomial.hpp>
#include <realroot/polynomial_glue.hpp>
#include <realroot/ring_sparse_glue.hpp>
#include <shape/axel_glue.hpp>
#include <shape/rational_curve_glue.hpp>
#include <basix/alias.hpp>
#include <basix/glue.hpp>
Go to the source code of this file.
Namespaces
Defines
Functions
- static interval< double > GLUE_1 (const double &arg_1)
- static interval< double > GLUE_2 (const double &arg_1, const double &arg_2)
- static interval< double > GLUE_3 (const interval< double > &arg_1)
- static interval< double > GLUE_4 (const interval< double > &arg_1, const interval< double > &arg_2)
- static interval< double > GLUE_5 (const interval< double > &arg_1, const interval< double > &arg_2)
- static interval< double > GLUE_6 (const interval< double > &arg_1, const interval< double > &arg_2)
- static interval< double > GLUE_7 (const double &arg_1, const interval< double > &arg_2)
- static interval< double > GLUE_8 (const interval< double > &arg_1, const double &arg_2)
- static interval< double > GLUE_9 (const double &arg_1, const interval< double > &arg_2)
- static interval< double > GLUE_10 (const interval< double > &arg_1, const double &arg_2)
- static interval< double > GLUE_11 (const double &arg_1, const interval< double > &arg_2)
- static interval< double > GLUE_12 (const interval< double > &arg_1, const double &arg_2)
- static interval< double > GLUE_13 (const interval< double > &arg_1, const interval< double > &arg_2)
- static double GLUE_14 (const interval< double > &arg_1)
- static double GLUE_15 (const interval< double > &arg_1)
- static alias< shape::viewer
< shape::axel, shape::MGXK > > GLUE_16 (const alias< shape::viewer< shape::axel, shape::MGXK > > &arg_1, const shape::rational_curve< rational, shape::MGXK > &arg_2)
- static shape::rational_curve
< rational, shape::MGXK > GLUE_17 (const ring< rational, Sparse, DegRevLex >::Polynomial &arg_1, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_2, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_3)
- static shape::rational_curve
< rational, shape::MGXK > GLUE_18 (const interval< double > &arg_1, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_2, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_3, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_4)
- static shape::rational_curve
< rational, shape::MGXK > GLUE_19 (const interval< double > &arg_1, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_2, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_3, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_4, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_5)
- static shape::rational_curve
< rational, shape::MGXK > GLUE_20 (const ring< rational, Sparse, DegRevLex >::Polynomial &arg_1, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_2, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_3, const ring< rational, Sparse, DegRevLex >::Polynomial &arg_4)
- void glue_rational_curve ()
Define Documentation
#define double_literal |
( |
x |
|
) |
as_double (as_string (x)) |
#define gen_literal_access |
( |
f, |
|
|
v |
|
) |
access (as<generic> (f), v) |
#define gen_literal_apply |
( |
f, |
|
|
v |
|
) |
gen (as<generic> (f), v) |
#define int_literal |
( |
x |
|
) |
as_int (as_string (x)) |
#define is_generic_literal is<literal> |
#define set_of_bigfloat set_of(bigfloat) |
#define set_of_complex_bigfloat set_of(complex_bigfloat) |
#define set_of_double set_of(double) |
#define set_of_generic set_of(generic) |
#define set_of_integer set_of(integer) |
#define set_of_rational set_of(rational) |