aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* disable warning 279: controlling expression is constant for ICCGravatar Gael Guennebaud2009-09-15
|
* bugfixes for ICC (compilation and runtime)Gravatar Gael Guennebaud2009-09-15
|
* fix warning with gcc 4.2Gravatar Gael Guennebaud2009-09-15
|
* fix warning in stable normGravatar Gael Guennebaud2009-09-15
|
* Remove no-op statement in AlignedVector3.Gravatar Jitse Niesen2009-09-10
|
* Re-factor matrix exponential.Gravatar Jitse Niesen2009-09-08
| | | | Put all routines in a class. I think this is a cleaner design.
* Fix LaTeX error in doxygen comment.Gravatar Jitse Niesen2009-09-08
|
* Fixed if clause.Gravatar Hauke Heibel2009-09-08
|
* Fixed conservative_resize compilation errors.Gravatar Hauke Heibel2009-09-08
|
* Added missing casts.Gravatar Hauke Heibel2009-09-08
|
* Fixed unit test and improved code reusage for resizing.Gravatar Hauke Heibel2009-09-07
|
* Ups - that was not intended to be part of the commit.Gravatar Hauke Heibel2009-09-07
|
* Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as ↵Gravatar Hauke Heibel2009-09-07
| | | | | | proposed by Gael. Added conservativeResizeLike as discussed on the mailing list.
* add optional compile flags to enable coverage testingGravatar Gael Guennebaud2009-09-07
|
* improve coverage of matrix-vector productGravatar Gael Guennebaud2009-09-07
|
* improve coverage of unitOrthogonalGravatar Gael Guennebaud2009-09-07
|
* add a stable_norm unit testGravatar Gael Guennebaud2009-09-07
|
* fix compilation of swap for ICCGravatar Gael Guennebaud2009-09-07
|
* uncomment stuff commented for debugging (sorry for the noise)Gravatar Gael Guennebaud2009-09-07
|
* fix another .stride() issue in Cholmod supportGravatar Gael Guennebaud2009-09-07
|
* bug fix in SuperLU support: the meaning of Matrix::stride() changed for vectorsGravatar Gael Guennebaud2009-09-07
|
* Typos in tutorial 1.Gravatar Jitse Niesen2009-09-05
|
* enable ILU in super LU only if the super version supports itGravatar Gael Guennebaud2009-09-04
|
* Added support for SuperLU's ILU factorizationGravatar Peter Román2009-08-21
|
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
| | | | | and complex scalar * real matrix overloads * allows the inner and outer product specialisations to mix real and complex
* extend mixingtype test to check diagonal products and fix the later for ↵Gravatar Gael Guennebaud2009-09-04
| | | | real*complex products
* bug fix in novel makeGivens for realGravatar Gael Guennebaud2009-09-04
|
* compilation fix for conservativeResizeGravatar Gael Guennebaud2009-09-04
|
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04
|
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
|
* implement the continuous generation algorithm of Givens rotations by ↵Gravatar Gael Guennebaud2009-09-03
| | | | Anderson (2000)
* This seems to be important for MSVC to optimize the size of empty base classes.Gravatar Hauke Heibel2009-09-03
|
* update mixingtype unit test to reflect current status, but it is still clearGravatar Gael Guennebaud2009-09-03
| | | | we should allow matrix products between complex and real ?
* typo in sqrt(complex)Gravatar Gael Guennebaud2009-09-03
|
* move eigen values related stuff of the QR module to a new EigenSolver module.Gravatar Gael Guennebaud2009-09-03
| | | | | - perhaps we can find a better name ? - note that the QR module still includes the EigenSolver module for compatibility
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
|
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
|
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
|
* Removed debug cout.Gravatar Hauke Heibel2009-09-02
| | | | Disabled MSVC inconsistent DLL linkage.
* Remove last lazyness warnings.Gravatar Hauke Heibel2009-09-02
|
* Added support to overwrite the generator type.Gravatar Hauke Heibel2009-09-02
| | | | Eigen'fied the new variables.
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
| | | | | | | - R-SVD preconditioning now done with meta selectors to avoid compiling useless code - SVD options now honored, with options to hint "at least as many rows as cols" etc... - fix compilation in bad cases (rectangular and fixed-size) - the check for termination is now done on the fly, no more goto (should have done that earlier!)
* introduce EIGEN_SIZE_MINGravatar Benoit Jacob2009-09-03
| | | | now we should check if some EIGEN_ENUM_MIN usage needs to be replaced by that... potential bug when using mixed-size matrice
* finally the first version was the good one...Gravatar Benoit Jacob2009-09-03
|
* fix #51 (bad use of std::complex::real)Gravatar Gael Guennebaud2009-09-02
|
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
| | | | | * move the makeJacobi and make_givens_* to PlanarRotation * rename applyJacobi* => apply*
* fix wrong assertGravatar Gael Guennebaud2009-09-02
|
* much simpler fix for Matrix::swapGravatar Gael Guennebaud2009-09-02
|
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
| | | | * fix my stupidity in Matrix::swap()
* mergeGravatar Benoit Jacob2009-09-02
|\