aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...Gravatar Benoit Jacob2010-04-16
* * add some 1x1 testsGravatar Benoit Jacob2010-04-16
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * taucs: make SupernodalMultifrontal the default modeGravatar Gael Guennebaud2010-04-15
| * an attempt to fix compilation with MSVCGravatar Gael Guennebaud2010-04-15
| * fix sparse squared normGravatar Gael Guennebaud2010-04-13
| * Merge.Gravatar Jitse Niesen2010-04-12
| |\
| * | Move computation of eigenvalues from RealSchur to EigenSolver.Gravatar Jitse Niesen2010-04-12
| * | RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.Gravatar Jitse Niesen2010-04-12
| | * cholmod: assume selfadjoint matrix by default since selfadjoint flag has been...Gravatar Gael Guennebaud2010-04-09
| * | RealSchur: Make sure zeros are really zero; simplify initFrancisQRStep().Gravatar Jitse Niesen2010-04-09
| | * mergeGravatar Gael Guennebaud2010-04-08
| | |\
| | * | make sure that changing CMAKE_INSTALL_PREFIX is properly taken into accountGravatar Gael Guennebaud2010-04-08
| * | | RealSchur: change parameter lists; minor rewrite of computeShift().Gravatar Jitse Niesen2010-04-07
| * | | RealSchur: use makeHouseholder() to construct the transformation.Gravatar Jitse Niesen2010-04-07
| * | | RealSchur: Rename l and n to il and iu.Gravatar Jitse Niesen2010-04-06
| * | | RealSchur: split computation in smaller functions.Gravatar Jitse Niesen2010-04-06
| * | | RealSchur: Use Householder module in Francis QR step.Gravatar Jitse Niesen2010-04-06
| * | | RealSchur: reduce scope of temporary variables in hqr2().Gravatar Jitse Niesen2010-04-06
| * | | RealSchur: Use PlanarRotation in "found two real eigenvalues" branch.Gravatar Jitse Niesen2010-04-06
| | |/ | |/|
| * | Merge.Gravatar Jitse Niesen2010-04-02
| |\ \
| * | | RealSchur and EigenSolver: some straightforward renames.Gravatar Jitse Niesen2010-04-02
| * | | Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02
| | * | ei_psqrt fix for zero inputGravatar Hauke Heibel2010-04-01
| * | | Split computation of real Schur form in EigenSolver to its own class.Gravatar Jitse Niesen2010-04-01
| * | | Use HessenbergDecomposition in EigenSolver.Gravatar Jitse Niesen2010-03-31
| |/ /
| * | Extend documentation and add examples for EigenSolver class.Gravatar Jitse Niesen2010-03-31
| * | let the cast functor use the new ei_cast()Gravatar Benoit Jacob2010-03-30
| * | generalize the idea of the previous commit to all kinds of casts, see this fo...Gravatar Benoit Jacob2010-03-30
| * | add ei_cast_to_int, we are indeed somethings (e.g. in IO.h) casting scalars t...Gravatar Benoit Jacob2010-03-30
| * | move the computation of the number of significant digits to a templated helpe...Gravatar Benoit Jacob2010-03-30
| * | Extend documentation for HessenbergDecomposition.Gravatar Jitse Niesen2010-03-28
| * | fix misc warnings, more importantly when NDEBUG is defined, assert() is aGravatar Thomas Capricelli2010-03-27
| * | Center version number on main page of API documentation.Gravatar Jitse Niesen2010-03-26
| * | Fix some doc typos.Gravatar Manuel Yguel2010-03-25
| * | fix display of modules list in documentationGravatar Thomas Capricelli2010-03-25
| * | Fix wrong header and warnings in polynomialutils.cppGravatar Manuel Yguel2010-03-25
| * | Add the possibility to use the polynomial solver of the gsl.Gravatar Manuel Yguel2010-03-25
| * | Add missing test files for Polynomials module.Gravatar Manuel Yguel2010-03-25
| * | Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-03-25
| | * blas: fix compilation and build both a shared and static libGravatar Gael Guennebaud2010-03-24
| |/
| * Clean up ComplexSchur::compute() .Gravatar Jitse Niesen2010-03-24
| * Add snippets file which should have been added in the previous commit.Gravatar Jitse Niesen2010-03-24
| * Extend documentation of ComplexSchur and add examples.Gravatar Jitse Niesen2010-03-23
| * Move documentation of MatrixBase methods in MatrixFunctions to module page.Gravatar Jitse Niesen2010-03-22
| * Merge.Gravatar Jitse Niesen2010-03-21
| |\
| * | Rename Complex in ComplexSchur and ComplexEigenSolver to ComplexScalarGravatar Jitse Niesen2010-03-21
* | | mergeGravatar Benoit Jacob2010-03-21
|\ \ \ | | |/ | |/|
* | | * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21