Mael Rouxel-Labbé
|
b5c21e1f5d
|
Http -> https + update some dead links
|
2022-11-23 18:54:37 +01:00 |
Dmitry Anisimov
|
267a6412ac
|
initial commit with the new osqp solver concept
|
2021-05-31 14:01:08 +02:00 |
Simon Giraudot
|
ce76bf08f7
|
Add missing include
|
2021-03-03 11:43:46 +01:00 |
Simon Giraudot
|
6f19f920b0
|
Add missing include
|
2020-11-04 11:00:21 +01:00 |
Simon Giraudot
|
e58561aeca
|
Make Eigen_diagonalize_traits compatible with epeck
|
2020-10-28 13:36:33 +01:00 |
Simon Giraudot
|
f440031f5c
|
Fix precision of Eigen diagonalize traits
|
2020-10-28 13:36:33 +01:00 |
Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
67d75ec6db
|
fix warning
init array in case of failure to diagonalize
|
2018-11-13 08:48:09 +01:00 |
Sébastien Loriot
|
2f9408f867
|
rename link name to match package name
|
2018-10-08 10:28:55 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01: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 |
Andreas Fabri
|
f7977614ce
|
Move documentation to the header files in include/CGAL/
|
2017-10-03 14:02:15 +01:00 |
Simon Giraudot
|
c81a2dd975
|
Use faster Eigen implementation for diagonalization
|
2016-11-24 14:58:45 +01:00 |
Sébastien Loriot
|
067ead94a1
|
fix headers
|
2015-10-09 10:48:06 +02:00 |
Simon Giraudot
|
394f0e701a
|
New typedefs in DiagonalizeTraits
|
2015-10-01 16:03:25 +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
|
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
|
28e5432c16
|
Renaming 'VCM' to 'diagonalize'
|
2015-08-31 08:30:01 +02:00 |