cgal/Principal_component_analysis/include/CGAL
Laurent Rineau 04ad0af983 Trivial bug-fix: use FT(n) instead of (FT)n.0
In our concepts, (FT)0.0 and (FT)1.0 (conversion from doubles) are not
always allowed, but the construction of an FT from an integer is in the
concept FieldNumberType (because it refines IntegralDomainWithoutDivision,
that refines FromIntConstructible).

The testsuite of PCA passes on my machine, and the bug "fix" is trivial.
Approved for CGAL-4.3 by the Release Manager.
2013-09-25 15:11:05 +02:00
..
PCA_util.h Trivial bug-fix: use FT(n) instead of (FT)n.0 2013-09-25 15:11:05 +02:00
barycenter.h Mainly added includes 2013-09-13 22:24:30 +02:00
bounding_box.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
centroid.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00
eigen.h Mainly added includes 2013-09-13 22:24:30 +02:00
eigen_2.h Mainly added includes 2013-09-13 22:24:30 +02:00
linear_least_squares_fitting_2.h Performance Improvements 2013-08-26 14:36:09 +02:00
linear_least_squares_fitting_3.h Performance Improvements 2013-08-26 14:36:09 +02:00
linear_least_squares_fitting_circles_2.h Performance Improvements 2013-08-26 14:36:09 +02:00
linear_least_squares_fitting_cuboids_3.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00
linear_least_squares_fitting_points_2.h Performance Improvements 2013-08-26 14:36:09 +02:00
linear_least_squares_fitting_points_3.h Performance Improvements 2013-08-26 14:36:09 +02:00
linear_least_squares_fitting_rectangles_2.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00
linear_least_squares_fitting_segments_2.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00
linear_least_squares_fitting_segments_3.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00
linear_least_squares_fitting_spheres_3.h Performance Improvements 2013-08-26 14:36:09 +02:00
linear_least_squares_fitting_tetrahedra_3.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00
linear_least_squares_fitting_triangles_2.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00
linear_least_squares_fitting_triangles_3.h undo of switching to vector and multipass_distance 2013-09-11 16:20:04 +02:00