Commit Graph

140 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 262b24a87b Fixed Eigen_vector's dimension() returning an Eigen::Index and not int 2017-06-23 10:33:51 +02:00
Sébastien Loriot 8dab03e8e9 Merge pull request #1720 from sgiraudot/Solver_interface-Enhance_eigen_diagonalize-GF
Use faster Eigen implementation for diagonalization
2017-01-02 19:10:19 +01:00
Andreas Fabri e5a3088f2c Static cast to avoid warning 2016-12-16 09:15:20 +01:00
Simon Giraudot c81a2dd975 Use faster Eigen implementation for diagonalization 2016-11-24 14:58:45 +01:00
Laurent Rineau 223c1cf5a4 Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Andreas Fabri 3c375d7cb7 Fix package Periodic_2_Triangulation_2 2016-09-30 15:22:27 +02:00
Sébastien Loriot 6b338eeb1f improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
Sébastien Loriot 27d605d636 add missing include directives 2016-08-26 09:28:35 +02:00
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
Philipp Möller 0a04a3a48f Use CGAL_DOC_VERSION 2016-02-11 15:37:54 +01:00
Sébastien Loriot eb2ba8cefe rename Surface_modeling package to Surface_mesh_deformation for consistency 2016-02-08 12:25:49 +01:00
Sébastien Loriot 6b7ff0772a remove empty line breaking layout
Tested locally
2016-02-07 19:00:09 +01:00
Philipp Möller 71b4e9c515 Use CGAL_FULL_VERSION in all Doxyfile.in 2015-12-17 16:33:28 +01:00
Philipp Möller c5d3cdb20e Remove unnecessary Doxyfile.in statements
It is not necessary to specify the IMAGE_PATH or EXAMPLE_PATH here. Add
the images, if necessary.
2015-12-10 17:04:51 +01:00
Philipp Möller 81a8f982dc Handle the easy INPUT cases
If INPUT is just PKG/doc/PKG, handle it automatically.
2015-12-10 17:00:26 +01:00
Sébastien Loriot 067ead94a1 fix headers 2015-10-09 10:48:06 +02:00
Sébastien Loriot dbb4a72bca remove exe flag 2015-10-07 15:53:56 +02:00
Simon Giraudot 3abe7ff35b Fix bug in doc (old name of Poisson reconstruction) 2015-10-07 11:06:51 +02:00
Simon Giraudot 394f0e701a New typedefs in DiagonalizeTraits 2015-10-01 16:03:25 +02:00
Sébastien Loriot 110534fda5 package was renamed 2015-09-29 10:53:46 +02:00
Simon Giraudot 660f0a878c Update authors list in doc 2015-09-22 10:41:04 +02:00
Sébastien Loriot 18b70c0e48 update authors and add implementation history section 2015-09-22 10:27:37 +02:00
Sébastien Loriot ede84a7f28 fix typos 2015-09-21 08:42:47 +02:00
Simon Giraudot 619554a20b Replace SparseLinearAlgebraTraitsWithFactor_d by SparseLinearAlgebraWithFactorTraits_d 2015-09-16 17:23:00 +02:00
Simon Giraudot a4f242a0cc Replace Internal_diagonalize_traits by Diagonalize_traits + corrections in Concepts/Models 2015-09-16 11:41:26 +02:00
Simon Giraudot 1aea98d960 Fix warning from testsuite (implicit cast with loss of data) 2015-09-15 16:22:31 +02:00
Simon Giraudot 443592d2b9 Correct sparse solver example so that it cannot fail 2015-09-08 09:17:39 +02:00
Sébastien Loriot 8ae1957ef2 remove extra spaces 2015-09-07 14:01:05 +02:00
Simon Giraudot e4c990f16d Remove references to Lapack in doc and examples 2015-09-07 12:18:19 +02:00
Simon Giraudot 63f77a05a5 Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF 2015-09-07 10:01:12 +02:00
Simon Giraudot 4e74f7e1da Remove duplicate file (left in Kernel_d) 2015-09-07 08:09:15 +02:00
Simon Giraudot 136de97318 Bugfix: DiagonalizeTraits now really returns largest eigenvalue + inversion of parameters in voronoi_covariance is corrected. 2015-09-04 16:01:46 +02:00
Simon Giraudot dd271ecca5 Revert "Bugfix: function extract_largest_(...) is now called extract_smallest_(...) to be consistent with what is actually extracted."
This reverts commit 8410aab93c.
2015-09-04 15:13:57 +02:00
Simon Giraudot 90b3528fac Update doc with SparseLinear concepts 2015-09-04 11:04:02 +02:00
Simon Giraudot 8410aab93c Bugfix: function extract_largest_(...) is now called extract_smallest_(...) to be consistent with what is actually extracted. 2015-09-03 18:55:19 +02:00
Simon Giraudot 09f3659353 Improving doc 2015-09-02 15:40:30 +02:00
Simon Giraudot b8f9d59dc9 Correcting/improving doc 2015-09-01 11:10:27 +02:00
Simon Giraudot 7bac51993f Moved NormalEquationSparseLinearAlgebraTraitsWithFactor_d.h into Solver package 2015-09-01 10:52:56 +02:00
Simon Giraudot 0875fa17ff Wrapper to automatically use Eigen_diagonalize if Eigen is available or Internal_diagonalize otherwise 2015-08-31 10:01:01 +02:00
Simon Giraudot bb0d1c7b32 Removed unused eigen_symmetric API files 2015-08-31 09:32:15 +02:00
Simon Giraudot 28e5432c16 Renaming 'VCM' to 'diagonalize' 2015-08-31 08:30:01 +02:00
Simon Giraudot 0f65a35553 Add missing models to lists in doc 2015-08-26 17:52:57 +02:00
Simon Giraudot e3dbde19f8 Doc: precision on eigenvalues order + typo correction 2015-08-26 17:52:38 +02:00
Simon Giraudot b2897fd691 Rename eigen_sparse_solvers.cpp by sparse_solvers.cpp (documentation is generic) 2015-08-26 15:18:03 +02:00
Simon Giraudot 8a46d3cd5e Include Lapack svd in Solver interface (another model for SvdTraits) 2015-08-26 14:49:27 +02:00
Simon Giraudot 7e50599ffa Update doc and example with Eigen_vcm_traits API 2015-08-26 14:26:03 +02:00
Simon Giraudot 4737c1169b Replace template name "degree" by "dim" 2015-08-25 16:16:09 +02:00
Simon Giraudot f03b00ec55 Update doc with VCM trait classes 2015-08-25 16:14:32 +02:00
Simon Giraudot 02c9847518 Add unsigned int template to VCM_traits so that matrices of dimension other than 3 can be diagonalized 2015-08-25 15:12:44 +02:00
Simon Giraudot 700684f0ff New file Internal_vcm_traits.h (aim at replacing eigen.h in PCA package) 2015-08-25 11:55:27 +02:00