aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
...
* add a naive IdentityPreconditionerGravatar Gael Guennebaud2011-07-26
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* suppress polluting EMPTY macro defined by SuperLUGravatar Gael Guennebaud2011-07-07
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas Plate...Gravatar Gael Guennebaud2011-06-22
* fix typo in constant nameGravatar Thomas Capricelli2011-06-12
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* Decouple MatrixFunction and MatrixFunctionAtomicGravatar Jitse Niesen2011-06-07
* Fix and test MatrixSquareRoot for 1-by-1 matrices.Gravatar Jitse Niesen2011-06-07
* Sparse: fix long int as index type in simplicial cholesky and other decomposi...Gravatar Gael Guennebaud2011-06-06
* update URLGravatar Gael Guennebaud2011-05-31
* add read/write routines for sparse matrices in the Market formatGravatar Gael Guennebaud2011-05-31
* Fix typo ('using namespace' instead of 'using').Gravatar Jitse Niesen2011-05-26
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* Autodiff: fix scalr - active_scalarGravatar Gael Guennebaud2011-05-14
* AutoDiff: add one missing operator- versionGravatar Gael Guennebaud2011-05-12
* AutoDiff: fix most of bug #234 (missing operators, used old internal math fun...Gravatar Gael Guennebaud2011-05-12
* AutoDiff: fix unary operator-Gravatar Gael Guennebaud2011-05-12
* Forgot to 'hg add' example file in last commit.Gravatar Jitse Niesen2011-05-10
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Fix compilation error under GCC 4.5.Gravatar Jitse Niesen2011-05-09
* Implement square root for real matrices via Schur.Gravatar Jitse Niesen2011-05-08
* Implement matrix square root for complex matrices.Gravatar Jitse Niesen2011-05-07
* better fix for gcc 4.6.0 / ptrdiff_t, as suggested by BenoitGravatar Thomas Capricelli2011-05-05
* Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@...Gravatar Thomas Capricelli2011-05-05
* 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