aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* - move CompressedStorage and AmbiVector into internal namespaceGravatar Gael Guennebaud2011-12-02
| | | | - remove innerVectorNonZeros(j) => use innerVector(j).nonZeros()
* Integrated spline class and simple spline fittingGravatar Hauke Heibel2011-11-25
|
* typoGravatar Gael Guennebaud2011-11-23
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
| | | | stable yet" warning
* fix a couple of warnings in the unit testsGravatar Gael Guennebaud2011-11-05
|
* fix compilationGravatar Gael Guennebaud2011-11-05
|
* fix fftw cmake stuffGravatar Gael Guennebaud2011-11-03
|
* mark deprecated sparse solvers as so.Gravatar Gael Guennebaud2011-10-24
|
* factorize solving with guessGravatar Gael Guennebaud2011-10-24
|
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
|
* add a basic ILU preconditionerGravatar Gael Guennebaud2011-10-11
|
* extend BiCGSTAB to arbitrary rhsGravatar Gael Guennebaud2011-10-11
|
* add proper bicgstab unit testGravatar Gael Guennebaud2011-10-11
|
* refactor sparse solving unit testsGravatar Gael Guennebaud2011-10-11
|
* extend SimplicialCholesky for sparse rhs, and add determinantGravatar Gael Guennebaud2011-10-11
|
* extend CG for multiple right hand sidesGravatar Gael Guennebaud2011-10-11
|
* DiagonalPrecond: fix potential segfault in case the diagonal contains ↵Gravatar Gael Guennebaud2011-10-09
| | | | explciit zeros
* add a generic unit test for sparse SPD problemsGravatar Gael Guennebaud2011-10-09
|
* split SimplicialCholesky into SimplicialLLt and SimplicialLDLt classes and ↵Gravatar Gael Guennebaud2011-10-09
| | | | add specific factor access functions
* fix superLU when the salver is called multiple timesGravatar Gael Guennebaud2011-09-27
|
* clean sparse LU testsGravatar Gael Guennebaud2011-09-24
|
* fix a couple of issues in SuperLU support (memory and determinant)Gravatar Gael Guennebaud2011-09-24
|
* port umfpack support to new APIGravatar Gael Guennebaud2011-09-24
|
* fix some compilation issuesGravatar Gael Guennebaud2011-09-23
|
* fix atan2 when tmp4==0Gravatar Gael Guennebaud2011-09-22
|
* BiCGSTAB does not like starting from 0...Gravatar Gael Guennebaud2011-09-21
|
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
| | | | Works here with gcc. Hopefully this will work for MSVC too.
* fix status after initializationGravatar Gael Guennebaud2011-09-20
|
* mainly enhance MatrixLogarithm's performance for RealScalar != doubleGravatar Chen-Pang He2011-09-17
|
* add a bi conjugate gradient stabilized solverGravatar Gael Guennebaud2011-09-17
|
* add tan, acos, asinGravatar Gael Guennebaud2011-09-14
|
* Put docs for unsupported modules in right place.Gravatar Jitse Niesen2011-09-07
| | | | | | | Doxygen was confused by the unsupported modules being partly in the doc/ directly, instead of completely in unsupported/doc/ . Thus, the link to the unsupported modules on the server did not work (I think this manifested itself after doxygen was upgraded on the server).
* Define log2() on FreeBSD (fixes bug #343).Gravatar Jitse Niesen2011-09-06
|
* add atan2 support in AutoDiff and remove superfluous std:: specializationsGravatar Gael Guennebaud2011-09-05
|
* Add defensive assert to MatrixExponential,Gravatar Jitse Niesen2011-09-03
|
* enhance efficacy via avoiding exception handlingGravatar Chen-Pang He2011-09-02
|
* Leverage triangular square root in matrix log.Gravatar Jitse Niesen2011-08-25
|
* Split code for (quasi)triangular matrices from MatrixSquareRoot.Gravatar Jitse Niesen2011-08-25
| | | | This way, (quasi)triangular matrices can avoid the costly Schur decomposition.
* fix: <ctime> is necessary for srand(time(NULL))Gravatar Chen-Pang He2011-08-24
|
* Add coverage for long double to matrix_exponential test.Gravatar Jitse Niesen2011-08-21
|
* add compatibility with long doubleGravatar Chen-Pang He2011-08-20
|
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
|
* update to latest mpreal and fix a min/max issue in mprel.hGravatar Gael Guennebaud2011-08-19
|
* the min/max macros to detect unprotected min/max were undefined by some std ↵Gravatar Gael Guennebaud2011-08-19
| | | | | | header, so let's declare them after and do the respective fixes ;)
* fix linking issueGravatar Gael Guennebaud2011-08-12
|
* fix a bug where some rotations were not initializedGravatar Thomas Capricelli2011-08-04
| | | | | | | They actually were in the original minpack code, this is a bug introduced by our migration. Reported on #322 and http://forum.kde.org/viewtopic.php?f=74&t=96197#p201158
* wa2 was computed twice because of a confustion between changesetsGravatar Thomas Capricelli2011-08-04
| | | | | | | | 746c787a763ed8be1bbba1e42310d8b968feacd0 and ee0e39284c8ddd94ae82604e8bb51a846e3dc644 . Reported on forum: http://forum.kde.org/viewtopic.php?f=74&t=96197#p201158
* Remove unnecessary template keywords (breaks compilation under MSVC).Gravatar Jitse Niesen2011-07-28
| | | | Thanks to Hauke for finding this.
* compilation fix with conjugate_gradient_solve_retval_with_guessGravatar Gael Guennebaud2011-07-26
|
* add the possibility to configure the preconditionerGravatar Gael Guennebaud2011-07-26
|