index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Householder
/
HouseholderSequence.h
Commit message (
Expand
)
Author
Age
*
Relax mixing-type constraints for binary coefficient-wise operators:
Gael Guennebaud
2016-06-06
*
Fix compilation: Matrix does not indirectly live in the internal namespace an...
Gael Guennebaud
2016-06-03
*
Defer the allocation of the working space:
Gael Guennebaud
2016-05-26
*
Make use of is_same_dense helper instead of extract_data to detect input/outp...
Gael Guennebaud
2016-04-13
*
Fix incomplete previous patch on matrix comparision.
Gael Guennebaud
2016-04-13
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Fix comparison to block size
Gael Guennebaud
2014-09-14
*
Oops, a block size of 1 is not very useful, set it to 48 as in HouseholderQR
Gael Guennebaud
2014-09-05
*
Optimization: enable cache-efficient application of HouseholderSequence.
Gael Guennebaud
2014-09-04
*
Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...
Gael Guennebaud
2014-06-25
*
Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...
Gael Guennebaud
2013-06-17
*
HouseholderSequence should expose standard enums (Rows/Cols, etc.))
Gael Guennebaud
2013-06-10
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
bug #206 - part 2: For HouseholderSequence objects, added non-allocating vers...
Adolfo Rodriguez Tsourouksdissian
2011-10-30
*
fix bug #73: weird compilation error in HouseholderSequence where double and ...
Gael Guennebaud
2011-01-28
*
Fix compilation error in HouseholderSequence introduced in my previous commit.
Jitse Niesen
2011-01-07
*
Make HouseholderSequence::setTrans() protected (cf. bug #50).
Jitse Niesen
2011-01-06
*
Document HouseholderSequence.
Jitse Niesen
2011-01-02
*
fix HouseholderSequence API, bug #50:
Benoit Jacob
2010-12-30
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
fix return type of rightHouseholderSequence()
Gael Guennebaud
2010-11-15
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
* Make HouseholderSequence::evalTo works in place
Gael Guennebaud
2010-06-10
*
* remove ei_index, and let ei_traits propagate the index types
Gael Guennebaud
2010-06-03
*
the Index types change.
Benoit Jacob
2010-05-30
*
Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo().
Jitse Niesen
2010-05-25
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
Renamed AnyMatrixBase to EigenBase.
Hauke Heibel
2010-02-20
*
allow to multiply a householder sequence and a matrix when one is real and on...
Benoit Jacob
2010-01-15
*
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
*
Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04
Benoit Jacob
2010-01-07
*
undo
Benoit Jacob
2010-01-07
*
Big renaming:
Benoit Jacob
2010-01-04
*
Warning 4512 (assignment operators could not be generated) is now simply disa...
Hauke Heibel
2009-12-14
*
* HouseholderSequence:
Benoit Jacob
2009-12-02
*
Much more NestByValue cleanup.
Hauke Heibel
2009-12-01
*
*adapt Householder to the convention that we now favor refs over ptrs for out...
Benoit Jacob
2009-11-10
*
Added private, non-implemented assignment operators to functions that don't n...
Hauke Heibel
2009-09-27
*
make ColPivotingQR use HouseholderSequence
Gael Guennebaud
2009-09-16
*
* add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...
Gael Guennebaud
2009-09-16