Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Error when calling linear_least_squares_fitting_2

Subject: CGAL users discussion list

List archive

[cgal-discuss] Error when calling linear_least_squares_fitting_2


Chronological Thread 
  • From: Genís <>
  • To:
  • Subject: [cgal-discuss] Error when calling linear_least_squares_fitting_2
  • Date: Tue, 17 Nov 2009 07:11:19 -0800 (PST)


Hello,

I often get the following error when calling linear_least_squares_fitting_2:

main: /usr/include/CGAL/eigen_2.h:69: void
CGAL::CGALi::eigen_symmetric_2(const typename K::FT*, std::pair<typename
K::Vector_2, typename K::Vector_2>&, std::pair<typename K::FT, typename
K::FT>&) [with K = CGAL::Cartesian<double>]: Assertion `a == 0 || c == 0.0'
failed.

I imagine that it is caused because I don't use an exact predicates kernel,
could it be that? The problem is that when I try to use a kernel as
Cartesian<CGAL::Gmpq> I get a long compilation error.

Ciao
--
View this message in context:
http://old.nabble.com/Error-when-calling-linear_least_squares_fitting_2-tp26391575p26391575.html
Sent from the cgal-discuss mailing list archive at Nabble.com.




Archive powered by MHonArc 2.6.16.

Top of Page