Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make UpperBidiagonalization accept row-major matrices (bug #769) | Jitse Niesen | 2014-09-12 |
| | | | | | | | * Give temporary workspace the same storage order as original matrix * Take storage order into account when determining inner stride of rows and columns * Change one test to use a row-major matrix. | ||
* | Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ↵ | Gael Guennebaud | 2013-06-17 |
| | | | | tests. | ||
* | 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 |
| | |||
* | make UpperBidiagonalization internal: don't want to support it, it's not used. | Benoit Jacob | 2010-11-23 |
| | | | | Keeping it because it tests BandMatrix. | ||
* | Silence indexing warning. | Hauke Heibel | 2010-06-20 |
| | |||
* | allow to multiply a householder sequence and a matrix when one is real and ↵ | Benoit Jacob | 2010-01-15 |
| | | | | | | one is complex. This is especially important as in bidiagonalization, the band matrix is real. | ||
* | New UpperBidiagonalization class | Benoit Jacob | 2010-01-14 |