cgal/Principal_component_analysis/examples/Principal_component_analysis
Laurent Rineau 4d9cf53ed4 Fix the errors
"linear_least_squares_fitting_points_2.cpp", line 42: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 105: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 74: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 80: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 81: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 131: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 48: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 90: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 101: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 143: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 192: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 45: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 72: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_tetrahedra_3.cpp", line 17: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_triangles_2.cpp", line 57: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_triangles_2.cpp", line 99: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_triangles_3.cpp", line 16: Error: The function "rand" must have a prototype.
detected by Sun CC.
2008-03-11 11:56:05 +00:00
..
VC PCA: examples now compile fine one Windows 2008-01-18 08:45:15 +00:00
CMakeLists.txt Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Principal_component_analysis.sln PCA: examples now compile fine one Windows 2008-01-18 08:45:15 +00:00
barycenter.cpp help SunPro 2007-03-19 11:25:48 +00:00
bounding_box.cpp changed .C to .cpp in examples 2006-07-09 19:39:06 +00:00
centroid.cpp Added PCA for 3d. Also added tags for dimensions 0,1,2 and 3. 2007-05-30 10:07:56 +00:00
linear_least_squares_fitting_circles_2.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_cuboids_3.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_points_2.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_points_3.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_rectangles_2.cpp Updated examples for the PCA package 2007-07-23 17:48:06 +00:00
linear_least_squares_fitting_segments_2.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_segments_3.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_spheres_3.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_tetrahedra_3.cpp Fix the errors 2008-03-11 11:56:05 +00:00
linear_least_squares_fitting_triangles_2.cpp PCA: cleanup examples and little fix 2008-01-19 19:57:18 +00:00
linear_least_squares_fitting_triangles_3.cpp Fix the errors 2008-03-11 11:56:05 +00:00