aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/householder.cpp
Commit message (Expand)AuthorAge
* 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
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* * add some 1x1 testsGravatar Benoit Jacob2010-04-16
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* * Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SI...Gravatar Benoit Jacob2010-01-11
* finally, undo thisGravatar Benoit Jacob2010-01-07
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* make applyHouseholderOnTheRight take a row vector, not a column vector:Gravatar Benoit Jacob2010-01-07
* Big renaming:Gravatar Benoit Jacob2010-01-04
* *adapt Householder to the convention that we now favor refs over ptrs for out...Gravatar Benoit Jacob2009-11-10
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* add new Householder moduleGravatar Benoit Jacob2009-08-03