aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Householder/HouseholderSequence.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* Some warning fixesGravatar Gael Guennebaud2018-07-17
* Optimize the product of a householder-sequence with the identity, and optimiz...Gravatar Gael Guennebaud2018-07-11
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Renamed .trans() et al. to .reverseFlag() et at. Adapted documentation of .se...Gravatar Christoph Hertzberg2018-04-17
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Fix compilation: Matrix does not indirectly live in the internal namespace an...Gravatar Gael Guennebaud2016-06-03
* Defer the allocation of the working space:Gravatar Gael Guennebaud2016-05-26
* Make use of is_same_dense helper instead of extract_data to detect input/outp...Gravatar Gael Guennebaud2016-04-13
* Fix incomplete previous patch on matrix comparision.Gravatar Gael Guennebaud2016-04-13
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix comparison to block sizeGravatar Gael Guennebaud2014-09-14
* Oops, a block size of 1 is not very useful, set it to 48 as in HouseholderQRGravatar Gael Guennebaud2014-09-05
* Optimization: enable cache-efficient application of HouseholderSequence.Gravatar Gael Guennebaud2014-09-04
* Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* HouseholderSequence should expose standard enums (Rows/Cols, etc.))Gravatar Gael Guennebaud2013-06-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* bug #206 - part 2: For HouseholderSequence objects, added non-allocating vers...Gravatar Adolfo Rodriguez Tsourouksdissian2011-10-30
* fix bug #73: weird compilation error in HouseholderSequence where double and ...Gravatar Gael Guennebaud2011-01-28
* Fix compilation error in HouseholderSequence introduced in my previous commit.Gravatar Jitse Niesen2011-01-07
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
* Document HouseholderSequence.Gravatar Jitse Niesen2011-01-02
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* fix return type of rightHouseholderSequence()Gravatar Gael Guennebaud2010-11-15
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Respect MaxRowsAtCompileTime in HouseholderSequence::evalTo().Gravatar Jitse Niesen2010-05-25
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* allow to multiply a householder sequence and a matrix when one is real and on...Gravatar Benoit Jacob2010-01-15
* 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
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* Big renaming:Gravatar Benoit Jacob2010-01-04
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14