aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/adjoint.cpp
Commit message (Expand)AuthorAge
* Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ...Gravatar Gael Guennebaud2019-01-17
* Remove Eigen2ToEigen3 migration page (obsolete since 3.3)Gravatar Gael Guennebaud2019-01-16
* bug #1646: disable aliasing detection for empty and 1x1 expressionGravatar Gael Guennebaud2019-01-16
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Fix compilation in check_for_aliasing due to ambiguous specializationsGravatar Gael Guennebaud2016-08-23
* Disable underflow unit test on the i387 FPU.Gravatar Gael Guennebaud2016-01-30
* bug #977: avoid division by 0 in normalize() and normalized().Gravatar Gael Guennebaud2016-01-21
* Enable vectorization of transposeInPlace for PacketSize x PacketSize matricesGravatar Gael Guennebaud2015-01-26
* Fix adjoint unit test: test_isApproxWithRef works for positive quantities only.Gravatar Gael Guennebaud2013-07-15
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Update adjoint unit test to avoid instantiating sqrt(int)Gravatar Gael Guennebaud2013-02-14
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* adapt test to the change reverting normalize() to returning voidGravatar Benoit Jacob2011-06-15
* add test for normalize() and normalized()Gravatar Benoit Jacob2011-06-15
* remove largeEps in adjoint unit test and use a more accurate test_isApproxWit...Gravatar Gael Guennebaud2011-02-18
* fix unit tests for integer types in preparation for next changeset making ran...Gravatar Benoit Jacob2011-02-07
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* add a stable_norm unit testGravatar Gael Guennebaud2009-09-07
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
* fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...Gravatar Gael Guennebaud2009-07-15
* fix typo in blue normGravatar Gael Guennebaud2009-07-14
* add a blueNorm() function implementing the Blues's stable normGravatar Gael Guennebaud2009-07-13
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add adjointInPlace() and add documentation warnings on adjoint() and transpos...Gravatar Benoit Jacob2009-03-31
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* update testsuite scriptGravatar Gael Guennebaud2009-01-12
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* add transposeInPlace (not optimized yet for rectangular matrix)Gravatar Gael Guennebaud2008-10-29
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28