Home
last modified time | relevance | path

Searched refs:substitute_homogeneous (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolynomial_traits_d.h995 typename PT::Substitute_homogeneous substitute_homogeneous; in operator() local
996 return( CGAL::is_zero( substitute_homogeneous( p, begin, end ) ) ); in operator()
1031 typename PT::Substitute_homogeneous substitute_homogeneous; in operator() local
1032 return CGAL::sign( substitute_homogeneous( p, begin, end ) ); in operator()
H A Dpolynomial_utils.h163 substitute_homogeneous( in substitute_homogeneous() function