aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* fix GMRESGravatar Gael Guennebaud2012-06-23
|
* MPreal: extended unit test, remove useless internal overloads, add support ↵Gravatar Gael Guennebaud2012-06-21
| | | | for internal::cast (needed for printing)
* patch mpfr c++ copy to fix warnings and min/max issuesGravatar Gael Guennebaud2012-06-21
|
* update internal mpfr C++ copyGravatar Gael Guennebaud2012-06-21
|
* update adolc support wrt "new" NumTraits mechanismGravatar Gael Guennebaud2012-06-18
|
* Matrix-Market: fix perf issue and infinite loopGravatar Gael Guennebaud2012-06-15
|
* fix typo in unsupported/NumericalDiffGravatar Gael Guennebaud2012-06-15
|
* Fix kdBVH unit testGravatar Gael Guennebaud2012-06-04
|
* Read header of Hermitian matricesGravatar Desire NUENTSA2012-05-25
|
* protect min/max with parenthesisGravatar Gael Guennebaud2012-05-15
|
* mergeGravatar Jitse Niesen2012-05-02
|\
* | AutoDiffScalar: fix bug with operator/, add missing functionsGravatar Philip Avery2012-05-02
| |
| * Got rid of a warning message by doing an explicit castGravatar clusty2012-05-02
| |
* | fix lmdif1 with Scalar!=doubleGravatar Gael Guennebaud2012-05-01
| |
* | cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ↵Gravatar Gael Guennebaud2012-04-18
| | | | | | | | MarketIO needs iostream
* | Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
| |
* | Added spline interpolation with pre-defined knot parameters.Gravatar Hauke Heibel2012-04-13
| |
* | remove use of GSL in polynomialsolver unit testGravatar Gael Guennebaud2012-04-11
| |
* | does not include MatrixMaketIterator on win32,Gravatar Gael Guennebaud2012-03-31
| | | | | | | | no "using whatever" in global scope in a header file
* | Adding a householder-GMRES implementation from Kolja BrixGravatar Desire NUENTSA2012-03-29
| |
* | add a benchmark routine for all sparse linear solvers in EigenGravatar Desire NUENTSA2012-03-29
| |
* | Algorithm to equilibrate rows and columns of a square matrixGravatar Desire NUENTSA2012-03-22
| |
* | compress loaded market matrixGravatar Desire NUENTSA2012-03-22
| |
* | improve FindFFTW cmake moduleGravatar Gael Guennebaud2012-03-15
| |
* | Adding support to read and write complex matrices in Matrix Market formatGravatar Desire NUENTSA2012-03-08
|/
* SSOR is not there yetGravatar Gael Guennebaud2012-02-19
|
* remove dead codeGravatar Gael Guennebaud2011-12-08
|
* suppress deprecated warning when compiling legacy testsGravatar Gael Guennebaud2011-12-08
|
* add missing CMakeLists.txt in SplinesGravatar Gael Guennebaud2011-12-08
|
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
| | | | | | | * Document class QuaternionBase so that docs for members are displayed. * Remove obsolete \redstar refering to Array module * Fix typo in Constants.h * Document EIGEN_NO_AUTOMATIC_RESIZING
* Fixed a typo.Gravatar Hauke Heibel2011-12-06
|
* fix bug #223: SparseMatrix::Flags no longer encode triangularness informationGravatar Gael Guennebaud2011-12-05
|
* Added docs to the spline module.Gravatar Hauke Heibel2011-12-04
|
* make the accessors to internal sparse storage part of the public API and ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.
* RandomSetter: turns the matrix into compressed form before the fillingGravatar Gael Guennebaud2011-12-03
|
* - 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
|