aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR
Commit message (Expand)AuthorAge
* oops bis, I forgot that SelfAdjointEigneSolver directly called the selector...Gravatar Gael Guennebaud2009-08-14
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* fix compilation and segfault issuesGravatar Gael Guennebaud2009-08-06
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* some cleaningGravatar Gael Guennebaud2009-07-31
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | compilation fixesGravatar Gael Guennebaud2009-07-27
* | various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* | * bugfixes in Product, and test/product_selfadjointGravatar Gael Guennebaud2009-07-16
* | synch with main devel branchGravatar Gael Guennebaud2009-07-15
|\|
| * fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...Gravatar Gael Guennebaud2009-07-15
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|
* | Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
* | * change the nesting order of adjoint_return_type toGravatar Gael Guennebaud2009-07-07
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
| * add matrixQR() method exposing the storage. that's where the householder thin...Gravatar Benoit Jacob2009-07-06
| * fix some search-and-replace damageGravatar Benoit Jacob2009-07-06
| * * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
|/
* forward port fix to #12Gravatar Benoit Jacob2009-06-19
* fix #4Gravatar Gael Guennebaud2009-05-23
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | Eigensolver decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | QR and SVD decomposition interface unification.Gravatar Hauke Heibel2009-05-22
|/
* compilation fixesGravatar Gael Guennebaud2009-05-12
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* fix warning in TridiagGravatar Gael Guennebaud2009-03-09
* cleaned Tridiagonalization impl, with improved performanceGravatar Gael Guennebaud2009-03-02
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* reduce epsilon in QRGravatar Gael Guennebaud2009-01-29
* move EIGEN_DEPRECATED to the begining of the function (pb with MSVC)Gravatar Gael Guennebaud2009-01-28
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* quick bugfix in QR::isFullRank() (not 100% sure about the reference valueGravatar Gael Guennebaud2009-01-20
* fix a bug -- bad read found by valgrindGravatar Benoit Jacob2009-01-08
* more Scalar conversions fixesGravatar Gael Guennebaud2009-01-07
* * suppressed some minor warningsGravatar Kenneth Frank Riddile2009-01-06
* one last compilation fix ...Gravatar Benoit Jacob2008-12-22
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* SelfAdjointEigenSolver: add operatorSqrt() and operatorInverseSqrt()Gravatar Benoit Jacob2008-12-19
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* fix non standard non-const std::complex::real/imag issueGravatar Gael Guennebaud2008-12-17
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* Remove executable here tooGravatar Laurent Montel2008-11-04