aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* extend nomalloc unit test to test the solve callsGravatar Gael Guennebaud2012-06-12
|
* fix inclusion orderGravatar Gael Guennebaud2012-06-12
|
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
|
* fix typoGravatar Gael Guennebaud2012-06-11
|
* Fix bug #466: race condition destected by helgrind in manage_caching_sizes.Gravatar Gael Guennebaud2012-06-08
| | | | After all, the solution based on threadprivate is not that costly.
* workaround ICC 11.1 compilation issueGravatar Gael Guennebaud2012-06-08
|
* fix ambiguous calls in the functors by prefixing function calls with internal::Gravatar Gael Guennebaud2012-06-08
|
* BTL: add missing TRMM plots, update Eigen's interfaceGravatar Gael Guennebaud2012-06-07
|
* clean the support for testing existing sparse problemsGravatar Gael Guennebaud2012-06-07
|
* fix a warningGravatar Gael Guennebaud2012-06-07
|
* For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).Gravatar Gael Guennebaud2012-06-07
| | | | Document how is applied the permutation in Simplicial* .
* fix documentaion of twistedByGravatar Gael Guennebaud2012-06-07
|
* Added tag 3.1.0-beta1 for changeset b7a72859097ac33d2bb7b9396180f1a00d06212dGravatar Gael Guennebaud2012-06-06
|
* bump to beta1Gravatar Gael Guennebaud2012-06-06
|
* fix installation pathGravatar Gael Guennebaud2012-06-06
|
* make sure we do not solve with a null right hand sideGravatar Gael Guennebaud2012-06-06
|
* Fix stopping criteria of CGGravatar Gael Guennebaud2012-06-06
|
* discourage users to user developer preprocessor directivesGravatar Gael Guennebaud2012-06-06
|
* fix umfpack for row-majorGravatar Gael Guennebaud2012-06-06
|
* test block objects for sparse solvingGravatar Gael Guennebaud2012-06-06
|
* Fix bug #454: allow Block/Map objects for solving with SuperLUGravatar Gael Guennebaud2012-06-06
|
* Fixed RVCT 3.1 compiler errors.Gravatar williami2012-06-04
|
* Fix kdBVH unit testGravatar Gael Guennebaud2012-06-04
|
* CholmodDecomposition now has explicit variants. These variants will allow to ↵Gravatar Gael Guennebaud2012-06-04
| | | | provide access to the underlying factors.
* make Simplicial* non-copyable, and fix return type of Simplicial*::compute()Gravatar Gael Guennebaud2012-06-04
|
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
|
* extend umfpack supportGravatar Gael Guennebaud2012-06-04
|
* Fix bug #468: generalize UmfPack support to accept any input at the cost of ↵Gravatar Gael Guennebaud2012-06-01
| | | | an implicit copy.
* SimplicialCholesky: avoid multiple twisting of the same matrix when calling ↵Gravatar Gael Guennebaud2012-06-01
| | | | compute()
* ARM NEON supports multiply-accumulate instruction vmla, use that in pmadd().Gravatar kmargar2012-05-28
|
* The sparse quick reference guide is not readyGravatar Desire NUENTSA2012-05-25
|
* Add common options to the benchmark interfaceGravatar Desire NUENTSA2012-05-25
|
* Read header of Hermitian matricesGravatar Desire NUENTSA2012-05-25
|
* Add a preliminary reference guide on sparse interfaceGravatar Desire NUENTSA2012-05-25
|
* protect min/max with parenthesisGravatar Gael Guennebaud2012-05-15
|
* Warn users against dangerous macros.Gravatar Jitse Niesen2012-05-13
| | | | Also, mark EIGEN_DEFAULT_TO_ROW_MAJOR as internal (see also bug #422).
* bug #455: add support for c++11 in aligned_allocatorGravatar Gael Guennebaud2012-05-03
|
* 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
| |
* | Define NoChange as enum constant (bug #450).Gravatar Jitse Niesen2012-04-29
| | | | | | | | This gets rid of some warnings on Intel Composer XE, apparently.
* | fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18
| |
* | Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
| | | | | | | | | | Triggered by product of dynamic-size 1 x n and n x 1 matrices. Also, add regression test.
* | cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ↵Gravatar Gael Guennebaud2012-04-18
| | | | | | | | MarketIO needs iostream
* | remove debug outputGravatar Gael Guennebaud2012-04-17
| |
* | Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
| |
* | 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 an extra ';' and suppress a 'variable used before its value is set' ↵Gravatar Gael Guennebaud2012-04-11
| | | | | | | | warning