index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
householder.cpp
Commit message (
Expand
)
Author
Age
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
bug #1493: Make representation of HouseholderSequence consistent and working ...
Christoph Hertzberg
2018-04-15
*
Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...
Gael Guennebaud
2013-06-17
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
Make HouseholderSequence::setTrans() protected (cf. bug #50).
Jitse Niesen
2011-01-06
*
fix HouseholderSequence API, bug #50:
Benoit Jacob
2010-12-30
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Fix compilation of some tests as well as more warnings.
Hauke Heibel
2010-06-20
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
*
* add some 1x1 tests
Benoit Jacob
2010-04-16
*
* Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...
Benoit Jacob
2010-04-16
*
Introduce third template parameter to HouseholderSequence: int Side.
Benoit Jacob
2010-01-14
*
* Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SI...
Benoit Jacob
2010-01-11
*
finally, undo this
Benoit Jacob
2010-01-07
*
Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04
Benoit Jacob
2010-01-07
*
undo
Benoit Jacob
2010-01-07
*
make applyHouseholderOnTheRight take a row vector, not a column vector:
Benoit Jacob
2010-01-07
*
Big renaming:
Benoit Jacob
2010-01-04
*
*adapt Householder to the convention that we now favor refs over ptrs for out...
Benoit Jacob
2009-11-10
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
* add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...
Gael Guennebaud
2009-09-16
*
change the make householder algorithm so that the remaining coefficient
Gael Guennebaud
2009-08-17
*
add new Householder module
Benoit Jacob
2009-08-03