aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/boostmultiprec.cpp
Commit message (Collapse)AuthorAge
* Missing change regarding #1910Gravatar Christoph Hertzberg2021-02-19
|
* Fix erroneous forward declaration of boost nvp.Gravatar Everton Constantino2020-11-10
|
* Remove EIGEN_CONSTEXPR from NumTraits<boost::multiprecision::number<...>>Gravatar David Tellenbach2020-09-21
|
* Get rid of initialization logic for blueNorm by making the computed ↵Gravatar Rasmus Munk Larsen2020-09-18
| | | | | | constants static const or constexpr. Move macro definition EIGEN_CONSTEXPR to Core and make all methods in NumTraits constexpr when EIGEN_HASH_CONSTEXPR is 1.
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
|
* Fix doxy and misc. typosGravatar luz.paz"2018-08-01
| | | | | | | | | | | | | | | | Found via `codespell -q 3 -I ../eigen-word-whitelist.txt` --- Eigen/src/Core/ProductEvaluators.h | 4 ++-- Eigen/src/Core/arch/GPU/Half.h | 2 +- Eigen/src/Core/util/Memory.h | 2 +- Eigen/src/Geometry/Hyperplane.h | 2 +- Eigen/src/Geometry/Transform.h | 2 +- Eigen/src/Geometry/Translation.h | 12 ++++++------ doc/PreprocessorDirectives.dox | 2 +- doc/TutorialGeometry.dox | 2 +- test/boostmultiprec.cpp | 2 +- test/triangular.cpp | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-)
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* add unit test for SimplicialCholesky and Boost multiprec.Gravatar Gael Guennebaud2018-02-16
|
* Extend boost.multiprec unit test with ET on, complexes, and ↵Gravatar Gael Guennebaud2016-07-25
| | | | general/generalized eigenvalue solvers.
* add a noteGravatar Gael Guennebaud2016-07-22
|
* Fix boostmultiprec for C++03Gravatar Gael Guennebaud2016-07-22
|
* enable testing of Boost.Multiprecision with expression templatesGravatar Gael Guennebaud2016-07-20
|
* Add a unit test to stress our solvers with Boost.MultiprecisionGravatar Gael Guennebaud2016-07-20