aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Add directory containing split_test_helper.h to include path.Gravatar Jitse Niesen2011-03-29
* port sparse LLT/LDLT to new stack allocation APIGravatar Gael Guennebaud2011-03-20
* fix compilation for old but not so old versions of glewGravatar Gael Guennebaud2011-03-18
* fix bug #204: limit integer values to numbers which are representable using f...Gravatar Gael Guennebaud2011-03-02
* now fixing "unsupported" "legacy" code...Gravatar Gael Guennebaud2011-03-01
* relax condition in matrix_exponential test for clangGravatar Benoit Jacob2011-02-27
* disable BVH test on Clang++. Looks like there's a good reason why BVH is unsu...Gravatar Benoit Jacob2011-02-27
* fix compilation with gcc 3.4Gravatar Gael Guennebaud2011-02-25
* do not try to use Eigen's blas/lapack if they cannot be compiledGravatar Gael Guennebaud2011-02-23
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* link to blas/lapack only when needed, and use the static versions to hopefull...Gravatar Gael Guennebaud2011-02-21
* enable some tests that have been commented outGravatar Gael Guennebaud2011-02-18
* fix umfpack with complexesGravatar Gael Guennebaud2011-02-18
* back to brute force linking to sparse libraries (fix cmake when these libs ar...Gravatar Gael Guennebaud2011-02-18
* now cholmod, umfpack, and superlu uses our own BLAS and LAPACK libsGravatar Gael Guennebaud2011-02-18
* clean a bit SuperLU declarationsGravatar Gael Guennebaud2011-02-18
* use C linkage for umfpack (might fix some linking issues)Gravatar Gael Guennebaud2011-02-17
* properly report OpenGL as a disabled backendGravatar Gael Guennebaud2011-02-16
* fix intallation of unsupported modulesGravatar Gael Guennebaud2011-02-16
* fix bug #184 (warning)Gravatar Gael Guennebaud2011-02-14
* 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
* 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
* Fix bug #38Gravatar Romain Bossart2011-01-07
* Decrease the degree of the polynomials being tested to reduce time spent duri...Gravatar Manuel Yguel2011-01-05
* 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
* dos2unixGravatar Benoit Jacob2010-11-26
* clean a bit AMD and SimplicialCholesky and add support for partly stored self...Gravatar Gael Guennebaud2010-11-18
* fix doc compilationGravatar Thomas Capricelli2010-11-12
* add a minimum degree ordering routine based on CSparse (LGPL) and a new built...Gravatar Gael Guennebaud2010-11-04
* fix bug #92 - we were doing stupid things when passing the list of libraries ...Gravatar Benoit Jacob2010-10-28
* 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 remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
|/
* fix compilation (bad internal:: stuff)Gravatar Gael Guennebaud2010-10-26
* fix compilation and unit test of adolcGravatar Gael Guennebaud2010-10-26