| commit | 24a09ceae86590925102493fffcf3973ff2c8358 | [log] [tgz] |
|---|---|---|
| author | Benoit Jacob <jacob.benoit.1@gmail.com> | Mon Jan 11 08:48:39 2010 -0500 |
| committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Mon Jan 11 08:48:39 2010 -0500 |
| tree | e3455ddcd97d84bd9115f22d33fdcecd85a07092 | |
| parent | 325da2ea3c00436a042468b77cf97ac6b61baf7d [diff] |
* Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SIZE_MIN instead of EIGEN_ENUM_MIN, and there are many other occurences throughout Eigen! * HouseholderSequence: - add shift parameter - add essentialVector() method to start abstracting the direction - add unit test in householder.cpp