Commit Graph
31577 Commits
Author SHA1 Message Date
Michael Hemmer 6a93b4dc0d added file maintainer 2006-12-07 17:52:41 +00:00
Michael Hemmer 164527701b first version of concept Polynomial_traits_d 2006-12-07 17:51:15 +00:00
Michael Hemmer 9bde28874f rm old Polynomial_traits
extracted some traits classes into extra files in subdir CGAL/Polynomial
2006-12-07 17:16:14 +00:00
Laurent Rineau ace2e2973f Remove the only single .moc file that is submitted to SVN. .moc files are to be ignored by SVN. 2006-12-07 16:49:09 +00:00
Laurent Rineau 3a33daaf8c Cosmetic changes in this file: rename "z" to "zone", and the boolean
"should_be_true" to "is_edge", so that the assertion message is not that
bad.
2006-12-07 15:57:16 +00:00
Michael Hemmer a74dcdca9e first version of class Polynomial (from EXACUS)
added Polynomial_traits_d 
TODO: 
rm old Polynomial_traits
2006-12-07 13:46:43 +00:00
Andreas Fabri b7f8d35579 Added Skin Surface 2006-12-06 16:39:35 +00:00
Andreas Fabri 3ceeea8597 Added part Geometry Processing and moved some chapters there 2006-12-06 16:24:08 +00:00
Marc Pouget 5fa452d465 pb with nested class solved 2006-12-06 14:36:14 +00:00
Marc Pouget d356a68d0b modif according to Andreas 2006-12-06 14:09:50 +00:00
Andreas Meyer 5672dbdc0e seperated scope of nested class 2006-12-06 11:23:41 +00:00
Marc Pouget 3f42713b40 last before official? 2006-12-06 10:43:37 +00:00
Sylvain Pion 8b479bf739 Add Jet_fitting_3 and Ridges_3 to the internal releases 2006-12-06 09:10:28 +00:00
Andreas Fabri 98bb376f71 #ifdef the conforming step and the additional point container per slice 2006-12-05 17:01:06 +00:00
Andreas Fabri e3071886db Rename class TFS_cell_base_3_for reconstruction to TFS_cell_base_3 2006-12-05 16:19:12 +00:00
Andreas Fabri 884510870d Rename class TFS_cell_base_3_for reconstruction to TFS_cell_base_3 2006-12-05 16:18:25 +00:00
Andreas Fabri 8334178ade Renamed member function and first doxygen comments 2006-12-05 16:11:51 +00:00
Sylvain Pion c03659bc7a global update of maintainer files
(remove Lutz, Sven, Matthias, Geert-Jan...)
2006-12-05 14:01:13 +00:00
Laurent Rineau 317fcb974c Attempt to commit via WebDAV. 2006-12-05 13:38:18 +00:00
Michael Hemmer ea8cddab2c added missing include 2006-12-04 22:09:32 +00:00
Sylvain Pion 3bad4df6e5 depth() is only accurate in -DCGAL_PROFILE mode. 2006-12-04 18:07:32 +00:00
Laurent Saboret 4f61dd97c3 Turn off Visual C++ (silly) warning C4503: decorated name length exceeded 2006-12-04 14:59:20 +00:00
Laurent Rineau b37a675aab Add the path to grep. A SVN hook should never use PATH. 2006-12-04 14:45:11 +00:00
Michael Hemmer ac993aa678 rm use of Algebraic_structure_tag 2006-12-04 13:59:37 +00:00
Laurent Saboret 7fc52574b9 Copied Jacobi and SSOR preconditioners for OpenNL's BICGSTAB and Conjugate Gradient from Graphite 1.9. Uses by default Jacobi preconditioner. 2006-12-04 13:56:09 +00:00
Laurent Saboret e8a93e0957 Copied Jacobi and SSOR preconditioners for OpenNL's BICGSTAB and Conjugate Gradient from Graphite 1.9. Uses by default Jacobi preconditioner. 2006-12-04 11:03:44 +00:00
Laurent Saboret b63c7336a1 Better error handling 2006-12-04 11:02:33 +00:00
Laurent Saboret 4a7623521d Copied Jacobi and SSOR preconditioners for OpenNL's BICGSTAB and Conjugate Gradient from Graphite 1.9. Uses by default Jacobi preconditioner. 2006-12-04 09:13:31 +00:00
Laurent Saboret 987377c0b6 Fixed bug: use solver optimized for symmetric definite positive matrices for LSCM method 2006-12-04 08:39:07 +00:00
Laurent Saboret ecb74b736d Added comments 2006-12-04 08:37:50 +00:00
Laurent Saboret 3ecd838242 Log file moved to test/ subfolder 2006-12-04 08:36:32 +00:00
Laurent Saboret 7816f27c69 Fixed execution error on Cygwin 2006-12-04 08:35:46 +00:00
Laurent Saboret fce2decf79 Added back debug code that truncates floating point values in OBJ and EPS outputs, in order to ease files comparison (if DEBUG_TRUNCATE_OUTPUT is defined) 2006-12-04 08:33:43 +00:00
Laurent Saboret 680554a527 Removed DefaultLinearSolverTraits::is_solvable(obsolete) 2006-12-04 08:31:34 +00:00
Laurent Saboret 456741cb26 Added comments 2006-12-04 08:29:51 +00:00
Sylvain Pion 13e01b0ae1 more formatting for histogram profiler 2006-12-03 17:29:46 +00:00
Sylvain Pion 28b94f57de add same prefix to each line for easier grep 2006-12-03 16:47:37 +00:00
Sylvain Pion da1e3cdded minor change to get profiles for depth=0 as well 2006-12-03 16:35:49 +00:00
Sylvain Pion 579b08b6bf further parsing for to_interval 2006-12-03 13:57:22 +00:00
Sylvain Pion 6952b2567b Re-implement depth() by storing the depth in the nodes
instead of recomputing it on demand through virtual functions.
The advantage is that it is much faster (no quadratic behavior),
and moreover, pruning used to set the depth to 0, while it is
not doing so anymore (can be an advantage or not, but...).
2006-12-03 01:57:56 +00:00
Sylvain Pion 5f4c068d77 Add constructor from ET to Lazy. 2006-12-03 01:22:07 +00:00
Sylvain Pion 096f1ffb9a formatting 2006-12-03 01:03:34 +00:00
Sylvain Pion 769017938d s/Lazy_construct_rep/Lazy_rep/g
to get shorter names all over the place.
2006-12-02 23:42:24 +00:00
Sylvain Pion f05894b01a Move non-NT-related lazy stuff from Lazy_exact_nt.h to Lazy.h.
MAke Lazy_exact_nt<> derive from Lazy<>.
2006-12-02 23:38:12 +00:00
Sylvain Pion 6dd7d78ee8 Add/fix the depth() function to get the DAG depth.
Some formatting improvements.
2006-12-02 21:53:17 +00:00
Sylvain Pion 0530a7d920 min_n() and max_n() functions similar to std::min() and std::max(),
but which allow more than 2 arguments.
2006-12-02 21:50:30 +00:00
Sylvain Pion e35739664e add an histogram profiler in Gmpq's destructor to measure their sizes 2006-12-02 20:40:35 +00:00
Sylvain Pion 4bead051fb Add a total line for the histogram, and use std::setw() for simplifying code. 2006-12-02 20:30:00 +00:00
Sylvain Pion d4c33537d3 Add an histogram profiler (useful for getting the distributions of
DAG depths, or number types lengths...).
[still to be documented, but I'm waiting a bit to see if it satisfies usage]
2006-12-02 20:04:30 +00:00
Sylvain Pion 76ee73f8c6 more cleanup rules 2006-12-02 19:30:56 +00:00