| .. |
|
Principal_component_analysis.sln
|
PCA: fix compilation issues due to dimension tags
|
2008-01-17 13:20:42 +00:00 |
|
barycenter.cpp
|
We have 4 overloads of centroid() now working:
|
2008-04-15 15:58:11 +00:00 |
|
bounding_box.cpp
|
* replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
|
2008-03-19 13:45:36 +00:00 |
|
linear_least_squares_fitting_circles_2.cpp
|
Replace PCA_dimension_0_tag and similar by the kernel's Dimension_tag<dim>.
|
2008-04-11 19:41:37 +00:00 |
|
linear_least_squares_fitting_cuboids_3.cpp
|
Replace PCA_dimension_0_tag and similar by the kernel's Dimension_tag<dim>.
|
2008-04-11 19:41:37 +00:00 |
|
linear_least_squares_fitting_points_2.cpp
|
get rid of some warnings
|
2008-10-18 14:30:08 +00:00 |
|
linear_least_squares_fitting_points_3.cpp
|
Replace PCA_dimension_0_tag and similar by the kernel's Dimension_tag<dim>.
|
2008-04-11 19:41:37 +00:00 |
|
linear_least_squares_fitting_rectangles_2.cpp
|
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
|
2008-08-12 12:58:18 +00:00 |
|
linear_least_squares_fitting_segments_2.cpp
|
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
|
2008-08-12 12:58:18 +00:00 |
|
linear_least_squares_fitting_segments_3.cpp
|
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
|
2008-08-12 12:58:18 +00:00 |
|
linear_least_squares_fitting_spheres_3.cpp
|
PCA: add one more test
|
2008-04-30 19:30:14 +00:00 |
|
linear_least_squares_fitting_tetrahedra_3.cpp
|
Replace PCA_dimension_0_tag and similar by the kernel's Dimension_tag<dim>.
|
2008-04-11 19:41:37 +00:00 |
|
linear_least_squares_fitting_triangles_2.cpp
|
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
|
2008-08-12 12:58:18 +00:00 |
|
linear_least_squares_fitting_triangles_3.cpp
|
Replace PCA_dimension_0_tag and similar by the kernel's Dimension_tag<dim>.
|
2008-04-11 19:41:37 +00:00 |