Home
last modified time | relevance | path

Searched refs:coefficient_type (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/polymake/polymake-4.5/lib/core/include/
H A DPolynomialImpl.h86 using coefficient_type = Coefficient;
90 return coefficient_type(x, n_vars);
101 using coefficient_type = Coefficient;
249 template <typename coefficient_type>
361 using coefficient_type = Coefficient;
507 return zero_value<coefficient_type>();
582 const coefficient_type& lc() const
585 return zero_value<coefficient_type>();
594 return zero_value<coefficient_type>();
716 const coefficient_type lead=lc();
[all …]
H A DRationalFunction.h34 typedef Coefficient coefficient_type; typedef
47 , den(one_value<coefficient_type>()) {} in RationalFunction()
53 , den(one_value<coefficient_type>()) {} in RationalFunction()
60 , den(one_value<coefficient_type>()) in num()
517 den=polynomial_type(one_value<coefficient_type>()); in normalize_lc()
550 div_exact(p1, polynomial_type(e1, one_value<coefficient_type>())).swap(num); in simplify()
554 den = polynomial_type(polynomial_type(e2-e1, one_value<coefficient_type>()), c2); in simplify()
557 div_exact(p1, polynomial_type(e2, one_value<coefficient_type>())).swap(num); in simplify()
H A DFlintPolynomial.h72 using coefficient_type = Rational; variable
74 using term_hash = hash_map<monomial_type, coefficient_type>;
78 … polynomial_impl::GenericImpl<polynomial_impl::UnivariateMonomial<monomial_type>,coefficient_type>;
80 using fits_as_coefficient = can_upgrade<T, coefficient_type>;
H A DPolynomial.h52 typedef Coefficient coefficient_type;
699 typedef Coefficient coefficient_type;
H A DPuiseuxFraction.h103 typedef Coefficient coefficient_type;
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dis_sphere_h_impl.cc23 typedef Integer coefficient_type; typedef
36 …Complex_iterator<coefficient_type,SparseMatrix<coefficient_type>,base_complex_type,false,false> h_… in is_homology_sphere()
/dports/devel/ppl/ppl-1.2/tests/BD_Shape/
H A Dclosure1.cc363 typedef BDS::coefficient_type Coeff; in test02()
452 typedef BDS::coefficient_type Coeff; in test03()
H A Dwrap1.cc45 typedef TBD_Shape::coefficient_type T; in test01()
/dports/science/ALPSCore/ALPSCore-2.2.0/gf/include/alps/gf/
H A Dpiecewise_polynomial.hpp118 typedef boost::multi_array<T, 2> coefficient_type; typedef in alps::gf::piecewise_polynomial
149 coefficient_type coeff_;
/dports/math/mfem/mfem-4.3/fem/
H A Dtbilininteg.hpp29 typedef coeff_t coefficient_type; typedef in mfem::TIntegrator
36 TIntegrator(const coefficient_type &c) : coeff(c) { } in TIntegrator()
H A Dtbilinearform.hpp78 typedef typename integ_t::coefficient_type coeff_t;
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_inlines.hh369 inline const typename Octagonal_Shape<T>::coefficient_type&
380 inline typename Octagonal_Shape<T>::coefficient_type&
H A DGrid_defs.hh366 typedef Coefficient coefficient_type; typedef in Parma_Polyhedra_Library::Grid
H A DPolyhedron_defs.hh372 typedef Coefficient coefficient_type; typedef in Parma_Polyhedra_Library::Polyhedron
H A DOctagonal_Shape_defs.hh441 typedef N coefficient_type; typedef in Parma_Polyhedra_Library::Octagonal_Shape
H A DBD_Shape_defs.hh432 typedef N coefficient_type; typedef in Parma_Polyhedra_Library::BD_Shape
H A DBox_templates.hh273 typedef typename BD_Shape<T>::coefficient_type Coeff; in Box()
327 typedef typename Octagonal_Shape<T>::coefficient_type Coeff; in Box()
H A DBD_Shape_templates.hh6731 typedef typename BD_Shape<T>::coefficient_type N; in operator <<()
/dports/devel/R-cran-broom/broom/man/
H A Dtidy.clmm.Rd43 In \verb{broom 0.7.0} the \code{coefficient_type} column was renamed to
H A Dtidy.clm.Rd55 In \verb{broom 0.7.0} the \code{coefficient_type} column was renamed to
H A Dtidy.polr.Rd54 In \verb{broom 0.7.0} the \code{coefficient_type} column was renamed to
H A Dtidy.svyolr.Rd54 In \verb{broom 0.7.0} the \code{coefficient_type} column was renamed to
/dports/devel/ppl/ppl-1.2/tests/Octagonal_Shape/
H A Dwrap1.cc44 typedef TOctagonal_Shape::coefficient_type T; in test01()
/dports/devel/ppl/ppl-1.2/
H A Dconfigure.ac721coefficient_type="Parma_Polyhedra_Library::Checked_Number<int${coefficient_bits}_t, Checked_Number…
722 …AC_DEFINE_UNQUOTED(PPL_COEFFICIENT_TYPE, $coefficient_type, [The integral type used to represent c…
727coefficient_type="Parma_Polyhedra_Library::Checked_Number<int${coefficient_bits}_t, Bounded_Intege…
728 AC_DEFINE_UNQUOTED(PPL_COEFFICIENT_TYPE, $coefficient_type)
/dports/devel/ppl/ppl-1.2/tests/
H A Dppl_test.hh502 return std::numeric_limits<typename Shape::coefficient_type>::is_exact; in has_exact_coefficient_type()

12