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
/
BlockHouseholder.h
Commit message (
Expand
)
Author
Age
*
Implement custom inplace triangular product to avoid a temporary
Gael Guennebaud
2018-07-03
*
bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.
Gael Guennebaud
2017-02-20
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Optimization: enable cache-efficient application of HouseholderSequence.
Gael Guennebaud
2014-09-04
*
Fix bug #222. Make temporary matrix column-major independently of EIGEN_DEFAU...
Christoph Hertzberg
2014-03-26
*
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
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
block householder : minor optimization
Gael Guennebaud
2010-06-24
*
fix compilation when default to row major
Gael Guennebaud
2010-06-24
*
Add blocking inside HouseholderQR based on code from Vincent Lejeune.
Gael Guennebaud
2010-06-17