Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Andreas Fabri
|
a483f3442b
|
CGAL: clean up CMakeLists.txt files in examples and tests
|
2019-02-13 17:29:29 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Simon Giraudot
|
7048b5cb17
|
Update diagonalize traits inclusions + deprecation warnings
|
2018-06-19 10:57:55 +02:00 |
Mael Rouxel-Labbé
|
7e3ed29e94
|
Improved solver_interface's documentation
|
2017-10-08 00:22:13 +02:00 |
Mael Rouxel-Labbé
|
908c2eb63a
|
Readability changes (no real changes)
- Made indentation coherent across the whole package
- Fixed EOL whitespace
|
2017-10-07 20:59:32 +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
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01: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 |
Simon Giraudot
|
e4c990f16d
|
Remove references to Lapack in doc and examples
|
2015-09-07 12:18: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
|
28e5432c16
|
Renaming 'VCM' to 'diagonalize'
|
2015-08-31 08:30:01 +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
|
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
|
f04eeea969
|
Sparse solver example: removed unused variable
|
2015-08-25 11:18:04 +02:00 |
Simon Giraudot
|
b1151e6f04
|
New example for sparse solvers
|
2015-08-24 16:12:51 +02:00 |
Simon Giraudot
|
edd823d2fd
|
Example of eigendecomposition
|
2015-08-21 14:55:48 +02:00 |
Simon Giraudot
|
99eb0e1041
|
Started working on examples
|
2015-08-21 12:31:53 +02:00 |