aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Added tag 3.1.0-rc1 for changeset 4ca5735de4b0213f3907784b0f2df68aef9c0cd2Gravatar Gael Guennebaud2012-06-14
* bump to 3.1.0-rc1Gravatar Gael Guennebaud2012-06-14
* bug #466: better fix for the race condition: this new patch add an initParall...Gravatar Gael Guennebaud2012-06-14
* fix bug #475: .exp() now returns +inf when overflow occurs (SSE)Gravatar Gael Guennebaud2012-06-14
* disable the MKL's vm*powx functions on windowsGravatar Gael Guennebaud2012-06-14
* simplify and clean a bit the Pastix support moduleGravatar Gael Guennebaud2012-06-12
* update blas interface for trsmGravatar Gael Guennebaud2012-06-12
* 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
* 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
* 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
* 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 a...Gravatar Gael Guennebaud2012-06-01
* SimplicialCholesky: avoid multiple twisting of the same matrix when calling c...Gravatar Gael Guennebaud2012-06-01
* 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
* 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
* | fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18