aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* fix misc warningsGravatar Thomas Capricelli2011-02-04
|
* still test fftw even if the binary for long double is not availableGravatar Gael Guennebaud2011-01-28
|
* disable broken determinant for complexes and SuperLUGravatar Gael Guennebaud2011-01-28
|
* fix crash in autodiffGravatar Gael Guennebaud2011-01-28
|
* fix compilation with old gccGravatar Gael Guennebaud2011-01-28
|
* fix fftw testGravatar Thomas Capricelli2011-01-27
|
* EigenSolver is now in the Eigenvalues modules, not QR !Gravatar Gael Guennebaud2011-01-27
| | | | : Enter commit message. Lines beginning with 'HG:' are removed.
* fix various compilations issuesGravatar Gael Guennebaud2011-01-27
|
* fix many missing const in return typesGravatar Gael Guennebaud2011-01-27
|
* allow the possibility to automatically call or not the ctors on a per scalar ↵Gravatar Gael Guennebaud2011-01-26
| | | | type basis, and disable automatic initialization of std::complex<>
* Fix bug #38Gravatar Romain Bossart2011-01-07
| | | | * address of temporaries were passed to umfpack_zi_* functions. It is ok with g++-4.4 or 4.5, but not with the -std=c++0x in both versions. This patch makes it work for c++98 and c++0x versions
* Decrease the degree of the polynomials being tested to reduce time spent ↵Gravatar Manuel Yguel2011-01-05
| | | | during the tests.
* fix compilation when defaulting to row majorGravatar Gael Guennebaud2011-01-04
|
* fix openglsupport unit test when defaulting to row majorGravatar Gael Guennebaud2011-01-04
|
* an attempt to fix a compilation issue with -std=c++0xGravatar Gael Guennebaud2011-01-01
|
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
|
* fix warningGravatar Gael Guennebaud2010-12-13
|
* Specify root namespace for fftw_plan from FFTW3 library.Gravatar Jitse Niesen2010-12-12
| | | | | | After changeset 4716040703be1ee906439385d20475dcddad5ce3 (the ei_ --> internal:: change), there are two symbols called fftw_plan, one from the FFTW3 library and one from Eigen.
* dos2unixGravatar Benoit Jacob2010-11-26
|
* clean a bit AMD and SimplicialCholesky and add support for partly stored ↵Gravatar Gael Guennebaud2010-11-18
| | | | selfadjoint matrices
* fix doc compilationGravatar Thomas Capricelli2010-11-12
|
* add a minimum degree ordering routine based on CSparse (LGPL) and a new ↵Gravatar Gael Guennebaud2010-11-04
| | | | built-in sparse cholesky decomposition
* fix bug #92 - we were doing stupid things when passing the list of libraries ↵Gravatar Benoit Jacob2010-10-28
| | | | to link to.
* fix sparse rankUpdate and triangularView iteratorGravatar Gael Guennebaud2010-10-27
|
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
|
* MergeGravatar Hauke Heibel2010-10-26
|\
| * rm the useless SparseSolverBase class and provide more compile time traitsGravatar Gael Guennebaud2010-10-26
| |
* | Renamed cleantype to remove_all since it is close to ↵Gravatar Hauke Heibel2010-10-26
|/ | | | remove_{const|pointer|reference}.
* fix compilation (bad internal:: stuff)Gravatar Gael Guennebaud2010-10-26
|
* fix compilation and unit test of adolcGravatar Gael Guennebaud2010-10-26
|
* fix bug #94: add #include src/misc/Solve.h in SparseExtraGravatar Gael Guennebaud2010-10-26
|
* add new API for Cholmod preserving the legacy one for nowGravatar Gael Guennebaud2010-10-26
|
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
| | | | | | | Renamed meta_{true|false} to {true|false}_type, meta_if to conditional, is_same_type to is_same, un{ref|pointer|const} to remove_{reference|pointer|const} and makeconst to add_const. Changed boolean type 'ret' member to 'value'. Changed 'ret' members refering to types to 'type'. Adapted all code occurences.
* make polynomialsolver test compile fasterGravatar Benoit Jacob2010-10-25
|
* adapt mpreal to eigen3 mathfunctions systemGravatar Benoit Jacob2010-10-25
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
|
* ah ok, we want to build this even without GSL.Gravatar Benoit Jacob2010-10-17
| | | | so the bug is in FindGSL.cmake.
* more unsupported/ CMake fixesGravatar Benoit Jacob2010-10-17
|
* Fix general linking issue for tests linking to multiple libs, and explicitly ↵Gravatar Benoit Jacob2010-10-17
| | | | link mpfr_real test to GMP.
* add the possibility to disable OpenGL testingGravatar Gael Guennebaud2010-10-12
|
* add support for uniform of doubleGravatar Gael Guennebaud2010-10-12
|
* uncomment commented line for debugGravatar Gael Guennebaud2010-10-12
|
* add support for uniformsGravatar Gael Guennebaud2010-10-12
|
* remove the Taucs backend : Taucs is not maintained anymore and the backend ↵Gravatar Gael Guennebaud2010-10-06
| | | | was crap anyway
* Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
| | | | | | | | * change Sparse* specialization's signatures from <..., int Backend> to <..., typename Backend>. Update SparseExtra accordingly to use structs instead of the SparseBackend enum. * add SparseLDLT Cholmod specialization * for Cholmod and UmfPack, SparseLU, SparseLLT and SparseLDLT now use ei_solve_retval and have the new solve() method (to be closer to the 3.0 API). * fix doc
* extend OpenGL support module with true unit tests and support for Transform, ↵Gravatar Gael Guennebaud2010-10-06
| | | | Translation, etc.
* Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
| | | | | | Make the SVD's output unitary. Improved unit tests. Added an assert to the SVD ctor to check whether rows>=cols.
* remove superfluous #ifdefGravatar Gael Guennebaud2010-09-15
|
* disable NonLinearOptimization test until it's fixedGravatar Benoit Jacob2010-08-18
|